From 02aa76a798bc057710774337ddcd690b87174a6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 05:02:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 236bf83..e2bf020 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "@types/react-helmet": "^5.0.14", "@types/styled-components": "^4.4.0", "babel-plugin-styled-components": "^1.10.6", - "gatsby": "^2.17.12", - "gatsby-cli": "^2.8.29", + "gatsby": "^5.14.0", + "gatsby-cli": "^5.14.0", "gatsby-image": "^2.2.32", "gatsby-plugin-feed": "^2.3.20", "gatsby-plugin-google-analytics": "^2.1.25",