From 758445b681f5a7d371ebde8ccc7874d6a82fc2ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 18:26:54 +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-PHIN-6598077 --- starters/gatsby-starter-theme/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starters/gatsby-starter-theme/package.json b/starters/gatsby-starter-theme/package.json index f26421f83939b..bbef92487fe4d 100644 --- a/starters/gatsby-starter-theme/package.json +++ b/starters/gatsby-starter-theme/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "gatsby": "^2.20.25", - "gatsby-theme-blog": "^1.4.26", - "gatsby-theme-notes": "^1.2.25", + "gatsby-theme-blog": "^4.0.0", + "gatsby-theme-notes": "^1.2.32", "react": "^16.12.0", "react-dom": "^16.12.0" }