Skip to content

Commit 1fc8150

Browse files
Alan Agiusalexeagle
Alan Agius
authored andcommitted
fix(@angular-devkit/build-angular): update node-sass to 4.12.0 (#14358)
Fixes #14339
1 parent bf0efc4 commit 1fc8150

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"webpack-subresource-integrity": "1.1.0-rc.6"
5353
},
5454
"optionalDependencies": {
55-
"node-sass": "4.11.0"
55+
"node-sass": "4.12.0"
5656
},
5757
"devDependencies": {
5858
"@angular/animations": "^7.2.0-rc.0",

yarn.lock

+12-9
Original file line numberDiff line numberDiff line change
@@ -5965,7 +5965,7 @@ [email protected], lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.2.1, l
59655965
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
59665966
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
59675967

5968-
lodash@^4.15.0, lodash@^4.16.6, lodash@^4.17.5, lodash@^4.8.0, lodash@~4.17.10:
5968+
lodash@^4.15.0, lodash@^4.16.6, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.8.0, lodash@~4.17.10:
59695969
version "4.17.11"
59705970
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
59715971
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -6553,6 +6553,11 @@ nan@^2.10.0:
65536553
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766"
65546554
integrity sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==
65556555

6556+
nan@^2.13.2:
6557+
version "2.13.2"
6558+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7"
6559+
integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==
6560+
65566561
nan@^2.9.2:
65576562
version "2.11.0"
65586563
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.0.tgz#574e360e4d954ab16966ec102c0c049fd961a099"
@@ -6740,10 +6745,10 @@ node-sass-tilde-importer@^1.0.0:
67406745
dependencies:
67416746
find-parent-dir "^0.3.0"
67426747

6743-
node-sass@4.11.0:
6744-
version "4.11.0"
6745-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.11.0.tgz#183faec398e9cbe93ba43362e2768ca988a6369a"
6746-
integrity sha512-bHUdHTphgQJZaF1LASx0kAviPH7sGlcyNhWade4eVIpFp6tsn7SV8xNMTbsQFpEV9VXpnwTTnNYlfsZXgGgmkA==
6748+
node-sass@4.12.0:
6749+
version "4.12.0"
6750+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017"
6751+
integrity sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==
67476752
dependencies:
67486753
async-foreach "^0.1.3"
67496754
chalk "^1.1.1"
@@ -6752,12 +6757,10 @@ [email protected]:
67526757
get-stdin "^4.0.1"
67536758
glob "^7.0.3"
67546759
in-publish "^2.0.0"
6755-
lodash.assign "^4.2.0"
6756-
lodash.clonedeep "^4.3.2"
6757-
lodash.mergewith "^4.6.0"
6760+
lodash "^4.17.11"
67586761
meow "^3.7.0"
67596762
mkdirp "^0.5.1"
6760-
nan "^2.10.0"
6763+
nan "^2.13.2"
67616764
node-gyp "^3.8.0"
67626765
npmlog "^4.0.0"
67636766
request "^2.88.0"

0 commit comments

Comments
 (0)