Skip to content

Commit a6bd1aa

Browse files
chore(NA): upgrade node-sass into last v4.14.1 to stop shipping old node-gyp (#84935)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent 249a1a4 commit a6bd1aa

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@
746746
"murmurhash3js": "3.0.1",
747747
"mutation-observer": "^1.0.3",
748748
"ncp": "^2.0.0",
749-
"node-sass": "^4.13.1",
749+
"node-sass": "^4.14.1",
750750
"null-loader": "^3.0.0",
751751
"nyc": "^15.0.1",
752752
"oboe": "^2.1.4",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20784,10 +20784,10 @@ node-releases@^1.1.61:
2078420784
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.61.tgz#707b0fca9ce4e11783612ba4a2fcba09047af16e"
2078520785
integrity sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g==
2078620786

20787-
node-sass@^4.13.1:
20788-
version "4.13.1"
20789-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3"
20790-
integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==
20787+
node-sass@^4.14.1:
20788+
version "4.14.1"
20789+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5"
20790+
integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==
2079120791
dependencies:
2079220792
async-foreach "^0.1.3"
2079320793
chalk "^1.1.1"
@@ -20803,7 +20803,7 @@ node-sass@^4.13.1:
2080320803
node-gyp "^3.8.0"
2080420804
npmlog "^4.0.0"
2080520805
request "^2.88.0"
20806-
sass-graph "^2.2.4"
20806+
sass-graph "2.2.5"
2080720807
stdout-stream "^1.4.0"
2080820808
"true-case-path" "^1.0.2"
2080920809

@@ -24958,15 +24958,15 @@ sane@^4.0.3:
2495824958
minimist "^1.1.1"
2495924959
walker "~1.0.5"
2496024960

24961-
sass-graph@^2.2.4:
24962-
version "2.2.4"
24963-
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
24964-
integrity sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=
24961+
sass-graph@2.2.5:
24962+
version "2.2.5"
24963+
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.5.tgz#a981c87446b8319d96dce0671e487879bd24c2e8"
24964+
integrity sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==
2496524965
dependencies:
2496624966
glob "^7.0.0"
2496724967
lodash "^4.0.0"
2496824968
scss-tokenizer "^0.2.3"
24969-
yargs "^7.0.0"
24969+
yargs "^13.3.2"
2497024970

2497124971
sass-lint@^1.12.1:
2497224972
version "1.12.1"
@@ -29926,7 +29926,7 @@ yargs@^3.15.0:
2992629926
window-size "^0.1.4"
2992729927
y18n "^3.2.0"
2992829928

29929-
yargs@^7.0.0, yargs@^7.1.0:
29929+
yargs@^7.1.0:
2993029930
version "7.1.1"
2993129931
resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.1.tgz#67f0ef52e228d4ee0d6311acede8850f53464df6"
2993229932
integrity sha512-huO4Fr1f9PmiJJdll5kwoS2e4GqzGSsMT3PPMpOwoVkOK8ckqAewMTZyA6LXVQWflleb/Z8oPBEvNsMft0XE+g==

0 commit comments

Comments
 (0)