File tree 2 files changed +43
-2
lines changed
packages/angular_devkit/build_angular 2 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 56
56
"webpack-subresource-integrity" : " ^1.1.0-rc.4"
57
57
},
58
58
"optionalDependencies" : {
59
- "node-sass" : " ^4.9.1 "
59
+ "node-sass" : " ^4.9.3 "
60
60
},
61
61
"devDependencies" : {
62
62
"@angular/animations" : " ^6.1.0" ,
Original file line number Diff line number Diff line change @@ -5187,6 +5187,23 @@ node-gyp@^3.3.1:
5187
5187
tar "^2.0.0"
5188
5188
which "1"
5189
5189
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
+
5190
5207
node-libs-browser@^2.0.0 :
5191
5208
version "2.1.0"
5192
5209
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:
5242
5259
dependencies :
5243
5260
find-parent-dir "^0.3.0"
5244
5261
5245
- node-sass@^4.5.3, node-sass@^4.9.1 :
5262
+ node-sass@^4.5.3 :
5246
5263
version "4.9.2"
5247
5264
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.2.tgz#5e63fe6bd0f2ae3ac9d6c14ede8620e2b8bdb437"
5248
5265
dependencies :
@@ -5266,6 +5283,30 @@ node-sass@^4.5.3, node-sass@^4.9.1:
5266
5283
stdout-stream "^1.4.0"
5267
5284
" true-case-path" " ^1.0.2"
5268
5285
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
+
5269
5310
node-uuid@~1.4.7 :
5270
5311
version "1.4.8"
5271
5312
resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.8.tgz#b040eb0923968afabf8d32fb1f17f1167fdab907"
You can’t perform that action at this time.
0 commit comments