From 94598a3485467529029a93db22b76f2dab5ea38a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 10:38:14 +0000 Subject: [PATCH] fix: starters/gatsby-starter-theme/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- starters/gatsby-starter-theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/gatsby-starter-theme/package.json b/starters/gatsby-starter-theme/package.json index 19386aceb67dc..96a6ea4b0d42f 100644 --- a/starters/gatsby-starter-theme/package.json +++ b/starters/gatsby-starter-theme/package.json @@ -10,7 +10,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^3.14.6", + "gatsby": "^4.6.0", "gatsby-theme-blog": "^3.0.0", "gatsby-theme-notes": "^3.0.0", "react": "^17.0.2",