mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Update dependency @sentry/esbuild-plugin to ^2.14.1
This commit is contained in:
parent
a1e21e9c2c
commit
17eb895261
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.20240208.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.14.0",
|
||||
"@sentry/esbuild-plugin": "^2.14.1",
|
||||
"@sentry/integrations": "^7.101.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
||||
|
@ -2377,22 +2377,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/babel-plugin-component-annotate": {
|
||||
"version": "2.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.14.0.tgz",
|
||||
"integrity": "sha512-FWU4+Lx6fgxjAkwmc3S9j1Q/6pqKZyZzfi52B+8WMNw7a5QjGXgxc5ucBazZYgrcsJKCFBp4QG3PPxNAieFimQ==",
|
||||
"version": "2.14.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.14.1.tgz",
|
||||
"integrity": "sha512-NHVOr6m0vOoh1UNSZr+OpWQERjjQM7lO48WN/N/MzobIIxc2pymw2KAq3lNJ1SnVAy1t9RNP8u+g6aEFEMGZ/w==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/bundler-plugin-core": {
|
||||
"version": "2.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.14.0.tgz",
|
||||
"integrity": "sha512-jVM47EPs8Na2z5HOWgthLFhpHLU9hwL2wY4TzHEnS1Bj+ODgXFa8QcIxQR2SO+W+L8YhSbY7z+BpPsYTpeZWUg==",
|
||||
"version": "2.14.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.14.1.tgz",
|
||||
"integrity": "sha512-JbYkeQQ+FTy4KjuJmnjjRGKv1LOSH+Q9cbcMHkr+vNrwAbdxkQ7WURGEKUCFTciIekToMCOiFk+g3FQlRmzLPg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "7.18.5",
|
||||
"@sentry/babel-plugin-component-annotate": "2.14.0",
|
||||
"@sentry/babel-plugin-component-annotate": "2.14.1",
|
||||
"@sentry/cli": "^2.22.3",
|
||||
"@sentry/node": "^7.60.0",
|
||||
"@sentry/utils": "^7.60.0",
|
||||
|
@ -2564,12 +2564,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/esbuild-plugin": {
|
||||
"version": "2.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.14.0.tgz",
|
||||
"integrity": "sha512-EbKTPX5qQAm4p7ke2+ShuOrdRElrfruZXuDqjWJAbJF8SZuFxzdZkSHFGL7mpwkPexeSTGTI648TIFF7kKazUQ==",
|
||||
"version": "2.14.1",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.14.1.tgz",
|
||||
"integrity": "sha512-TuYiJtwsV0E3ODc2+gL7ap/4jlHYKyHTar3C+fSPmnNe8mtShtrecGR+PcM46/i36I6TArCY9SCwNh3HoovaAQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/bundler-plugin-core": "2.14.0",
|
||||
"@sentry/bundler-plugin-core": "2.14.1",
|
||||
"unplugin": "1.0.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20240208.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.14.0",
|
||||
"@sentry/esbuild-plugin": "^2.14.1",
|
||||
"@sentry/integrations": "^7.101.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue