Skip to content

Commit 89ef80d

Browse files
Bump node-sass from 4.5.3 to 4.8.3
Bumps [node-sass](https://github.com/sass/node-sass) from 4.5.3 to 4.8.3. - [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.5.3...v4.8.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ec9dae commit 89ef80d

File tree

1 file changed

+111
-8
lines changed

1 file changed

+111
-8
lines changed

yarn.lock

Lines changed: 111 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,10 @@ caniuse-lite@^1.0.30000744, caniuse-lite@^1.0.30000748:
13261326
version "1.0.30000749"
13271327
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000749.tgz#2ff382865aead8cca35dacfbab04f58effa4c01c"
13281328

1329+
caseless@~0.11.0:
1330+
version "0.11.0"
1331+
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7"
1332+
13291333
caseless@~0.12.0:
13301334
version "0.12.0"
13311335
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -1525,6 +1529,10 @@ [email protected]:
15251529
dependencies:
15261530
graceful-readlink ">= 1.0.0"
15271531

1532+
commander@^2.9.0:
1533+
version "2.15.1"
1534+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
1535+
15281536
commondir@^1.0.1:
15291537
version "1.0.1"
15301538
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
@@ -2760,6 +2768,16 @@ gaze@^1.0.0:
27602768
dependencies:
27612769
globule "^1.0.0"
27622770

2771+
generate-function@^2.0.0:
2772+
version "2.0.0"
2773+
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74"
2774+
2775+
generate-object-property@^1.1.0:
2776+
version "1.2.0"
2777+
resolved "https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0"
2778+
dependencies:
2779+
is-property "^1.0.0"
2780+
27632781
get-caller-file@^1.0.1:
27642782
version "1.0.2"
27652783
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"
@@ -2791,6 +2809,16 @@ glob-parent@^2.0.0:
27912809
dependencies:
27922810
is-glob "^2.0.0"
27932811

2812+
glob@^6.0.4:
2813+
version "6.0.4"
2814+
resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
2815+
dependencies:
2816+
inflight "^1.0.4"
2817+
inherits "2"
2818+
minimatch "2 || 3"
2819+
once "^1.3.0"
2820+
path-is-absolute "^1.0.0"
2821+
27942822
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
27952823
version "7.1.2"
27962824
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
@@ -2873,6 +2901,15 @@ har-schema@^2.0.0:
28732901
version "2.0.0"
28742902
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
28752903

2904+
har-validator@~2.0.6:
2905+
version "2.0.6"
2906+
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d"
2907+
dependencies:
2908+
chalk "^1.1.1"
2909+
commander "^2.9.0"
2910+
is-my-json-valid "^2.12.4"
2911+
pinkie-promise "^2.0.0"
2912+
28762913
har-validator@~4.2.1:
28772914
version "4.2.1"
28782915
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a"
@@ -3316,6 +3353,20 @@ is-glob@^3.1.0:
33163353
dependencies:
33173354
is-extglob "^2.1.0"
33183355

3356+
is-my-ip-valid@^1.0.0:
3357+
version "1.0.0"
3358+
resolved "https://registry.yarnpkg.com/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz#7b351b8e8edd4d3995d4d066680e664d94696824"
3359+
3360+
is-my-json-valid@^2.12.4:
3361+
version "2.17.2"
3362+
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz#6b2103a288e94ef3de5cf15d29dd85fc4b78d65c"
3363+
dependencies:
3364+
generate-function "^2.0.0"
3365+
generate-object-property "^1.1.0"
3366+
is-my-ip-valid "^1.0.0"
3367+
jsonpointer "^4.0.0"
3368+
xtend "^4.0.0"
3369+
33193370
is-number@^2.1.0:
33203371
version "2.1.0"
33213372
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -3366,6 +3417,10 @@ is-promise@^2.0.0, is-promise@^2.1.0:
33663417
version "2.1.0"
33673418
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
33683419

3420+
is-property@^1.0.0:
3421+
version "1.0.2"
3422+
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
3423+
33693424
is-regex@^1.0.3, is-regex@^1.0.4:
33703425
version "1.0.4"
33713426
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
@@ -3933,6 +3988,10 @@ jsonify@~0.0.0:
39333988
version "0.0.0"
39343989
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
39353990

3991+
jsonpointer@^4.0.0:
3992+
version "4.0.1"
3993+
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
3994+
39363995
jsprim@^1.2.2:
39373996
version "1.4.0"
39383997
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz#a3b87e40298d8c380552d8cc7628a0bb95a22918"
@@ -4290,7 +4349,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
42904349
version "1.0.1"
42914350
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
42924351

4293-
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
4352+
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
42944353
version "3.0.4"
42954354
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
42964355
dependencies:
@@ -4336,7 +4395,11 @@ [email protected]:
43364395
version "0.0.7"
43374396
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
43384397

4339-
nan@^2.3.0, nan@^2.3.2:
4398+
nan@^2.10.0:
4399+
version "2.10.0"
4400+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
4401+
4402+
nan@^2.3.0:
43404403
version "2.6.2"
43414404
resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45"
43424405

@@ -4426,8 +4489,8 @@ node-pre-gyp@^0.6.36:
44264489
tar-pack "^3.4.0"
44274490

44284491
node-sass@^4.5.3:
4429-
version "4.5.3"
4430-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.5.3.tgz#d09c9d1179641239d1b97ffc6231fdcec53e1568"
4492+
version "4.8.3"
4493+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.8.3.tgz#d077cc20a08ac06f661ca44fb6f19cd2ed41debb"
44314494
dependencies:
44324495
async-foreach "^0.1.3"
44334496
chalk "^1.1.1"
@@ -4441,12 +4504,13 @@ node-sass@^4.5.3:
44414504
lodash.mergewith "^4.6.0"
44424505
meow "^3.7.0"
44434506
mkdirp "^0.5.1"
4444-
nan "^2.3.2"
4507+
nan "^2.10.0"
44454508
node-gyp "^3.3.1"
44464509
npmlog "^4.0.0"
4447-
request "^2.79.0"
4448-
sass-graph "^2.1.1"
4510+
request "~2.79.0"
4511+
sass-graph "^2.2.4"
44494512
stdout-stream "^1.4.0"
4513+
"true-case-path" "^1.0.2"
44504514

44514515
"nopt@2 || 3":
44524516
version "3.0.6"
@@ -5292,6 +5356,10 @@ [email protected], qs@~6.4.0:
52925356
version "6.4.0"
52935357
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
52945358

5359+
qs@~6.3.0:
5360+
version "6.3.2"
5361+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c"
5362+
52955363
qs@~6.5.1:
52965364
version "6.5.1"
52975365
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8"
@@ -5578,6 +5646,31 @@ request@^2.83.0:
55785646
tunnel-agent "^0.6.0"
55795647
uuid "^3.1.0"
55805648

5649+
request@~2.79.0:
5650+
version "2.79.0"
5651+
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
5652+
dependencies:
5653+
aws-sign2 "~0.6.0"
5654+
aws4 "^1.2.1"
5655+
caseless "~0.11.0"
5656+
combined-stream "~1.0.5"
5657+
extend "~3.0.0"
5658+
forever-agent "~0.6.1"
5659+
form-data "~2.1.1"
5660+
har-validator "~2.0.6"
5661+
hawk "~3.1.3"
5662+
http-signature "~1.1.0"
5663+
is-typedarray "~1.0.0"
5664+
isstream "~0.1.2"
5665+
json-stringify-safe "~5.0.1"
5666+
mime-types "~2.1.7"
5667+
oauth-sign "~0.8.1"
5668+
qs "~6.3.0"
5669+
stringstream "~0.0.4"
5670+
tough-cookie "~2.3.0"
5671+
tunnel-agent "~0.4.1"
5672+
uuid "^3.0.0"
5673+
55815674
require-directory@^2.1.1:
55825675
version "2.1.1"
55835676
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -5703,7 +5796,7 @@ sane@^2.0.0:
57035796
optionalDependencies:
57045797
fsevents "^1.1.1"
57055798

5706-
sass-graph@^2.1.1:
5799+
sass-graph@^2.2.4:
57075800
version "2.2.4"
57085801
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49"
57095802
dependencies:
@@ -6269,6 +6362,12 @@ trim-right@^1.0.1:
62696362
version "1.0.1"
62706363
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
62716364

6365+
"true-case-path@^1.0.2":
6366+
version "1.0.2"
6367+
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.2.tgz#7ec91130924766c7f573be3020c34f8fdfd00d62"
6368+
dependencies:
6369+
glob "^6.0.4"
6370+
62726371
tryit@^1.0.1:
62736372
version "1.0.3"
62746373
resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
@@ -6283,6 +6382,10 @@ tunnel-agent@^0.6.0:
62836382
dependencies:
62846383
safe-buffer "^5.0.1"
62856384

6385+
tunnel-agent@~0.4.1:
6386+
version "0.4.3"
6387+
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb"
6388+
62866389
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
62876390
version "0.14.5"
62886391
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"

0 commit comments

Comments
 (0)