From ca2f1c2108f609948bb399c96f20625625c70d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Sep 2022 23:19: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-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abfbf41..8d3ec7b 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.0.0", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",