Update dependency @sentry/webpack-plugin to ^2.2.2

This commit is contained in:
renovate[bot] 2023-06-12 13:31:17 +00:00
parent 1d0c1f31a6
commit 4bf065f0c0
2 changed files with 9 additions and 9 deletions

16
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.1",
"@sentry/webpack-plugin": "^2.2.2",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
@ -1987,9 +1987,9 @@
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.2.1.tgz",
"integrity": "sha512-X4zNbeGMZscNb5u1EIfdnpOHJuISmvDBxpEZ3j8j1Rwj1ztnp02iYkl6TbP9ukf0WBC0uq4KkJX+UTJ6Gs5KWw==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.2.2.tgz",
"integrity": "sha512-tbuy9eQjbbeen8mAi7gmpXAtj/9CQHjdVxHntjBJ3fsA/dvOTWHQrnGkAUe9xNU+dwQstclSMCEwE6N3h5wXKA==",
"dev": true,
"dependencies": {
"@sentry/cli": "^2.17.0",
@ -2134,12 +2134,12 @@
}
},
"node_modules/@sentry/webpack-plugin": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.2.1.tgz",
"integrity": "sha512-qgwO6oNqkYE1tOLmapW07SLgAIrj7MMI+k+PMtbx5AG0TmLFMStyVERDJLUGhhe1SnF3ZiGPiO5cFh3+vST1Iw==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.2.2.tgz",
"integrity": "sha512-iuGoqDAs5Wvx1HEs23eVa+rBs/u6X6MqMNDD1TJOUdHUUOtUtgD+4zDqNCjNIoveLCXvv+Inf3Iz2zrhKweYtg==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.2.1",
"@sentry/bundler-plugin-core": "2.2.2",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

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.1",
"@sentry/webpack-plugin": "^2.2.2",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",