Update dependency @sentry/webpack-plugin to ^2.3.0

This commit is contained in:
renovate[bot] 2023-06-19 09:55:14 +00:00
parent 3b788eeac2
commit 8de2e1adff
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.2",
"@sentry/webpack-plugin": "^2.3.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
@ -1987,9 +1987,9 @@
}
},
"node_modules/@sentry/bundler-plugin-core": {
"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==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.3.0.tgz",
"integrity": "sha512-PiX3yJ8UFKBIPRfhytweYjVdGfcruYJYdwSlbwFNe28fSMTKYPAF9/IqAOav9G8izlICnJm7ROyXlFlfMw0gRA==",
"dev": true,
"dependencies": {
"@sentry/cli": "^2.17.0",
@ -2134,12 +2134,12 @@
}
},
"node_modules/@sentry/webpack-plugin": {
"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==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.3.0.tgz",
"integrity": "sha512-rdrL9LISNIYMlJhRWn5NNXXVvovwNMWSC81qXgwu9PHbNp1RFKJiZ6oCGDvZRJEyvNTxpiyPMJGQzUPGSFSTRg==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.2.2",
"@sentry/bundler-plugin-core": "2.3.0",
"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.2",
"@sentry/webpack-plugin": "^2.3.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",