Skip to content

Commit 269391d

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-535500
1 parent 02dfff8 commit 269391d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"fs-extra": "0.30.0",
4141
"glob": "^7.1.1",
4242
"json-loader": "0.5.4",
43-
"node-sass": "3.10.1",
43+
"node-sass": "4.11.0",
4444
"os-name": "2.0.1",
4545
"postcss": "5.2.0",
4646
"proxy-middleware": "0.15.0",
@@ -89,7 +89,7 @@
8989
"ionic-cz-conventional-changelog": "1.0.0",
9090
"jest": "^18.0.0",
9191
"mock-fs": "3.11.0",
92-
"node-sass": "3.10.1",
92+
"node-sass": "4.11.0",
9393
"rewire": "^2.5.2",
9494
"rimraf": "2.5.4",
9595
"rxjs": "5.0.0-beta.12",

0 commit comments

Comments
 (0)