Update dependency @sentry/esbuild-plugin to ^2.14.3

This commit is contained in:
renovate[bot] 2024-03-08 00:01:29 +00:00
parent 20dc40c9cd
commit d972fc41cd
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.2",
"@sentry/esbuild-plugin": "^2.14.3",
"@sentry/integrations": "^7.105.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.1",
@ -2363,26 +2363,26 @@
}
},
"node_modules/@sentry/babel-plugin-component-annotate": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.14.2.tgz",
"integrity": "sha512-mFBVnIZmdMrpxo61rG5yf0WFt5VrRpy8cpIpJtT3mYkX9vDmcUZaZaD1ctv73iZF3QwaieVdn05Na5mWzZ8h/A==",
"version": "2.14.3",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.14.3.tgz",
"integrity": "sha512-h0ONVTe8j3Ma2g5SMsl9ynmLZdCf+CupLF7PQ7n06K0L8dDtrHqo8yjsWaZSJf4InGrJ9HC4MaOSItbFjiTFLw==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.14.2.tgz",
"integrity": "sha512-HgOFWYdq87lSmeVW1w8K2Vf2DGzRPvKzHTajZYLTPlrZ1jbajq9vwuqhrJ9AnDkjl0mjyzSPEy3ZTeG1Z7uRNA==",
"version": "2.14.3",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.14.3.tgz",
"integrity": "sha512-iEtMdAPFUAYngvYhkfbgY8m3zB439u+5tvovj9rBXHGMr3nEB5fzZLOcVuiL47GEuUvMjDdrubl9MDGZ0c1IuQ==",
"dev": true,
"dependencies": {
"@babel/core": "7.18.5",
"@sentry/babel-plugin-component-annotate": "2.14.2",
"@babel/core": "^7.18.5",
"@sentry/babel-plugin-component-annotate": "2.14.3",
"@sentry/cli": "^2.22.3",
"dotenv": "^16.3.1",
"find-up": "5.0.0",
"glob": "9.3.2",
"find-up": "^5.0.0",
"glob": "^9.3.2",
"magic-string": "0.27.0",
"unplugin": "1.0.1"
},
@ -2548,12 +2548,12 @@
}
},
"node_modules/@sentry/esbuild-plugin": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.14.2.tgz",
"integrity": "sha512-ciumtibhxguf47xLwQmhzotdQiHFqiifcROnjU2VACub/GD+2cpz6rnKU5BAPTo13UIR0+Nask/xYmZkpMbGog==",
"version": "2.14.3",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.14.3.tgz",
"integrity": "sha512-G2O6OP5/cWcxqKIjM+znnrGi2PfrxMjtrpFTFbXH3j9f7CROWeG2SKOMg5OLFnjYuTfhY3Qn8LdvQhWl8gvKlA==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.14.2",
"@sentry/bundler-plugin-core": "2.14.3",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.2",
"@sentry/esbuild-plugin": "^2.14.3",
"@sentry/integrations": "^7.105.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.1",