From 152d9680e34ab502cb97615ba6f38bc6e9713a96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 May 2023 15:17:42 +0000 Subject: [PATCH] fix: starters/blog/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-5496331 --- starters/blog/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/blog/package.json b/starters/blog/package.json index 139292c55c7cc..ec76853661184 100644 --- a/starters/blog/package.json +++ b/starters/blog/package.json @@ -10,7 +10,7 @@ "dependencies": { "@fontsource/merriweather": "^4.5.14", "@fontsource/montserrat": "^4.5.14", - "gatsby": "^5.9.0", + "gatsby": "^5.10.0", "gatsby-plugin-feed": "^5.9.0", "gatsby-plugin-image": "^3.9.0", "gatsby-plugin-manifest": "^5.9.0",