mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Update dependency @sentry/webpack-plugin to ^2.4.0
This commit is contained in:
parent
82177b57c6
commit
db6325ea9f
2 changed files with 12 additions and 11 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20230518.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/webpack-plugin": "^2.3.0",
|
||||
"@sentry/webpack-plugin": "^2.4.0",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||||
"@typescript-eslint/parser": "^5.60.1",
|
||||
|
@ -1987,21 +1987,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/bundler-plugin-core": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.3.0.tgz",
|
||||
"integrity": "sha512-PiX3yJ8UFKBIPRfhytweYjVdGfcruYJYdwSlbwFNe28fSMTKYPAF9/IqAOav9G8izlICnJm7ROyXlFlfMw0gRA==",
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.4.0.tgz",
|
||||
"integrity": "sha512-bcDNLSce34kncvrYHgl5+edzIF8Dru5f6+gpkK2Sm/RBg/4yitCrVkzftTVwIsxZqJf0pz/CqCeMAIadEtx8JQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/cli": "^2.17.0",
|
||||
"@sentry/node": "7.53.1",
|
||||
"@sentry/utils": "7.53.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"find-up": "5.0.0",
|
||||
"glob": "9.3.2",
|
||||
"magic-string": "0.27.0",
|
||||
"unplugin": "1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/cli": {
|
||||
|
@ -2134,17 +2135,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/webpack-plugin": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.3.0.tgz",
|
||||
"integrity": "sha512-rdrL9LISNIYMlJhRWn5NNXXVvovwNMWSC81qXgwu9PHbNp1RFKJiZ6oCGDvZRJEyvNTxpiyPMJGQzUPGSFSTRg==",
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.4.0.tgz",
|
||||
"integrity": "sha512-/l2dPX2ooTANWzQUQA4BtKi8VYzcC2EN1JFOSsBV9QBk4u+mfUwECIEsDKMZY+gAASyJgsABVst0tATGqiNW/g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/bundler-plugin-core": "2.3.0",
|
||||
"@sentry/bundler-plugin-core": "2.4.0",
|
||||
"unplugin": "1.0.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
"node": ">= 14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"webpack": ">=4.40.0"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20230518.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/webpack-plugin": "^2.3.0",
|
||||
"@sentry/webpack-plugin": "^2.4.0",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||||
"@typescript-eslint/parser": "^5.60.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue