Update dependency @sentry/webpack-plugin to ^1.20.1

This commit is contained in:
renovate[bot] 2023-04-27 14:26:38 +00:00
parent 11c6f87504
commit 05c3765f9c
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.20230404.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.20.0",
"@sentry/webpack-plugin": "^1.20.1",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
@ -1917,9 +1917,9 @@
}
},
"node_modules/@sentry/cli": {
"version": "1.75.0",
"resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-1.75.0.tgz",
"integrity": "sha512-vT8NurHy00GcN8dNqur4CMIYvFH3PaKdkX3qllVvi4syybKqjwoz+aWRCvprbYv0knweneFkLt1SmBWqazUMfA==",
"version": "1.75.1",
"resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-1.75.1.tgz",
"integrity": "sha512-LjVmzeiyJyHQH/0ZKeaYwHSrUcgh+FV1fYlkf+fSSRQiuvijB7vln0CisbxJnMgp4k8qoQ/ZSmTcfv6FGMKIEA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -1999,12 +1999,12 @@
}
},
"node_modules/@sentry/webpack-plugin": {
"version": "1.20.0",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-1.20.0.tgz",
"integrity": "sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==",
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-1.20.1.tgz",
"integrity": "sha512-klOLkfM/oSYzcR2M9oDmJA5/Mdaw0Mtck/h820Z+gqpd6WJepjhqVDel1z2VddaP/XMY0Dj6elCGp2/nDWNr0w==",
"dev": true,
"dependencies": {
"@sentry/cli": "^1.74.6",
"@sentry/cli": "^1.75.1",
"webpack-sources": "^2.0.0 || ^3.0.0"
},
"engines": {

View file

@ -17,7 +17,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230404.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.20.0",
"@sentry/webpack-plugin": "^1.20.1",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",