diff options
author | snyk-bot <snyk-bot@snyk.io> | 2024-11-10 05:14:29 +0000 |
---|---|---|
committer | snyk-bot <snyk-bot@snyk.io> | 2024-11-10 05:14:29 +0000 |
commit | 0aba0f92b4238c7d20404191ee9ef3f21d1a51e3 (patch) | |
tree | 563d8c17a53c605a8215c77c60494c7261d0fd24 | |
parent | 221e35c583f9c216f6a55ce80d5140c5682ed253 (diff) |
fix: docs/package.json to reduce vulnerabilitiessnyk-fix-6c47c07033d52163cbacd85b101d7a09
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
-rw-r--r-- | docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |