From 07e3e2864c68d07b187cf571850d3699ba9d03d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Sep 2022 23:30:07 +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-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-ENGINEIO-1056749 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-536840 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-570062 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aab984a..daf2069 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "deploy": "rm -rf public && gatsby build --prefix-paths && gh-pages -d public" }, "dependencies": { - "axios": "0.21.1", + "axios": "0.21.3", "babel-plugin-styled-components": "1.10.6", "browser-lang": "0.1.0", - "gatsby": "2.15.28", + "gatsby": "4.14.0", "gatsby-plugin-meta-redirect": "1.1.1", "gatsby-plugin-offline": "3.0.11", "gatsby-plugin-react-helmet": "3.1.10",