Skip to content

Commit 711d0c0

Browse files
filipesilvaalexeagle
authored andcommitted
fix(@angular-devkit/build-angular): update node-sass (#11831)
See sass/node-sass#2355 for context. Fix #11699 Related to #10963
1 parent af13780 commit 711d0c0

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
@@ -5187,6 +5187,23 @@ node-gyp@^3.3.1:
51875187
tar "^2.0.0"
51885188
which "1"
51895189

5190+
node-gyp@^3.8.0:
5191+
version "3.8.0"
5192+
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c"
5193+
dependencies:
5194+
fstream "^1.0.0"
5195+
glob "^7.0.3"
5196+
graceful-fs "^4.1.2"
5197+
mkdirp "^0.5.0"
5198+
nopt "2 || 3"
5199+
npmlog "0 || 1 || 2 || 3 || 4"
5200+
osenv "0"
5201+
request "^2.87.0"
5202+
rimraf "2"
5203+
semver "~5.3.0"
5204+
tar "^2.0.0"
5205+
which "1"
5206+
51905207
node-libs-browser@^2.0.0:
51915208
version "2.1.0"
51925209
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.1.0.tgz#5f94263d404f6e44767d726901fff05478d600df"
@@ -5242,7 +5259,7 @@ node-sass-tilde-importer@^1.0.0:
52425259
dependencies:
52435260
find-parent-dir "^0.3.0"
52445261

5245-
node-sass@^4.5.3, node-sass@^4.9.1:
5262+
node-sass@^4.5.3:
52465263
version "4.9.2"
52475264
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.2.tgz#5e63fe6bd0f2ae3ac9d6c14ede8620e2b8bdb437"
52485265
dependencies:
@@ -5266,6 +5283,30 @@ node-sass@^4.5.3, node-sass@^4.9.1:
52665283
stdout-stream "^1.4.0"
52675284
"true-case-path" "^1.0.2"
52685285

5286+
node-sass@^4.9.3:
5287+
version "4.9.3"
5288+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.3.tgz#f407cf3d66f78308bb1e346b24fa428703196224"
5289+
dependencies:
5290+
async-foreach "^0.1.3"
5291+
chalk "^1.1.1"
5292+
cross-spawn "^3.0.0"
5293+
gaze "^1.0.0"
5294+
get-stdin "^4.0.1"
5295+
glob "^7.0.3"
5296+
in-publish "^2.0.0"
5297+
lodash.assign "^4.2.0"
5298+
lodash.clonedeep "^4.3.2"
5299+
lodash.mergewith "^4.6.0"
5300+
meow "^3.7.0"
5301+
mkdirp "^0.5.1"
5302+
nan "^2.10.0"
5303+
node-gyp "^3.8.0"
5304+
npmlog "^4.0.0"
5305+
request "2.87.0"
5306+
sass-graph "^2.2.4"
5307+
stdout-stream "^1.4.0"
5308+
"true-case-path" "^1.0.2"
5309+
52695310
node-uuid@~1.4.7:
52705311
version "1.4.8"
52715312
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907"

0 commit comments

Comments
 (0)