Skip to content

Commit 51d8f0b

Browse files
build(deps-dev): bump node-sass from 4.11.0 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 4.13.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v4.11.0...v4.13.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f34cb0 commit 51d8f0b

File tree

2 files changed

+112
-42
lines changed

2 files changed

+112
-42
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lodash": "^4.17.14",
4949
"mini-css-extract-plugin": "0.6.0",
5050
"nanohtml": "1.6.1",
51-
"node-sass": "4.11.0",
51+
"node-sass": "4.13.1",
5252
"optimize-css-assets-webpack-plugin": "5.0.1",
5353
"postcss-loader": "3.0.0",
5454
"react": "16.8.6",

yarn.lock

Lines changed: 111 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5816,7 +5816,7 @@
58165816
"@xtuc/long" "4.2.2"
58175817

58185818
"@wework/ray-core@file:packages/core":
5819-
version "1.16.4"
5819+
version "1.16.6"
58205820
dependencies:
58215821
"@invisionapp/dsm-storybook" "^0.0.119"
58225822
core-js "^3.4.1"
@@ -8603,6 +8603,15 @@ cliui@^4.0.0:
86038603
strip-ansi "^4.0.0"
86048604
wrap-ansi "^2.0.0"
86058605

8606+
cliui@^5.0.0:
8607+
version "5.0.0"
8608+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
8609+
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
8610+
dependencies:
8611+
string-width "^3.1.0"
8612+
strip-ansi "^5.2.0"
8613+
wrap-ansi "^5.1.0"
8614+
86068615
clone-buffer@^1.0.0:
86078616
version "1.0.0"
86088617
resolved "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58"
@@ -12978,6 +12987,11 @@ get-caller-file@^1.0.1:
1297812987
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
1297912988
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
1298012989

12990+
get-caller-file@^2.0.1:
12991+
version "2.0.5"
12992+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
12993+
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
12994+
1298112995
get-own-enumerable-property-symbols@^2.0.1:
1298212996
version "2.0.1"
1298312997
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b"
@@ -13220,7 +13234,7 @@ glob-watcher@^5.0.0, glob-watcher@^5.0.3:
1322013234
just-debounce "^1.0.0"
1322113235
object.defaults "^1.1.0"
1322213236

13223-
[email protected], glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
13237+
1322413238
version "7.1.3"
1322513239
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
1322613240
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -13243,19 +13257,7 @@ glob@^5.0.3:
1324313257
once "^1.3.0"
1324413258
path-is-absolute "^1.0.0"
1324513259

13246-
glob@^7.1.3:
13247-
version "7.1.4"
13248-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
13249-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
13250-
dependencies:
13251-
fs.realpath "^1.0.0"
13252-
inflight "^1.0.4"
13253-
inherits "2"
13254-
minimatch "^3.0.4"
13255-
once "^1.3.0"
13256-
path-is-absolute "^1.0.0"
13257-
13258-
glob@^7.1.4:
13260+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1:
1325913261
version "7.1.6"
1326013262
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
1326113263
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -17175,11 +17177,6 @@ lodash._root@^3.0.0:
1717517177
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
1717617178
integrity sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=
1717717179

17178-
lodash.assign@^4.2.0:
17179-
version "4.2.0"
17180-
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
17181-
integrity sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=
17182-
1718317180
lodash.camelcase@^4.3.0:
1718417181
version "4.3.0"
1718517182
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -17286,7 +17283,7 @@ lodash.memoize@^4.1.2:
1728617283
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
1728717284
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
1728817285

17289-
lodash.mergewith@^4.6.0, lodash.mergewith@^4.6.1:
17286+
lodash.mergewith@^4.6.1:
1729017287
version "4.6.2"
1729117288
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
1729217289
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
@@ -17374,21 +17371,16 @@ lodash.uniq@^4.5.0:
1737417371
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
1737517372
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
1737617373

17377-
[email protected], lodash@>4.17.4, lodash@^4.0.0, lodash@^4.0.1, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.10:
17374+
1737817375
version "4.17.11"
1737917376
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
1738017377
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
1738117378

