From 1c985f1d2b214a5e1ccbada93eda285dfbff7d95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 06:15:37 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- 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",