From d17232f6b1dd9795b511b84c216f41e1962b4642 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 18:40:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NETMASK-6056519 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ad0a3fea..6a54741bc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby-plugin-offline": "^5.25.0", "gatsby-plugin-page-creator": "^4.25.0", "gatsby-plugin-react-helmet": "^5.25.0", - "gatsby-plugin-s3": "^0.3.8", + "gatsby-plugin-s3": "^0.4.0", "gatsby-plugin-sharp": "^4.25.0", "gatsby-plugin-styled-components": "^5.24.0", "gatsby-plugin-typescript": "^4.25.0",