From b27782bf6aef3966a8a2b122a4cd916d4d1b33a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 02:00:35 +0000 Subject: [PATCH] fix: templates/typescript/src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- templates/typescript/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/typescript/src/package.json b/templates/typescript/src/package.json index 382dfdb..a27f61e 100644 --- a/templates/typescript/src/package.json +++ b/templates/typescript/src/package.json @@ -7,7 +7,7 @@ "dependencies": { "axios": "^0.19.0", "classnames": "^2.2.6", - "gatsby": "^2.19.18", + "gatsby": "^4.14.0", "gatsby-image": "^2.2.41", "gatsby-plugin-canonical-urls": "^2.2.3", "gatsby-plugin-i18n": "^1.0.1",