From 6cf120c64f561d4593a3a9ec192cd160430f67b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 11:01:25 +0000 Subject: [PATCH] fix: starters/gatsby-starter-notes-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-notes-theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/gatsby-starter-notes-theme/package.json b/starters/gatsby-starter-notes-theme/package.json index 7c219cda7c294..45add034ae9fe 100644 --- a/starters/gatsby-starter-notes-theme/package.json +++ b/starters/gatsby-starter-notes-theme/package.json @@ -10,7 +10,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^3.14.6", + "gatsby": "^4.6.0", "gatsby-theme-notes": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2"