diff options
author | Liran Tal <liran.tal@gmail.com> | 2023-02-01 20:26:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 21:26:20 +0200 |
commit | fac629294fc7b28a4f0be238d90af2c854d89e80 (patch) | |
tree | 82f834ef023da27f01e495c2510b7bbd7877ad5a | |
parent | 7a51128c74c42ee3b8a9ac0e601311d084847b37 (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.json | 2 |
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", |