17382-
[email protected], lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15:
17379+
[email protected], lodash@>4.17.4, lodash@^4.0.0, lodash@^4.0.1, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.10:
1738317380
version "4.17.15"
1738417381
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1738517382
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1738617383

17387-
lodash@^4.17.14:
17388-
version "4.17.14"
17389-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
17390-
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
17391-
1739217384
log-driver@^1.2.7:
1739317385
version "1.2.7"
1739417386
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
@@ -18400,10 +18392,10 @@ name-all-modules-plugin@^1.0.1:
1840018392
resolved "https://registry.yarnpkg.com/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz#0abfb6ad835718b9fb4def0674e06657a954375c"
1840118393
integrity sha1-Cr+2rYNXGLn7Te8GdOBmV6lUN1w=
1840218394

18403-
nan@^2.10.0, nan@^2.12.1, nan@^2.9.2:
18404-
version "2.12.1"
18405-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
18406-
integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==
18395+
nan@^2.12.1, nan@^2.13.2, nan@^2.9.2:
18396+
version "2.14.1"
18397+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
18398+
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
1840718399

1840818400
nanoassert@^1.1.0:
1840918401
version "1.1.0"
@@ -18758,10 +18750,10 @@ node-releases@^1.1.42:
1875818750
dependencies:
1875918751
semver "^6.3.0"
1876018752

18761-
node-sass@4.11.0, node-sass@^4.10.0, node-sass@^4.8.3:
18762-
version "4.11.0"
18763-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.11.0.tgz#183faec398e9cbe93ba43362e2768ca988a6369a"
18764-
integrity sha512-bHUdHTphgQJZaF1LASx0kAviPH7sGlcyNhWade4eVIpFp6tsn7SV8xNMTbsQFpEV9VXpnwTTnNYlfsZXgGgmkA==
18753+
node-sass@4.13.1, node-sass@^4.8.3:
18754+
version "4.13.1"
18755+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3"
18756+
integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==
1876518757
dependencies:
1876618758
async-foreach "^0.1.3"
1876718759
chalk "^1.1.1"
@@ -18770,19 +18762,40 @@ [email protected], node-sass@^4.10.0, node-sass@^4.8.3:
1877018762
get-stdin "^4.0.1"
1877118763
glob "^7.0.3"
1877218764
in-publish "^2.0.0"
18773-
lodash.assign "^4.2.0"
18774-
lodash.clonedeep "^4.3.2"
18775-
lodash.mergewith "^4.6.0"
18765+
lodash "^4.17.15"
1877618766
meow "^3.7.0"
1877718767
mkdirp "^0.5.1"
18778-
nan "^2.10.0"
18768+
nan "^2.13.2"
1877918769
node-gyp "^3.8.0"
1878018770
npmlog "^4.0.0"
1878118771
request "^2.88.0"
1878218772
sass-graph "^2.2.4"
1878318773
stdout-stream "^1.4.0"
1878418774
"true-case-path" "^1.0.2"
1878518775

18776+
node-sass@^4.10.0:
18777+
version "4.14.1"
18778+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5"
18779+
integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==
18780+
dependencies:
18781+
async-foreach "^0.1.3"
18782+
chalk "^1.1.1"
18783+
cross-spawn "^3.0.0"
18784+
gaze "^1.0.0"
18785+
get-stdin "^4.0.1"
18786+
glob "^7.0.3"
18787+
in-publish "^2.0.0"
18788+
lodash "^4.17.15"
18789+
meow "^3.7.0"
18790+
mkdirp "^0.5.1"
18791+
nan "^2.13.2"
18792+
node-gyp "^3.8.0"
18793+
npmlog "^4.0.0"
18794+
request "^2.88.0"
18795+
sass-graph "2.2.5"
18796+
stdout-stream "^1.4.0"
18797+
"true-case-path" "^1.0.2"
18798+
1878618799
node-status-codes@^1.0.0:
1878718800
version "1.0.0"
1878818801
resolved "https://registry.yarnpkg.com/node-status-codes/-/node-status-codes-1.0.0.tgz#5ae5541d024645d32a58fcddc9ceecea7ae3ac2f"
@@ -23399,6 +23412,11 @@ require-main-filename@^1.0.1:
2339923412
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
2340023413
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
2340123414

