From 0f8e8287410ad33544199769aba7db88a97b884a Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Fri, 4 Feb 2022 06:40:54 -0800 Subject: [PATCH 1/2] bump plugin version --- packages/gatsby/package.json | 2 +- packages/nextjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": { From 3b5cd92bb37d13e7d799b55d6ced2de477c26222 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Fri, 4 Feb 2022 09:40:04 -0800 Subject: [PATCH 2/2] update yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"