mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Update dependency @sentry/esbuild-plugin to ^2.8.0
This commit is contained in:
parent
41ec712c99
commit
9348d5c73a
2 changed files with 13 additions and 13 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231002.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.7.1",
|
||||
"@sentry/esbuild-plugin": "^2.8.0",
|
||||
"@sentry/integrations": "^7.73.0",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||
|
@ -2050,12 +2050,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/bundler-plugin-core": {
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.7.1.tgz",
|
||||
"integrity": "sha512-ZC/B/7FzzgGpux2t54B2ioXudlq60MHMVPaUeuFzWwxmxiArrV4uBXcp18RMW5ns4biik5WBAD72vbsoloBfIQ==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.8.0.tgz",
|
||||
"integrity": "sha512-DsTUgeKPqck3DkGzKjRduhPpEn0pez+/THF3gpwQBEfbPnKGr0EYugDvfungZwBFenckIvQBDTOZw0STvbgChA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/cli": "^2.20.1",
|
||||
"@sentry/cli": "^2.21.2",
|
||||
"@sentry/node": "^7.60.0",
|
||||
"@sentry/utils": "^7.60.0",
|
||||
"dotenv": "^16.3.1",
|
||||
|
@ -2069,9 +2069,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/cli": {
|
||||
"version": "2.21.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.1.tgz",
|
||||
"integrity": "sha512-iJGL818zHzVb129CNWLoZriymq2nrnhk1XqN4Fh0AMxYJcOICmXYKR8RSkLhhE1U1J1D77UzA+FyBhWHOFA82A==",
|
||||
"version": "2.21.2",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.2.tgz",
|
||||
"integrity": "sha512-X1nye89zl+QV3FSuQDGItfM51tW9PQ7ce0TtV/12DgGgTVEgnVp5uvO3wX5XauHvulQzRPzwUL3ZK+yS5bAwCw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -2102,12 +2102,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/esbuild-plugin": {
|
||||
"version": "2.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.7.1.tgz",
|
||||
"integrity": "sha512-D1aOSq2mGoXLWq/g2tFRY+Aqc2e+IJWuBJgyhM3i+fimCv+tf/EKBuW/Hknf3IRJ8pGxNlgonOu9fDXknOpSLg==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.8.0.tgz",
|
||||
"integrity": "sha512-9Mziz/rKTq8pHfbpzlQmAxCOQthdPztVA7o/gpuGax8Y6UG2X4IqAGIEtf1G1N2+gSryTb134dNVt81ZfJfA2w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/bundler-plugin-core": "2.7.1",
|
||||
"@sentry/bundler-plugin-core": "2.8.0",
|
||||
"unplugin": "1.0.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231002.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.7.1",
|
||||
"@sentry/esbuild-plugin": "^2.8.0",
|
||||
"@sentry/integrations": "^7.73.0",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue