Update dependency @sentry/esbuild-plugin to ^2.8.0

This commit is contained in:
renovate[bot] 2023-10-05 15:29:35 +00:00
parent 41ec712c99
commit 9348d5c73a
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231002.0", "@cloudflare/workers-types": "^4.20231002.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1", "@sentry/esbuild-plugin": "^2.8.0",
"@sentry/integrations": "^7.73.0", "@sentry/integrations": "^7.73.0",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/eslint-plugin": "^6.7.4",
@ -2050,12 +2050,12 @@
} }
}, },
"node_modules/@sentry/bundler-plugin-core": { "node_modules/@sentry/bundler-plugin-core": {
"version": "2.7.1", "version": "2.8.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.7.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.8.0.tgz",
"integrity": "sha512-ZC/B/7FzzgGpux2t54B2ioXudlq60MHMVPaUeuFzWwxmxiArrV4uBXcp18RMW5ns4biik5WBAD72vbsoloBfIQ==", "integrity": "sha512-DsTUgeKPqck3DkGzKjRduhPpEn0pez+/THF3gpwQBEfbPnKGr0EYugDvfungZwBFenckIvQBDTOZw0STvbgChA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/cli": "^2.20.1", "@sentry/cli": "^2.21.2",
"@sentry/node": "^7.60.0", "@sentry/node": "^7.60.0",
"@sentry/utils": "^7.60.0", "@sentry/utils": "^7.60.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
@ -2069,9 +2069,9 @@
} }
}, },
"node_modules/@sentry/cli": { "node_modules/@sentry/cli": {
"version": "2.21.1", "version": "2.21.2",
"resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.2.tgz",
"integrity": "sha512-iJGL818zHzVb129CNWLoZriymq2nrnhk1XqN4Fh0AMxYJcOICmXYKR8RSkLhhE1U1J1D77UzA+FyBhWHOFA82A==", "integrity": "sha512-X1nye89zl+QV3FSuQDGItfM51tW9PQ7ce0TtV/12DgGgTVEgnVp5uvO3wX5XauHvulQzRPzwUL3ZK+yS5bAwCw==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -2102,12 +2102,12 @@
} }
}, },
"node_modules/@sentry/esbuild-plugin": { "node_modules/@sentry/esbuild-plugin": {
"version": "2.7.1", "version": "2.8.0",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.7.1.tgz", "resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.8.0.tgz",
"integrity": "sha512-D1aOSq2mGoXLWq/g2tFRY+Aqc2e+IJWuBJgyhM3i+fimCv+tf/EKBuW/Hknf3IRJ8pGxNlgonOu9fDXknOpSLg==", "integrity": "sha512-9Mziz/rKTq8pHfbpzlQmAxCOQthdPztVA7o/gpuGax8Y6UG2X4IqAGIEtf1G1N2+gSryTb134dNVt81ZfJfA2w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/bundler-plugin-core": "2.7.1", "@sentry/bundler-plugin-core": "2.8.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.20231002.0", "@cloudflare/workers-types": "^4.20231002.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.7.1", "@sentry/esbuild-plugin": "^2.8.0",
"@sentry/integrations": "^7.73.0", "@sentry/integrations": "^7.73.0",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/eslint-plugin": "^6.7.4",