Update dependency @sentry/esbuild-plugin to ^2.13.0

This commit is contained in:
renovate[bot] 2024-02-02 22:40:33 +00:00
parent 41e2fd30e3
commit 0ddb296f2c
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.11.0",
"@sentry/esbuild-plugin": "^2.13.0",
"@sentry/integrations": "^7.99.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.20.0",
@ -2150,15 +2150,24 @@
"node": ">=8"
}
},
"node_modules/@sentry/babel-plugin-component-annotate": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.13.0.tgz",
"integrity": "sha512-NOKin57L0ZePOHsnbRJpaWxdDnPS+SQUBJDyBYfcIrS74EPXFoFhFADYwGGI5hEKYL7/L0H3a4sIB5iJci3+fQ==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.11.0.tgz",
"integrity": "sha512-IceEPd3RNVyyaxoI92JFnTMsOk/vYCuClV7c/bVBCZZD6dZLercs+abpO6gxbzu758LOjbAmwwIIKtsTKhD0kg==",
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.13.0.tgz",
"integrity": "sha512-KCq5JL/bW/bvY+0LIB4kgtDcg/5cyHzJjuDKOorcMV4OmKD2BG5xCG518gIARfPlELxWpURO4LYz9ZKkkPs/hw==",
"dev": true,
"dependencies": {
"@babel/core": "7.18.5",
"@sentry/babel-plugin-component-annotate": "2.13.0",
"@sentry/cli": "^2.22.3",
"@sentry/component-annotate-plugin": "2.11.0",
"@sentry/node": "^7.60.0",
"@sentry/utils": "^7.60.0",
"dotenv": "^16.3.1",
@ -2360,15 +2369,6 @@
"node": ">=10"
}
},
"node_modules/@sentry/component-annotate-plugin": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@sentry/component-annotate-plugin/-/component-annotate-plugin-2.11.0.tgz",
"integrity": "sha512-2Nf9e05HcvGT9b/8OFaBC90I1d3P6hOu1265T6u3WASxJNvKf3kF44kpt0nZAEVNFcgbyPiPyJ/gmOR/ZIG91A==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
"node_modules/@sentry/core": {
"version": "7.98.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.98.0.tgz",
@ -2383,12 +2383,12 @@
}
},
"node_modules/@sentry/esbuild-plugin": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.11.0.tgz",
"integrity": "sha512-fX5mL5LYCrtgvCiQxn+ULx3wTQV+U4vTBDiokkYoYYeh6HSwkP8Pxr4V499sA/EI9qculTPMTABiyCeOAfHdbQ==",
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.13.0.tgz",
"integrity": "sha512-HRHsqS/8yI+Sh/oSecAv5vcdYJ8iZo671zXLSiL437SiZllPWU1Ae7m6L7YiD6iWTg11pneOekAb2QImb7hf0w==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.11.0",
"@sentry/bundler-plugin-core": "2.13.0",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.11.0",
"@sentry/esbuild-plugin": "^2.13.0",
"@sentry/integrations": "^7.99.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.20.0",