Skip to content

Commit 73c6135

Browse files
filipesilvaalexeagle
authored andcommittedAug 15, 2018
fix(@angular-devkit/build-angular): update node-sass (#11831)
See sass/node-sass#2355 for context. Fix #11699 Related to #10963
1 parent dbb2c8f commit 73c6135

File tree

3 files changed

+41
-183
lines changed

3 files changed

+41
-183
lines changed
 

‎package-lock.json

+39-181
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"minimatch": "^3.0.4",
102102
"minimist": "^1.2.0",
103103
"ng-packagr": "^3.0.3",
104-
"node-sass": "^4.9.1",
104+
"node-sass": "^4.9.3",
105105
"npm-registry-client": "^8.5.1",
106106
"opn": "^5.1.0",
107107
"parse5": "^4.0.0",

‎packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"webpack-subresource-integrity": "^1.1.0-rc.4"
5959
},
6060
"optionalDependencies": {
61-
"node-sass": "^4.9.1"
61+
"node-sass": "^4.9.3"
6262
}
6363
}

0 commit comments

Comments
 (0)