Skip to content

Commit f509cec

Browse files
committed
fix(@angular-devkit/build-angular): update node-sass
See sass/node-sass#2355 for context. Fix #11699 Related to #10963
1 parent 37e8f55 commit f509cec

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"webpack-subresource-integrity": "^1.1.0-rc.4"
5757
},
5858
"optionalDependencies": {
59-
"node-sass": "^4.9.1"
59+
"node-sass": "^4.9.3"
6060
},
6161
"devDependencies": {
6262
"@angular/animations": "^6.1.0",

yarn.lock

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5172,6 +5172,23 @@ node-gyp@^3.3.1:
51725172
tar "^2.0.0"
51735173
which "1"
51745174

5175+
node-gyp@^3.8.0:
5176+
version "3.8.0"
5177+
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c"
5178+
dependencies:
5179+
fstream "^1.0.0"
5180+
glob "^7.0.3"
5181+
graceful-fs "^4.1.2"
5182+
mkdirp "^0.5.0"
5183+
nopt "2 || 3"
5184+
npmlog "0 || 1 || 2 || 3 || 4"
5185+
osenv "0"
5186+
request "^2.87.0"
5187+
rimraf "2"
5188+
semver "~5.3.0"
5189+
tar "^2.0.0"
5190+
which "1"
5191+
51755192
node-libs-browser@^2.0.0:
51765193
version "2.1.0"
51775194
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.1.0.tgz#5f94263d404f6e44767d726901fff05478d600df"
@@ -5227,7 +5244,7 @@ node-sass-tilde-importer@^1.0.0:
52275244
dependencies:
52285245
find-parent-dir "^0.3.0"
52295246

5230-
node-sass@^4.5.3, node-sass@^4.9.1:
5247+
node-sass@^4.5.3:
52315248
version "4.9.2"
52325249
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.2.tgz#5e63fe6bd0f2ae3ac9d6c14ede8620e2b8bdb437"
52335250
dependencies:
@@ -5251,6 +5268,30 @@ node-sass@^4.5.3, node-sass@^4.9.1:
52515268
stdout-stream "^1.4.0"
52525269
"true-case-path" "^1.0.2"
52535270

5271+
node-sass@^4.9.3:
5272+
version "4.9.3"
5273+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.3.tgz#f407cf3d66f78308bb1e346b24fa428703196224"
5274+
dependencies:
5275+
async-foreach "^0.1.3"
5276+
chalk "^1.1.1"
5277+
cross-spawn "^3.0.0"
5278+
gaze "^1.0.0"
5279+
get-stdin "^4.0.1"
5280+
glob "^7.0.3"
5281+
in-publish "^2.0.0"
5282+
lodash.assign "^4.2.0"
5283+
lodash.clonedeep "^4.3.2"
5284+
lodash.mergewith "^4.6.0"
5285+
meow "^3.7.0"
5286+
mkdirp "^0.5.1"
5287+
nan "^2.10.0"
5288+
node-gyp "^3.8.0"
5289+
npmlog "^4.0.0"
5290+
request "2.87.0"
5291+
sass-graph "^2.2.4"
5292+
stdout-stream "^1.4.0"
5293+
"true-case-path" "^1.0.2"
5294+
52545295
node-uuid@~1.4.7:
52555296
version "1.4.8"
52565297
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907"

0 commit comments

Comments
 (0)