Update dependency @sentry/esbuild-plugin to ^2.10.0

This commit is contained in:
renovate[bot] 2023-11-09 10:58:55 +00:00
parent 3e4e0ea890
commit 0aa128b44f
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0", "@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.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", "@sentry/integrations": "^7.79.0",
"@types/jest": "^29.5.8", "@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/eslint-plugin": "^6.10.0",
@ -2052,9 +2052,9 @@
} }
}, },
"node_modules/@sentry/bundler-plugin-core": { "node_modules/@sentry/bundler-plugin-core": {
"version": "2.9.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.9.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.10.0.tgz",
"integrity": "sha512-6x8o+fjSqciFC5m8ociBTb1bKNblKdmFPXI/aef6Uzr0vvxmWR14M+cqf+fOpB8nl/OEu3jqVV6rKILEel0X2w==", "integrity": "sha512-bjcYvMrCQgqTiRRkWGNpeZ7EJOu0JQFYj+rrcQpwaVO+ll1eWNGW1nNveU+8vpnXrlaIAvieBxCrcCj5V9y1+Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/cli": "^2.21.2", "@sentry/cli": "^2.21.2",
@ -2104,12 +2104,12 @@
} }
}, },
"node_modules/@sentry/esbuild-plugin": { "node_modules/@sentry/esbuild-plugin": {
"version": "2.9.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.9.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.10.0.tgz",
"integrity": "sha512-kdGhVxP/aCzTYFJVY47IzuXU3rodAqPwyUyAOybmAYB69uphegdkixpsG+NmNk/SqLAIDNqzLkghaualGnVeUQ==", "integrity": "sha512-C55dDzqsnqvIO+kBj9yvTSfRGrRwwDjoRspvdtBZGILbtqcXjYOouCJU+/QPz9k1KRQ8DENwC+LOJqZv2kMkZQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/bundler-plugin-core": "2.9.0", "@sentry/bundler-plugin-core": "2.10.0",
"unplugin": "1.0.1", "unplugin": "1.0.1",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },

View file

@ -18,7 +18,7 @@
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0", "@cloudflare/workers-types": "^4.20231025.0",
"@microsoft/eslint-formatter-sarif": "^3.0.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", "@sentry/integrations": "^7.79.0",
"@types/jest": "^29.5.8", "@types/jest": "^29.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/eslint-plugin": "^6.10.0",