This commit is contained in:
dangered wolf 2023-08-18 15:51:41 -04:00
commit 5ff10a8d89
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
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.20230814.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^2.6.2",
"@sentry/webpack-plugin": "^2.7.0",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
@ -2059,9 +2059,9 @@
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.6.2.tgz",
"integrity": "sha512-j2BOd8kl2NzexQaeNNc4uqteudK1lNngGP99zjTEj1BV/I5vOOR7PnrmQLXkLJOp5paGKKfelY9RHSVnvFf+Dw==",
"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==",
"dev": true,
"dependencies": {
"@sentry/cli": "^2.20.1",
@ -2217,12 +2217,12 @@
}
},
"node_modules/@sentry/webpack-plugin": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.6.2.tgz",
"integrity": "sha512-Zsy0RCuSdxtGSbjmlWHTL4c2ZH7B2tCcztR+tVjLfcsbYq587zqvtU422oe/Ea2gk8Y+MN9al2fYhJ4iTHFf+Q==",
"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==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.6.2",
"@sentry/bundler-plugin-core": "2.7.0",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230814.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^2.6.2",
"@sentry/webpack-plugin": "^2.7.0",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",