diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 7ff4c147279c..ea72fc0128d2 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -28,7 +28,7 @@ "dependencies": { "@sentry/react": "6.17.4", "@sentry/tracing": "6.17.4", - "@sentry/webpack-plugin": "1.18.4" + "@sentry/webpack-plugin": "1.18.5" }, "peerDependencies": { "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0" diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 9cd9387863a0..760c9aa8008b 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -24,7 +24,7 @@ "@sentry/react": "6.17.4", "@sentry/tracing": "6.17.4", "@sentry/utils": "6.17.4", - "@sentry/webpack-plugin": "1.18.4", + "@sentry/webpack-plugin": "1.18.5", "tslib": "^1.9.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bbdac1524371..78e722b6e398 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3100,10 +3100,10 @@ progress "^2.0.3" proxy-from-env "^1.1.0" -"@sentry/webpack-plugin@1.18.4": - version "1.18.4" - resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.4.tgz#bf1ba2575251264a61d519272b8e119e120b0822" - integrity sha512-1NVnxCmNxcJ7+UQwpMGiSEFNgc52vGCZ0pjpfvmmtJMxnJFYnSNy2vTVStL4xwGMe6vLR9luJRT9Smoy3lxJYg== +"@sentry/webpack-plugin@1.18.5": + version "1.18.5" + resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.5.tgz#aaff79d8e05b8d803654490324252406c976b1cd" + integrity sha512-HycNZEcVRj/LxaG6hLsxjHo47mpxop3j7u2aUkriE2pT7XNpeypsa0WiokYzStxzCfSu8rbAbX4PchTGLMlTjw== dependencies: "@sentry/cli" "^1.72.0"