From 1a9bb162ef83a131f9200036866a092ba2be22af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Nov 2022 22:35:19 +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-GOT-2932019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abfbf41..444f7ae 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": "^5.0.0", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",