Skip to content

Commit 452536f

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 b194b45 commit 452536f

File tree

2 files changed

+108
-43
lines changed

2 files changed

+108
-43
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: 107 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8537,6 +8537,15 @@ cliui@^4.0.0:
85378537
strip-ansi "^4.0.0"
85388538
wrap-ansi "^2.0.0"
85398539

8540+
cliui@^5.0.0:
8541+
version "5.0.0"
8542+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
8543+
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
8544+
dependencies:
8545+
string-width "^3.1.0"
8546+
strip-ansi "^5.2.0"
8547+
wrap-ansi "^5.1.0"
8548+
85408549
clone-buffer@^1.0.0:
85418550
version "1.0.0"
85428551
resolved "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58"
@@ -12768,6 +12777,11 @@ get-caller-file@^1.0.1:
1276812777
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
1276912778
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
1277012779

12780+
get-caller-file@^2.0.1:
12781+
version "2.0.5"
12782+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
12783+
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
12784+
1277112785
get-own-enumerable-property-symbols@^2.0.1:
1277212786
version "2.0.1"
1277312787
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b"
@@ -12989,7 +13003,7 @@ glob-watcher@^5.0.0, glob-watcher@^5.0.3:
1298913003
just-debounce "^1.0.0"
1299013004
object.defaults "^1.1.0"
1299113005

