mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Update dependency @sentry/esbuild-plugin to ^2.10.0
This commit is contained in:
parent
3e4e0ea890
commit
0aa128b44f
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231025.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/esbuild-plugin": "^2.10.0",
|
||||
"@sentry/integrations": "^7.79.0",
|
||||
"@types/jest": "^29.5.8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
|
@ -2052,9 +2052,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/bundler-plugin-core": {
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.9.0.tgz",
|
||||
"integrity": "sha512-6x8o+fjSqciFC5m8ociBTb1bKNblKdmFPXI/aef6Uzr0vvxmWR14M+cqf+fOpB8nl/OEu3jqVV6rKILEel0X2w==",
|
||||
"version": "2.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.10.0.tgz",
|
||||
"integrity": "sha512-bjcYvMrCQgqTiRRkWGNpeZ7EJOu0JQFYj+rrcQpwaVO+ll1eWNGW1nNveU+8vpnXrlaIAvieBxCrcCj5V9y1+Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/cli": "^2.21.2",
|
||||
|
@ -2104,12 +2104,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/esbuild-plugin": {
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.9.0.tgz",
|
||||
"integrity": "sha512-kdGhVxP/aCzTYFJVY47IzuXU3rodAqPwyUyAOybmAYB69uphegdkixpsG+NmNk/SqLAIDNqzLkghaualGnVeUQ==",
|
||||
"version": "2.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.10.0.tgz",
|
||||
"integrity": "sha512-C55dDzqsnqvIO+kBj9yvTSfRGrRwwDjoRspvdtBZGILbtqcXjYOouCJU+/QPz9k1KRQ8DENwC+LOJqZv2kMkZQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/bundler-plugin-core": "2.9.0",
|
||||
"@sentry/bundler-plugin-core": "2.10.0",
|
||||
"unplugin": "1.0.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231025.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/esbuild-plugin": "^2.10.0",
|
||||
"@sentry/integrations": "^7.79.0",
|
||||
"@types/jest": "^29.5.8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue