From aee1aa6d9b32bc5d592e2bfe8561e8d05cf49e54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:21:46 +0000 Subject: [PATCH] chore(deps): update dependency @sentry/esbuild-plugin to ^2.19.0 --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bd029d..6a7921f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20240614.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@sentry/esbuild-plugin": "^2.18.0", + "@sentry/esbuild-plugin": "^2.19.0", "@sentry/integrations": "^7.114.0", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.13.1", @@ -2598,9 +2598,9 @@ } }, "node_modules/@sentry/babel-plugin-component-annotate": { - "version": "2.18.0", - "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.18.0.tgz", - "integrity": "sha512-9L4RbhS3WNtc/SokIhc0dwgcvs78YSQPakZejsrIgnzLzCi8mS6PeT+BY0+QCtsXxjd1egM8hqcJeB0lukBkXA==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.19.0.tgz", + "integrity": "sha512-N2k8cMYu/7X6mzAH5j6bMeNcXQBJLL0lVAF63TDS57hUiT1v2uEqbeYFdH2CZBHb2LepLbMRXmvErIwy76FLTw==", "dev": true, "license": "MIT", "engines": { @@ -2608,14 +2608,14 @@ } }, "node_modules/@sentry/bundler-plugin-core": { - "version": "2.18.0", - "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.18.0.tgz", - "integrity": "sha512-JvxVgsMFmDsU0Dgcx1CeFUC1scxOVSAOzOcE06qKAVm9BZzxHpI53iNfeMOXwVTUolD8LZVIfgOjkiXfwN/UPQ==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.19.0.tgz", + "integrity": "sha512-PGTwpue2k4HnLlCuvLeg+cILPWHJorzheNq8KVlXed8mpb8kxKeY9EWQFxBqPS+XyktOMAxZmCMZfKdnHNaJVQ==", "dev": true, "license": "MIT", "dependencies": { "@babel/core": "^7.18.5", - "@sentry/babel-plugin-component-annotate": "2.18.0", + "@sentry/babel-plugin-component-annotate": "2.19.0", "@sentry/cli": "^2.22.3", "dotenv": "^16.3.1", "find-up": "^5.0.0", @@ -2794,13 +2794,13 @@ } }, "node_modules/@sentry/esbuild-plugin": { - "version": "2.18.0", - "resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.18.0.tgz", - "integrity": "sha512-F34+xPQTwFYnlBCd83wuFGT8O/PrwgGclh9XEeDLrqljlCUc9jCkbFIIFaV9mJo2xoSjfJey2RWghoaycWM6Lg==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.19.0.tgz", + "integrity": "sha512-4xclMw+SzHwe0E3odm45vTPbJaq0w9CaXmzukXLkhiflK5qNBP+Tyr/lSYJd4k6kqq0oK0e5+zBxoSiewgXhRA==", "dev": true, "license": "MIT", "dependencies": { - "@sentry/bundler-plugin-core": "2.18.0", + "@sentry/bundler-plugin-core": "2.19.0", "unplugin": "1.0.1", "uuid": "^9.0.0" }, diff --git a/package.json b/package.json index d724ca3..f20f1af 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20240614.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@sentry/esbuild-plugin": "^2.18.0", + "@sentry/esbuild-plugin": "^2.19.0", "@sentry/integrations": "^7.114.0", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.13.1",