Update dependency @sentry/esbuild-plugin to ^2.15.0

This commit is contained in:
renovate[bot] 2024-03-13 20:50:45 +00:00
parent e4670ee853
commit 9781cc3b5e
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240312.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.3",
"@sentry/esbuild-plugin": "^2.15.0",
"@sentry/integrations": "^7.106.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.2.0",
@ -2357,22 +2357,22 @@
}
},
"node_modules/@sentry/babel-plugin-component-annotate": {
"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==",
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.15.0.tgz",
"integrity": "sha512-4AaRN2E1iqOPlceDE5ae4thnq717reEQkqOslSWpJf7FmJ+oDrp2bWQhO82xcW8ZBBMbtkOGw2wmrScq5TnMxw==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.14.3",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.14.3.tgz",
"integrity": "sha512-iEtMdAPFUAYngvYhkfbgY8m3zB439u+5tvovj9rBXHGMr3nEB5fzZLOcVuiL47GEuUvMjDdrubl9MDGZ0c1IuQ==",
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.15.0.tgz",
"integrity": "sha512-K6tEmo6ilUdR5uEQZ4P1uaXCvRoAeq5JsJAg7lRv0JSG5XG67jhoHu+mrpiDMB93FxbTgCQkPCT87Z0Bmqpmew==",
"dev": true,
"dependencies": {
"@babel/core": "^7.18.5",
"@sentry/babel-plugin-component-annotate": "2.14.3",
"@sentry/babel-plugin-component-annotate": "2.15.0",
"@sentry/cli": "^2.22.3",
"dotenv": "^16.3.1",
"find-up": "^5.0.0",
@ -2542,12 +2542,12 @@
}
},
"node_modules/@sentry/esbuild-plugin": {
"version": "2.14.3",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.14.3.tgz",
"integrity": "sha512-G2O6OP5/cWcxqKIjM+znnrGi2PfrxMjtrpFTFbXH3j9f7CROWeG2SKOMg5OLFnjYuTfhY3Qn8LdvQhWl8gvKlA==",
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.15.0.tgz",
"integrity": "sha512-gzVJMzLJgs2N407MyDliy6V+LyId7jsCVV+7aiRVw7xGZEZMc1/RRBX7d3OUkfZwOZQQ9JTnhok185ynW6Yhxg==",
"dev": true,
"dependencies": {
"@sentry/bundler-plugin-core": "2.14.3",
"@sentry/bundler-plugin-core": "2.15.0",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240312.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.14.3",
"@sentry/esbuild-plugin": "^2.15.0",
"@sentry/integrations": "^7.106.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.2.0",