From 433bc6021ea23521e5b9d892c9f663e5d6943765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 19:44:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1585658 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8384254..1c78603 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "babel-plugin-styled-components": "^1.13.3", "browserlist": "^1.0.1", "fs-extra": "^10.0.0", - "gatsby": "^3.14.5", + "gatsby": "^5.0.0", "gatsby-background-image": "^1.5.3", "gatsby-plugin-breakpoints": "^1.3.6", "gatsby-plugin-image": "^1.14.2", - "gatsby-plugin-material-ui": "^3.0.1", + "gatsby-plugin-material-ui": "^4.0.1", "gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-styled-components": "^4.14.0", "gatsby-plugin-yandex-metrika": "^2.5.0",