summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnyk-bot <snyk-bot@snyk.io>2023-11-27 14:22:41 +0000
committersnyk-bot <snyk-bot@snyk.io>2023-11-27 14:22:41 +0000
commit852ccc8f258ae92d8f22e20c4ca20aa78858acca (patch)
treed874d4acf1aa44f45d01efa2aa4d94e136295240
parentc83e34491d558c9d708ae46e552a3a0c541e04fc (diff)
fix: docs/package.json to reduce vulnerabilitiessnyk-fix-406a625a2f14e3daee1a71b2ccc80bd3
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1585658 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835
-rw-r--r--docs/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/package.json b/docs/package.json
index 61a491d..b875570 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -4,13 +4,13 @@
"version": "1.0.0",
"author": "Hunter Chang",
"dependencies": {
- "gatsby": "^3.0.0",
+ "gatsby": "^5.0.0",
"gatsby-plugin-google-analytics": "^2.1.16",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11",
- "node-sass": "^4.11.0",
+ "node-sass": "^7.0.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-helmet": "^5.2.0",