Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update node-sass (#11831)
Browse files Browse the repository at this point in the history
See sass/node-sass#2355 for context.

Fix #11699
Related to #10963
  • Loading branch information
filipesilva authored and alexeagle committed Aug 15, 2018
1 parent dbb2c8f commit 73c6135
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 183 deletions.
220 changes: 39 additions & 181 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -101,7 +101,7 @@
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"ng-packagr": "^3.0.3",
"node-sass": "^4.9.1",
"node-sass": "^4.9.3",
"npm-registry-client": "^8.5.1",
"opn": "^5.1.0",
"parse5": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -58,6 +58,6 @@
"webpack-subresource-integrity": "^1.1.0-rc.4"
},
"optionalDependencies": {
"node-sass": "^4.9.1"
"node-sass": "^4.9.3"
}
}

0 comments on commit 73c6135

Please sign in to comment.