12992-
[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:
13006+
1299313007
version "7.1.3"
1299413008
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
1299513009
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -13001,19 +13015,7 @@ [email protected], glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glo
1300113015
once "^1.3.0"
1300213016
path-is-absolute "^1.0.0"
1300313017

13004-
glob@^7.1.3:
13005-
version "7.1.4"
13006-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
13007-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
13008-
dependencies:
13009-
fs.realpath "^1.0.0"
13010-
inflight "^1.0.4"
13011-
inherits "2"
13012-
minimatch "^3.0.4"
13013-
once "^1.3.0"
13014-
path-is-absolute "^1.0.0"
13015-
13016-
glob@^7.1.4:
13018+
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:
1301713019
version "7.1.6"
1301813020
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
1301913021
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -16841,11 +16843,6 @@ lodash._root@^3.0.0:
1684116843
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
1684216844
integrity sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=
1684316845

16844-
lodash.assign@^4.2.0:
16845-
version "4.2.0"
16846-
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
16847-
integrity sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=
16848-
1684916846
lodash.camelcase@^4.3.0:
1685016847
version "4.3.0"
1685116848
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -16952,7 +16949,7 @@ lodash.memoize@^4.1.2:
1695216949
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
1695316950
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
1695416951

16955-
lodash.mergewith@^4.6.0, lodash.mergewith@^4.6.1:
16952+
lodash.mergewith@^4.6.1:
1695616953
version "4.6.2"
1695716954
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
1695816955
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
@@ -17040,21 +17037,16 @@ lodash.uniq@^4.5.0:
1704017037
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
1704117038
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
1704217039

17043-
[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:
17040+
1704417041
version "4.17.11"
1704517042
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
1704617043
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
1704717044

17048-
[email protected], lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15:
17045+
[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:
1704917046
version "4.17.15"
1705017047
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1705117048
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1705217049

17053-
lodash@^4.17.14:
17054-
version "4.17.14"
17055-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
17056-
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
17057-
1705817050
log-driver@^1.2.7:
1705917051
version "1.2.7"
1706017052
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
@@ -18086,12 +18078,7 @@ name-all-modules-plugin@^1.0.1:
1808618078
resolved "https://registry.yarnpkg.com/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz#0abfb6ad835718b9fb4def0674e06657a954375c"
1808718079
integrity sha1-Cr+2rYNXGLn7Te8GdOBmV6lUN1w=
1808818080

18089-
nan@^2.10.0, nan@^2.9.2:
18090-
version "2.12.1"
18091-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
18092-
integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==
18093-
18094-
nan@^2.12.1, nan@^2.13.2:
18081+
nan@^2.12.1, nan@^2.13.2, nan@^2.9.2:
1809518082
version "2.14.2"
1809618083
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
1809718084
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
@@ -18449,10 +18436,10 @@ node-releases@^1.1.42:
1844918436
dependencies:
1845018437
semver "^6.3.0"
1845118438

18452-
node-sass@4.11.0, node-sass@^4.10.0, node-sass@^4.8.3:
18453-
version "4.11.0"
18454-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.11.0.tgz#183faec398e9cbe93ba43362e2768ca988a6369a"
18455-
integrity sha512-bHUdHTphgQJZaF1LASx0kAviPH7sGlcyNhWade4eVIpFp6tsn7SV8xNMTbsQFpEV9VXpnwTTnNYlfsZXgGgmkA==
18439+
node-sass@4.13.1, node-sass@^4.8.3:
18440+
version "4.13.1"
18441+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3"
18442+
integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==
1845618443
dependencies:
1845718444
async-foreach "^0.1.3"
1845818445
chalk "^1.1.1"
@@ -18461,19 +18448,40 @@ [email protected], node-sass@^4.10.0, node-sass@^4.8.3:
1846118448
get-stdin "^4.0.1"
1846218449
glob "^7.0.3"
1846318450
in-publish "^2.0.0"
18464-
lodash.assign "^4.2.0"
18465-
lodash.clonedeep "^4.3.2"
18466-
lodash.mergewith "^4.6.0"
18451+
lodash "^4.17.15"
1846718452
meow "^3.7.0"
1846818453
mkdirp "^0.5.1"
18469-
nan "^2.10.0"
18454+
nan "^2.13.2"
1847018455
node-gyp "^3.8.0"
1847118456
npmlog "^4.0.0"
1847218457
request "^2.88.0"
1847318458
sass-graph "^2.2.4"
1847418459
stdout-stream "^1.4.0"
1847518460
"true-case-path" "^1.0.2"
1847618461

18462+
node-sass@^4.10.0:
18463+
version "4.14.1"
18464+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5"
18465+
integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==
18466+
dependencies:
18467+
async-foreach "^0.1.3"
18468+
chalk "^1.1.1"
18469+
cross-spawn "^3.0.0"
18470+
gaze "^1.0.0"
18471+
get-stdin "^4.0.1"
18472+
glob "^7.0.3"
18473+
in-publish "^2.0.0"
18474+
lodash "^4.17.15"
18475+
meow "^3.7.0"
18476+
mkdirp "^0.5.1"
18477+
nan "^2.13.2"
18478+
node-gyp "^3.8.0"
18479+
npmlog "^4.0.0"
18480+
request "^2.88.0"
18481+
sass-graph "2.2.5"
18482+
stdout-stream "^1.4.0"
18483+
"true-case-path" "^1.0.2"
18484+
1847718485
node-version@^1.0.0:
1847818486
version "1.2.0"
1847918487
resolved "https://registry.yarnpkg.com/node-version/-/node-version-1.2.0.tgz#34fde3ffa8e1149bd323983479dda620e1b5060d"
@@ -23054,6 +23062,11 @@ require-main-filename@^1.0.1:
2305423062
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
2305523063
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
2305623064

23065+
require-main-filename@^2.0.0:
23066+
version "2.0.0"
23067+
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
23068+
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
23069+
2305723070
requires-port@^1.0.0:
2305823071
version "1.0.0"
2305923072
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
@@ -23601,6 +23614,16 @@ sanitize-html@^1.18.2:
2360123614
srcset "^1.0.0"
2360223615
xtend "^4.0.1"
2360323616

23617+
23618+
version "2.2.5"
23619+
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.5.tgz#a981c87446b8319d96dce0671e487879bd24c2e8"
23620+
integrity sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==
23621+
dependencies:
23622+
glob "^7.0.0"
23623+
lodash "^4.0.0"
23624+
scss-tokenizer "^0.2.3"
23625+
yargs "^13.3.2"
23626+
2360423627
sass-graph@^2.2.4:
2360523628
version "2.2.4"
2360623629
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
@@ -24726,6 +24749,15 @@ string-width@^3.0.0:
2472624749
is-fullwidth-code-point "^2.0.0"
2472724750
strip-ansi "^5.0.0"
2472824751

24752+
string-width@^3.1.0:
24753+
version "3.1.0"
24754+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
24755+
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
24756+
dependencies:
24757+
emoji-regex "^7.0.1"
24758+
is-fullwidth-code-point "^2.0.0"
24759+
strip-ansi "^5.1.0"
24760+
2472924761
string.prototype.matchall@^3.0.0:
2473024762
version "3.0.1"
2473124763
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-3.0.1.tgz#5a9e0b64bcbeb336aa4814820237c2006985646d"
@@ -24825,7 +24857,7 @@ [email protected], strip-ansi@^5.0.0:
2482524857
dependencies:
2482624858
ansi-regex "^4.0.0"
2482724859

24828-
[email protected], strip-ansi@^5.2.0:
24860+
[email protected], strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2482924861
version "5.2.0"
2483024862
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
2483124863
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -27078,6 +27110,15 @@ wrap-ansi@^3.0.1:
2707827110
string-width "^2.1.1"
2707927111
strip-ansi "^4.0.0"
2708027112

27113+
wrap-ansi@^5.1.0:
27114+
version "5.1.0"
27115+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
27116+
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
27117+
dependencies:
27118+
ansi-styles "^3.2.0"
27119+
string-width "^3.0.0"
27120+
strip-ansi "^5.0.0"
27121+
2708127122
wrapped@^1.0.1:
2708227123
version "1.0.1"
2708327124
resolved "https://registry.yarnpkg.com/wrapped/-/wrapped-1.0.1.tgz#c783d9d807b273e9b01e851680a938c87c907242"
@@ -27265,6 +27306,14 @@ yargs-parser@^11.1.1:
2726527306
camelcase "^5.0.0"
2726627307
decamelize "^1.2.0"
2726727308

27309+
yargs-parser@^13.1.2:
27310+
version "13.1.2"
27311+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
27312+
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
27313+
dependencies:
27314+
camelcase "^5.0.0"
27315+
decamelize "^1.2.0"
27316+
2726827317
yargs-parser@^5.0.0:
2726927318
version "5.0.0"
2727027319
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
@@ -27340,6 +27389,22 @@ yargs@^12.0.1, yargs@^12.0.2, yargs@^12.0.5:
2734027389
y18n "^3.2.1 || ^4.0.0"
2734127390
yargs-parser "^11.1.1"
2734227391

27392+
yargs@^13.3.2:
27393+
version "13.3.2"
27394+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
27395+
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
27396+
dependencies:
27397+
cliui "^5.0.0"
27398+
find-up "^3.0.0"
27399+
get-caller-file "^2.0.1"
27400+
require-directory "^2.1.1"
27401+
require-main-filename "^2.0.0"
27402+
set-blocking "^2.0.0"
27403+
string-width "^3.0.0"
27404+
which-module "^2.0.0"
27405+
y18n "^4.0.0"
27406+
yargs-parser "^13.1.2"
27407+
2734327408
yargs@^7.0.0, yargs@^7.1.0:
2734427409
version "7.1.0"
2734527410
resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8"

0 commit comments

Comments
 (0)