From 0a54872d0152903ca4648c9dc48ef5b6ec4b8d4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 16:24:29 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-IMMER-1540542 - https://snyk.io/vuln/SNYK-JS-PROMPTS-1729737 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abfbf41..745821b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "MIT", "homepage": "https://github.com/nwehner/gatsbyScssTypeScriptExample#readme", "dependencies": { - "gatsby": "^3.2.1", + "gatsby": "^4.14.0", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",