diff options
author | snyk-bot <snyk-bot@snyk.io> | 2024-01-23 16:54:17 +0000 |
---|---|---|
committer | snyk-bot <snyk-bot@snyk.io> | 2024-01-23 16:54:17 +0000 |
commit | c5b4ef8c62751b0eb1d1a1ac8415876c85688012 (patch) | |
tree | ab4c28918e28e51e8226fb7e55f6c87ca9dd5bdd | |
parent | c83e34491d558c9d708ae46e552a3a0c541e04fc (diff) |
fix: docs/package.json to reduce vulnerabilitiessnyk-fix-96c4cba9969771406f9ce17e0fecddd3
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
-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..377805f 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.13.2", "gatsby-plugin-google-analytics": "^2.1.16", "gatsby-plugin-manifest": "^3.13.0", "gatsby-plugin-offline": "^2.0.25", |