Update dependency @sentry/esbuild-plugin to ^2.14.0

This commit is contained in:
renovate[bot] 2024-02-05 22:01:12 +00:00
parent 394cc25580
commit 0fd3ea6f5a
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0", "@cloudflare/workers-types": "^4.20240129.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.13.0", "@sentry/esbuild-plugin": "^2.14.0",
"@sentry/integrations": "^7.99.0", "@sentry/integrations": "^7.99.0",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
@ -2377,22 +2377,22 @@
} }
}, },
"node_modules/@sentry/babel-plugin-component-annotate": { "node_modules/@sentry/babel-plugin-component-annotate": {
"version": "2.13.0", "version": "2.14.0",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.13.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.14.0.tgz",
"integrity": "sha512-NOKin57L0ZePOHsnbRJpaWxdDnPS+SQUBJDyBYfcIrS74EPXFoFhFADYwGGI5hEKYL7/L0H3a4sIB5iJci3+fQ==", "integrity": "sha512-FWU4+Lx6fgxjAkwmc3S9j1Q/6pqKZyZzfi52B+8WMNw7a5QjGXgxc5ucBazZYgrcsJKCFBp4QG3PPxNAieFimQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/@sentry/bundler-plugin-core": { "node_modules/@sentry/bundler-plugin-core": {
"version": "2.13.0", "version": "2.14.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.13.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.14.0.tgz",
"integrity": "sha512-KCq5JL/bW/bvY+0LIB4kgtDcg/5cyHzJjuDKOorcMV4OmKD2BG5xCG518gIARfPlELxWpURO4LYz9ZKkkPs/hw==", "integrity": "sha512-jVM47EPs8Na2z5HOWgthLFhpHLU9hwL2wY4TzHEnS1Bj+ODgXFa8QcIxQR2SO+W+L8YhSbY7z+BpPsYTpeZWUg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/core": "7.18.5", "@babel/core": "7.18.5",
"@sentry/babel-plugin-component-annotate": "2.13.0", "@sentry/babel-plugin-component-annotate": "2.14.0",
"@sentry/cli": "^2.22.3", "@sentry/cli": "^2.22.3",
"@sentry/node": "^7.60.0", "@sentry/node": "^7.60.0",
"@sentry/utils": "^7.60.0", "@sentry/utils": "^7.60.0",
@ -2564,12 +2564,12 @@
} }
}, },
"node_modules/@sentry/esbuild-plugin": { "node_modules/@sentry/esbuild-plugin": {
"version": "2.13.0", "version": "2.14.0",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.13.0.tgz", "resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.14.0.tgz",
"integrity": "sha512-HRHsqS/8yI+Sh/oSecAv5vcdYJ8iZo671zXLSiL437SiZllPWU1Ae7m6L7YiD6iWTg11pneOekAb2QImb7hf0w==", "integrity": "sha512-EbKTPX5qQAm4p7ke2+ShuOrdRElrfruZXuDqjWJAbJF8SZuFxzdZkSHFGL7mpwkPexeSTGTI648TIFF7kKazUQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sentry/bundler-plugin-core": "2.13.0", "@sentry/bundler-plugin-core": "2.14.0",
"unplugin": "1.0.1", "unplugin": "1.0.1",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },

View file

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