From 0aba0f92b4238c7d20404191ee9ef3f21d1a51e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 05:14:29 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 61a491d..de66e41 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Hunter Chang", "dependencies": { - "gatsby": "^3.0.0", + "gatsby": "^5.14.0", "gatsby-plugin-google-analytics": "^2.1.16", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^2.0.25",