mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Update dependency @sentry/esbuild-plugin to ^2.9.0
This commit is contained in:
parent
731bc51a07
commit
bfa1818414
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231016.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.8.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/integrations": "^7.74.1",
|
||||
"@types/jest": "^29.5.6",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
|
@ -2053,9 +2053,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/bundler-plugin-core": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.8.0.tgz",
|
||||
"integrity": "sha512-DsTUgeKPqck3DkGzKjRduhPpEn0pez+/THF3gpwQBEfbPnKGr0EYugDvfungZwBFenckIvQBDTOZw0STvbgChA==",
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.9.0.tgz",
|
||||
"integrity": "sha512-6x8o+fjSqciFC5m8ociBTb1bKNblKdmFPXI/aef6Uzr0vvxmWR14M+cqf+fOpB8nl/OEu3jqVV6rKILEel0X2w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/cli": "^2.21.2",
|
||||
|
@ -2106,12 +2106,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/esbuild-plugin": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.8.0.tgz",
|
||||
"integrity": "sha512-9Mziz/rKTq8pHfbpzlQmAxCOQthdPztVA7o/gpuGax8Y6UG2X4IqAGIEtf1G1N2+gSryTb134dNVt81ZfJfA2w==",
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.9.0.tgz",
|
||||
"integrity": "sha512-kdGhVxP/aCzTYFJVY47IzuXU3rodAqPwyUyAOybmAYB69uphegdkixpsG+NmNk/SqLAIDNqzLkghaualGnVeUQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/bundler-plugin-core": "2.8.0",
|
||||
"@sentry/bundler-plugin-core": "2.9.0",
|
||||
"unplugin": "1.0.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231016.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.8.0",
|
||||
"@sentry/esbuild-plugin": "^2.9.0",
|
||||
"@sentry/integrations": "^7.74.1",
|
||||
"@types/jest": "^29.5.6",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue