From d68785c31650ced03746557042246cbeeabf17e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Dec 2024 05:20:26 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 61a491d..2ac7c2c 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": "^4.5.0", "gatsby-plugin-google-analytics": "^2.1.16", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^2.0.25",