summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Tal <liran.tal@gmail.com>2023-02-01 20:26:20 +0100
committerGitHub <noreply@github.com>2023-02-01 21:26:20 +0200
commitfac629294fc7b28a4f0be238d90af2c854d89e80 (patch)
tree82f834ef023da27f01e495c2510b7bbd7877ad5a
parent7a51128c74c42ee3b8a9ac0e601311d084847b37 (diff)
fix: docs/package.json to reduce vulnerabilities (#209)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SCSSTOKENIZER-2339884 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
-rw-r--r--docs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json
index 61a491d..5915278 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -10,7 +10,7 @@
"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",