diff --git a/package-lock.json b/package-lock.json index 98d971e..9c39fab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20230518.0", "@microsoft/eslint-formatter-sarif": "^3.0.0", - "@sentry/webpack-plugin": "^2.2.1", + "@sentry/webpack-plugin": "^2.2.2", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", @@ -1987,9 +1987,9 @@ } }, "node_modules/@sentry/bundler-plugin-core": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.2.1.tgz", - "integrity": "sha512-X4zNbeGMZscNb5u1EIfdnpOHJuISmvDBxpEZ3j8j1Rwj1ztnp02iYkl6TbP9ukf0WBC0uq4KkJX+UTJ6Gs5KWw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.2.2.tgz", + "integrity": "sha512-tbuy9eQjbbeen8mAi7gmpXAtj/9CQHjdVxHntjBJ3fsA/dvOTWHQrnGkAUe9xNU+dwQstclSMCEwE6N3h5wXKA==", "dev": true, "dependencies": { "@sentry/cli": "^2.17.0", @@ -2134,12 +2134,12 @@ } }, "node_modules/@sentry/webpack-plugin": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.2.1.tgz", - "integrity": "sha512-qgwO6oNqkYE1tOLmapW07SLgAIrj7MMI+k+PMtbx5AG0TmLFMStyVERDJLUGhhe1SnF3ZiGPiO5cFh3+vST1Iw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.2.2.tgz", + "integrity": "sha512-iuGoqDAs5Wvx1HEs23eVa+rBs/u6X6MqMNDD1TJOUdHUUOtUtgD+4zDqNCjNIoveLCXvv+Inf3Iz2zrhKweYtg==", "dev": true, "dependencies": { - "@sentry/bundler-plugin-core": "2.2.1", + "@sentry/bundler-plugin-core": "2.2.2", "unplugin": "1.0.1", "uuid": "^9.0.0" }, diff --git a/package.json b/package.json index cfc6e11..4662d70 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@cloudflare/workers-types": "^4.20230518.0", "@microsoft/eslint-formatter-sarif": "^3.0.0", - "@sentry/webpack-plugin": "^2.2.1", + "@sentry/webpack-plugin": "^2.2.2", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9",