chore(deps): update dependency @sentry/esbuild-plugin to ^2.22.5

This commit is contained in:
renovate[bot] 2024-10-02 12:26:23 +00:00
parent 2b7c340635
commit 94e95844ed
2 changed files with 17 additions and 14 deletions

29
package-lock.json generated
View file

@ -17,7 +17,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240924.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.22.4",
"@sentry/esbuild-plugin": "^2.22.5",
"@sentry/integrations": "^7.114.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
@ -2436,23 +2436,25 @@
}
},
"node_modules/@sentry/babel-plugin-component-annotate": {
"version": "2.22.4",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.4.tgz",
"integrity": "sha512-hbSq067KwmeKIEkmyzkTNJbmbtx2KRqvpiy9Q/DynI5Z46Nko/ppvgIfyFXK9DelwvEPOqZic4WXTIhO4iv3DA==",
"version": "2.22.5",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.5.tgz",
"integrity": "sha512-+93qwB9vTX1nj4hD8AMWowXZsZVkvmP9OwTqSh5d4kOeiJ+dZftUk4+FKeKkAX9lvY2reyHV8Gms5mo67c27RQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 14"
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.22.4",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.4.tgz",
"integrity": "sha512-25NiyV3v6mdqOXlpzbbJnq0FHdAu1uTEDr+DU8CzNLjIXlq2Sr2CFZ/mhRcR6daM8OAretJdQ34lu0yHUVeE4Q==",
"version": "2.22.5",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.5.tgz",
"integrity": "sha512-nfvTthV0aNM9/MwgnCi1WjAlCtau1I4kw6+oZIDOwJRDqGNziz517mYRXSsvCUebtGxDZtPcF7hSEBMSHjpncA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.5",
"@sentry/babel-plugin-component-annotate": "2.22.4",
"@sentry/cli": "^2.33.1",
"@sentry/babel-plugin-component-annotate": "2.22.5",
"@sentry/cli": "^2.36.1",
"dotenv": "^16.3.1",
"find-up": "^5.0.0",
"glob": "^9.3.2",
@ -2621,12 +2623,13 @@
}
},
"node_modules/@sentry/esbuild-plugin": {
"version": "2.22.4",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.22.4.tgz",
"integrity": "sha512-/5HwkDtOru7hTZwKRYX8ucVgj4BRxhl2Iq5zsT5GqlzDKIZhpIwugwSQKChW1G7HP27/YN7XuGotgeIApF9hew==",
"version": "2.22.5",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.22.5.tgz",
"integrity": "sha512-I9fgTbydbZA5cwFflTLRRwEtkee0tvajjW3gh3Lb2ziMA4tnX1VU0iwoWMdiLHVDn3mLUB++L0puYa+QHLY6+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@sentry/bundler-plugin-core": "2.22.4",
"@sentry/bundler-plugin-core": "2.22.5",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240924.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.22.4",
"@sentry/esbuild-plugin": "^2.22.5",
"@sentry/integrations": "^7.114.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",