From e207d422ccd40c9e3a925ebe78ddb0c9c0f80732 Mon Sep 17 00:00:00 2001 From: Julian Garcia Castillo Date: Wed, 28 Aug 2024 14:55:31 +0200 Subject: [PATCH] deps: Bump gatsb bundler plugins to 2.20.1 --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b588a4daa156..1dccbd19f899 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -49,7 +49,7 @@ "@sentry/react": "8.27.0", "@sentry/types": "8.27.0", "@sentry/utils": "8.27.0", - "@sentry/webpack-plugin": "2.16.0" + "@sentry/webpack-plugin": "2.20.1" }, "peerDependencies": { "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",