Skip to content

Commit 615ee34

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-542662
1 parent 51610d8 commit 615ee34

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

package-lock.json

Lines changed: 24 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"font-awesome": "^4.7.0",
2626
"jquery": "^3.4.1",
2727
"lodash": "^4.17.14",
28-
"node-sass": "^4.12.0",
28+
"node-sass": "^4.13.1",
2929
"package.json": "^2.0.1",
3030
"prop-types": "^15.7.2",
3131
"react": "^16.8.6",

0 commit comments

Comments
 (0)