Update dependency @sentry/webpack-plugin to ^2.2.1

This commit is contained in:
renovate[bot] 2023-06-06 16:00:53 +00:00
parent 801a6030ef
commit 2cd9d08955
2 changed files with 11 additions and 10 deletions

19
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^2.2.0",
"@sentry/webpack-plugin": "^2.2.1",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
@ -1987,13 +1987,14 @@
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.2.0.tgz",
"integrity": "sha512-yiN1xsn82npb+4pZCQjJOIts5Ffi+rNLW9GB/kjZDtCkTCIfby5F1WPX9Ofk2MCruMguXSoc/3fi3x4tuXbFkA==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.2.1.tgz",
"integrity": "sha512-X4zNbeGMZscNb5u1EIfdnpOHJuISmvDBxpEZ3j8j1Rwj1ztnp02iYkl6TbP9ukf0WBC0uq4KkJX+UTJ6Gs5KWw==",
"dev": true,
"dependencies": {
"@sentry/cli": "^2.17.0",
"@sentry/node": "7.53.1",
"@sentry/utils": "7.53.1",
"find-up": "5.0.0",
"glob": "9.3.2",
"magic-string": "0.27.0",
@ -2133,12 +2134,12 @@
}
},
"node_modules/@sentry/webpack-plugin": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.2.0.tgz",
"integrity": "sha512-GzwoIQ2ygau0u76uKBK7gAyJAi6Te9zgJuP//OBfmJoXupm6HIUWC6RmPFy0yMlsK4gq1Ak/KziX7PZIe5NLaA==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.2.1.tgz",
"integrity": "sha512-qgwO6oNqkYE1tOLmapW07SLgAIrj7MMI+k+PMtbx5AG0TmLFMStyVERDJLUGhhe1SnF3ZiGPiO5cFh3+vST1Iw==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.2.0",
"@sentry/bundler-plugin-core": "2.2.1",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},
@ -2146,7 +2147,7 @@
"node": ">= 10"
},
"peerDependencies": {
"webpack": ">=4"
"webpack": ">=4.40.0"
}
},
"node_modules/@sinclair/typebox": {

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^2.2.0",
"@sentry/webpack-plugin": "^2.2.1",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",