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

This commit is contained in:
renovate[bot] 2024-08-14 18:05:28 +00:00
parent 8a12a10300
commit 0a6c543d3e
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -17,7 +17,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240806.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.22.1",
"@sentry/esbuild-plugin": "^2.22.2",
"@sentry/integrations": "^7.114.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
@ -2550,9 +2550,9 @@
}
},
"node_modules/@sentry/babel-plugin-component-annotate": {
"version": "2.22.1",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.1.tgz",
"integrity": "sha512-rQEk8EeCIBQKivWNONllQhd/wGbfuK/WXJRM6TkjeikM3wrqJf4AmIBXoA6eg089DwBFzBaxGjjLWJNHKY440w==",
"version": "2.22.2",
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.2.tgz",
"integrity": "sha512-6kFAHGcs0npIC4HTt4ULs8uOfEucvMI7VW4hoyk17jhRaW8CbxzxfWCfIeRbDkE8pYwnARaq83tu025Hrk2zgA==",
"dev": true,
"license": "MIT",
"engines": {
@ -2560,14 +2560,14 @@
}
},
"node_modules/@sentry/bundler-plugin-core": {
"version": "2.22.1",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.1.tgz",
"integrity": "sha512-RFbS57zfPvUBe4DL/pjt6BWCEyGFkk/n4gLNZQ9Cf2gRdUVW80AtAMZwrlEELrpW1D8kONy6/kvWf0leicHRMg==",
"version": "2.22.2",
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.2.tgz",
"integrity": "sha512-TwEEW4FeEJ5Mamp4fGnktfVjzN77KAW0xFQsEPuxZtOAPG17zX/PGvdyRX/TE1jkZWhTzqUDIdgzqlNLjyEnUw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.5",
"@sentry/babel-plugin-component-annotate": "2.22.1",
"@sentry/babel-plugin-component-annotate": "2.22.2",
"@sentry/cli": "^2.33.1",
"dotenv": "^16.3.1",
"find-up": "^5.0.0",
@ -2746,13 +2746,13 @@
}
},
"node_modules/@sentry/esbuild-plugin": {
"version": "2.22.1",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.22.1.tgz",
"integrity": "sha512-UF8hynrxgiiraGchNy7+daFp1oZhmtZfHXBsWr+qkSSDGpAu8FVC3a9Lq5zjW5c6B6r7xUYVxOGDvU8FPOyHPA==",
"version": "2.22.2",
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.22.2.tgz",
"integrity": "sha512-6yYnI7PNDXYyYwlbIYRPoz9+FamYWr1IZ9PQTNz4bjv8eFcItKZFO5wu25L7yaGszgClATvY17gxxUjWfsRyWQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@sentry/bundler-plugin-core": "2.22.1",
"@sentry/bundler-plugin-core": "2.22.2",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240806.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@sentry/esbuild-plugin": "^2.22.1",
"@sentry/esbuild-plugin": "^2.22.2",
"@sentry/integrations": "^7.114.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",