Update dependency @sentry/webpack-plugin to ^2.7.1

This commit is contained in:
renovate[bot] 2023-09-04 20:14:10 +00:00
parent a98773aa52
commit cf95652b72
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20230821.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/integrations": "^7.65.0",
"@sentry/webpack-plugin": "^2.7.0",
"@sentry/webpack-plugin": "^2.7.1",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
@ -2060,9 +2060,9 @@
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.7.0.tgz",
"integrity": "sha512-ZxJG/DsRXJ9BMaKv+butL3TaiHsuuUy1bNkl56/FCbCt1rYuzltEPT2cBuuveieg66ZWtzerSF17QX3v6svtJQ==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.7.1.tgz",
"integrity": "sha512-ZC/B/7FzzgGpux2t54B2ioXudlq60MHMVPaUeuFzWwxmxiArrV4uBXcp18RMW5ns4biik5WBAD72vbsoloBfIQ==",
"dev": true,
"dependencies": {
"@sentry/cli": "^2.20.1",
@ -2188,12 +2188,12 @@
}
},
"node_modules/@sentry/webpack-plugin": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.7.0.tgz",
"integrity": "sha512-RN/Z72P2rNPiNsnH2OCHx3rOSDZa/HDLKUUMn2QO//kkTZS/Iu0HCNgCg1Ik5Z6evxtPC0bPhWo9aBksKaXDbg==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.7.1.tgz",
"integrity": "sha512-YTlBFGVolXW7ZDoeg7cmLLCqIWNGvH9r3/q7FR1EBM5cDBf21juI+RVFM2mLf/bEu+Qf2uwt1tki8G1rfe7/0g==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.7.0",
"@sentry/bundler-plugin-core": "2.7.1",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20230821.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/integrations": "^7.65.0",
"@sentry/webpack-plugin": "^2.7.0",
"@sentry/webpack-plugin": "^2.7.1",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",