23415+
require-main-filename@^2.0.0:
23416+
version "2.0.0"
23417+
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
23418+
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
23419+
2340223420
requires-port@^1.0.0:
2340323421
version "1.0.0"
2340423422
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
@@ -23946,6 +23964,16 @@ sanitize-html@^1.18.2:
2394623964
srcset "^1.0.0"
2394723965
xtend "^4.0.1"
2394823966

23967+
23968+
version "2.2.5"
23969+
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.5.tgz#a981c87446b8319d96dce0671e487879bd24c2e8"
23970+
integrity sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==
23971+
dependencies:
23972+
glob "^7.0.0"
23973+
lodash "^4.0.0"
23974+
scss-tokenizer "^0.2.3"
23975+
yargs "^13.3.2"
23976+
2394923977
sass-graph@^2.2.4:
2395023978
version "2.2.4"
2395123979
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
@@ -25092,6 +25120,15 @@ string-width@^3.0.0:
2509225120
is-fullwidth-code-point "^2.0.0"
2509325121
strip-ansi "^5.0.0"
2509425122

25123+
string-width@^3.1.0:
25124+
version "3.1.0"
25125+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
25126+
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
25127+
dependencies:
25128+
emoji-regex "^7.0.1"
25129+
is-fullwidth-code-point "^2.0.0"
25130+
strip-ansi "^5.1.0"
25131+
2509525132
string.prototype.matchall@^3.0.0:
2509625133
version "3.0.1"
2509725134
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-3.0.1.tgz#5a9e0b64bcbeb336aa4814820237c2006985646d"
@@ -25191,7 +25228,7 @@ [email protected], strip-ansi@^5.0.0:
2519125228
dependencies:
2519225229
ansi-regex "^4.0.0"
2519325230

25194-
[email protected], strip-ansi@^5.2.0:
25231+
[email protected], strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2519525232
version "5.2.0"
2519625233
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
2519725234
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -27570,6 +27607,15 @@ wrap-ansi@^3.0.1:
2757027607
string-width "^2.1.1"
2757127608
strip-ansi "^4.0.0"
2757227609

27610+
wrap-ansi@^5.1.0:
27611+
version "5.1.0"
27612+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
27613+
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
27614+
dependencies:
27615+
ansi-styles "^3.2.0"
27616+
string-width "^3.0.0"
27617+
strip-ansi "^5.0.0"
27618+
2757327619
wrap-fn@^0.1.0:
2757427620
version "0.1.5"
2757527621
resolved "https://registry.yarnpkg.com/wrap-fn/-/wrap-fn-0.1.5.tgz#f21b6e41016ff4a7e31720dbc63a09016bdf9845"
@@ -27764,6 +27810,14 @@ yargs-parser@^11.1.1:
2776427810
camelcase "^5.0.0"
2776527811
decamelize "^1.2.0"
2776627812

27813+
yargs-parser@^13.1.2:
27814+
version "13.1.2"
27815+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
27816+
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
27817+
dependencies:
27818+
camelcase "^5.0.0"
27819+
decamelize "^1.2.0"
27820+
2776727821
yargs-parser@^5.0.0:
2776827822
version "5.0.0"
2776927823
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
@@ -27839,6 +27893,22 @@ yargs@^12.0.1, yargs@^12.0.2, yargs@^12.0.5:
2783927893
y18n "^3.2.1 || ^4.0.0"
2784027894
yargs-parser "^11.1.1"
2784127895

27896+
yargs@^13.3.2:
27897+
version "13.3.2"
27898+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
27899+
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
27900+
dependencies:
27901+
cliui "^5.0.0"
27902+
find-up "^3.0.0"
27903+
get-caller-file "^2.0.1"
27904+
require-directory "^2.1.1"
27905+
require-main-filename "^2.0.0"
27906+
set-blocking "^2.0.0"
27907+
string-width "^3.0.0"
27908+
which-module "^2.0.0"
27909+
y18n "^4.0.0"
27910+
yargs-parser "^13.1.2"
27911+
2784227912
yargs@^7.0.0, yargs@^7.1.0:
2784327913
version "7.1.0"
2784427914
resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8"

0 commit comments

Comments
 (0)