diff --git a/package-lock.json b/package-lock.json index 4d74b18..af2aec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@sentry/esbuild-plugin": "^2.22.2", + "@sentry/esbuild-plugin": "^2.22.3", "@sentry/integrations": "^7.114.0", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.18.0", @@ -2602,9 +2602,9 @@ } }, "node_modules/@sentry/babel-plugin-component-annotate": { - "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==", + "version": "2.22.3", + "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.3.tgz", + "integrity": "sha512-OlHA+i+vnQHRIdry4glpiS/xTOtgjmpXOt6IBOUqynx5Jd/iK1+fj+t8CckqOx9wRacO/hru2wfW/jFq0iViLg==", "dev": true, "license": "MIT", "engines": { @@ -2612,14 +2612,14 @@ } }, "node_modules/@sentry/bundler-plugin-core": { - "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==", + "version": "2.22.3", + "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.3.tgz", + "integrity": "sha512-DeoUl0WffcqZZRl5Wy9aHvX4WfZbbWt0QbJ7NJrcEViq+dRAI2FQTYECFLwdZi5Gtb3oyqZICO+P7k8wDnzsjQ==", "dev": true, "license": "MIT", "dependencies": { "@babel/core": "^7.18.5", - "@sentry/babel-plugin-component-annotate": "2.22.2", + "@sentry/babel-plugin-component-annotate": "2.22.3", "@sentry/cli": "^2.33.1", "dotenv": "^16.3.1", "find-up": "^5.0.0", @@ -2798,13 +2798,13 @@ } }, "node_modules/@sentry/esbuild-plugin": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.22.2.tgz", - "integrity": "sha512-6yYnI7PNDXYyYwlbIYRPoz9+FamYWr1IZ9PQTNz4bjv8eFcItKZFO5wu25L7yaGszgClATvY17gxxUjWfsRyWQ==", + "version": "2.22.3", + "resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.22.3.tgz", + "integrity": "sha512-awiEMsMhc98Tz2M+6sxxP12GPagw/yOzB0D6FrCinlM9d/GKeFNOsvayTY3Dl+wed5tODu5VcARDe8xfQVt4GQ==", "dev": true, "license": "MIT", "dependencies": { - "@sentry/bundler-plugin-core": "2.22.2", + "@sentry/bundler-plugin-core": "2.22.3", "unplugin": "1.0.1", "uuid": "^9.0.0" }, diff --git a/package.json b/package.json index f40020e..1f84840 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@sentry/esbuild-plugin": "^2.22.2", + "@sentry/esbuild-plugin": "^2.22.3", "@sentry/integrations": "^7.114.0", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.18.0",