Skip to content

Commit 79deb4f

Browse files
build(deps-dev): bump node-sass from 6.0.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b3622a commit 79deb4f

File tree

2 files changed

+113
-37
lines changed

2 files changed

+113
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"lodash-webpack-plugin": "^0.11.4",
9393
"lodash.clonedeep": "^4.5.0",
9494
"mini-css-extract-plugin": "^0.4.0",
95-
"node-sass": "^6.0.1",
95+
"node-sass": "^7.0.0",
9696
"opn": "^4.0.2",
9797
"optimize-css-assets-webpack-plugin": "^1.3.0",
9898
"ora": "^1.1.0",

yarn.lock

Lines changed: 112 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ ansi-regex@^4.1.0:
326326
version "4.1.0"
327327
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
328328

329+
ansi-regex@^5.0.1:
330+
version "5.0.1"
331+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
332+
329333
ansi-styles@^2.2.1:
330334
version "2.2.1"
331335
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -336,6 +340,12 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
336340
dependencies:
337341
color-convert "^1.9.0"
338342

343+
ansi-styles@^4.1.0:
344+
version "4.3.0"
345+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
346+
dependencies:
347+
color-convert "^2.0.1"
348+
339349
ansi-to-html@^0.6.3:
340350
version "0.6.11"
341351
resolved "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.11.tgz#5093fc4962186c0e9343dec572a4f71abdc93439"
@@ -357,6 +367,17 @@ aproba@^1.0.3, aproba@^1.1.1:
357367
version "1.2.0"
358368
resolved "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
359369

370+
"aproba@^1.0.3 || ^2.0.0":
371+
version "2.0.0"
372+
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
373+
374+
are-we-there-yet@^2.0.0:
375+
version "2.0.0"
376+
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
377+
dependencies:
378+
delegates "^1.0.0"
379+
readable-stream "^3.6.0"
380+
360381
are-we-there-yet@~1.1.2:
361382
version "1.1.5"
362383
resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
@@ -1699,6 +1720,13 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
16991720
strip-ansi "^3.0.0"
17001721
supports-color "^2.0.0"
17011722

1723+
chalk@^4.1.2:
1724+
version "4.1.2"
1725+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1726+
dependencies:
1727+
ansi-styles "^4.1.0"
1728+
supports-color "^7.1.0"
1729+
17021730
chardet@^0.4.0:
17031731
version "0.4.2"
17041732
resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -1870,11 +1898,17 @@ color-convert@^1.3.0, color-convert@^1.9.0:
18701898
dependencies:
18711899
color-name "1.1.3"
18721900

1901+
color-convert@^2.0.1:
1902+
version "2.0.1"
1903+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
1904+
dependencies:
1905+
color-name "~1.1.4"
1906+
18731907
color-name@1.1.3:
18741908
version "1.1.3"
18751909
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
18761910

1877-
color-name@^1.0.0:
1911+
color-name@^1.0.0, color-name@~1.1.4:
18781912
version "1.1.4"
18791913
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
18801914

@@ -1884,6 +1918,10 @@ color-string@^0.3.0:
18841918
dependencies:
18851919
color-name "^1.0.0"
18861920

1921+
color-support@^1.1.2:
1922+
version "1.1.3"
1923+
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
1924+
18871925
color@^0.11.0:
18881926
version "0.11.4"
18891927
resolved "https://registry.npmjs.org/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764"
@@ -1987,7 +2025,7 @@ console-browserify@^1.1.0:
19872025
dependencies:
19882026
date-now "^0.1.4"
19892027

1990-
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
2028+
console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@~1.1.0:
19912029
version "1.1.0"
19922030
resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
19932031

@@ -2643,6 +2681,10 @@ emoji-regex@^7.0.1:
26432681
version "7.0.3"
26442682
resolved "https://registry.npmmirror.com/emoji-regex/download/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
26452683

2684+
emoji-regex@^8.0.0:
2685+
version "8.0.0"
2686+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
2687+
26462688
emojis-list@^2.0.0:
26472689
version "2.1.0"
26482690
resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -3484,6 +3526,20 @@ functional-red-black-tree@^1.0.1:
34843526
version "1.0.1"
34853527
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
34863528

3529+
gauge@^3.0.0:
3530+
version "3.0.2"
3531+
resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395"
3532+
dependencies:
3533+
aproba "^1.0.3 || ^2.0.0"
3534+
color-support "^1.1.2"
3535+
console-control-strings "^1.0.0"
3536+
has-unicode "^2.0.1"
3537+
object-assign "^4.1.1"
3538+
signal-exit "^3.0.0"
3539+
string-width "^4.2.3"
3540+
strip-ansi "^6.0.1"
3541+
wide-align "^1.1.2"
3542+
34873543
gauge@~2.7.3:
34883544
version "2.7.4"
34893545
resolved "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -3571,18 +3627,7 @@ glob-to-regexp@^0.3.0:
35713627
version "0.3.0"
35723628
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
35733629

3574-
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
3575-
version "7.1.4"
3576-
resolved "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
3577-
dependencies:
3578-
fs.realpath "^1.0.0"
3579-
inflight "^1.0.4"
3580-
inherits "2"
3581-
minimatch "^3.0.4"
3582-
once "^1.3.0"
3583-
path-is-absolute "^1.0.0"
3584-
3585-
glob@^7.1.4:
3630+
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:
35863631
version "7.2.0"
35873632
resolved "https://registry.npmmirror.com/glob/download/glob-7.2.0.tgz?cache=0&sync_timestamp=1632353796482&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglob%2Fdownload%2Fglob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
35883633
dependencies:
@@ -3774,11 +3819,15 @@ has-flag@^3.0.0:
37743819
version "3.0.0"
37753820
resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
37763821

3822+
has-flag@^4.0.0:
3823+
version "4.0.0"
3824+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
3825+
37773826
has-symbols@^1.0.0:
37783827
version "1.0.0"
37793828
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
37803829

3781-
has-unicode@^2.0.0:
3830+
has-unicode@^2.0.0, has-unicode@^2.0.1:
37823831
version "2.0.1"
37833832
resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
37843833

@@ -4251,6 +4300,10 @@ is-fullwidth-code-point@^2.0.0:
42514300
version "2.0.0"
42524301
resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
42534302

4303+
is-fullwidth-code-point@^3.0.0:
4304+
version "3.0.0"
4305+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
4306+
42544307
is-glob@^2.0.0, is-glob@^2.0.1:
42554308
version "2.0.1"
42564309
resolved "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -4851,11 +4904,7 @@ lodash.uniq@^4.5.0:
48514904
version "4.5.0"
48524905
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
48534906

4854-
lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
4855-
version "4.17.20"
4856-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4857-
4858-
lodash@^4.17.15, lodash@~4.17.10:
4907+
lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@~4.17.10:
48594908
version "4.17.21"
48604909
resolved "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
48614910

@@ -5271,11 +5320,7 @@ mute-stream@0.0.7:
52715320
version "0.0.7"
52725321
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
52735322

5274-
nan@^2.12.1:
5275-
version "2.14.0"
5276-
resolved "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
5277-
5278-
nan@^2.13.2:
5323+
nan@^2.12.1, nan@^2.13.2:
52795324
version "2.15.0"
52805325
resolved "https://registry.nlark.com/nan/download/nan-2.15.0.tgz?cache=0&sync_timestamp=1628093656744&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnan%2Fdownload%2Fnan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
52815326

@@ -5396,12 +5441,12 @@ node-pre-gyp@^0.12.0:
53965441
semver "^5.3.0"
53975442
tar "^4"
53985443

5399-
node-sass@^6.0.1:
5400-
version "6.0.1"
5401-
resolved "https://registry.nlark.com/node-sass/download/node-sass-6.0.1.tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe"
5444+
node-sass@^7.0.0:
5445+
version "7.0.0"
5446+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-7.0.0.tgz#33ee7c2df299d51f682f13d79f3d2a562225788e"
54025447
dependencies:
54035448
async-foreach "^0.1.3"
5404-
chalk "^1.1.1"
5449+
chalk "^4.1.2"
54055450
cross-spawn "^7.0.3"
54065451
gaze "^1.0.0"
54075452
get-stdin "^4.0.1"
@@ -5410,7 +5455,7 @@ node-sass@^6.0.1:
54105455
meow "^9.0.0"
54115456
nan "^2.13.2"
54125457
node-gyp "^7.1.0"
5413-
npmlog "^4.0.0"
5458+
npmlog "^5.0.0"
54145459
request "^2.88.0"
54155460
sass-graph "2.2.5"
54165461
stdout-stream "^1.4.0"
@@ -5505,7 +5550,7 @@ npm-which@^3.0.1:
55055550
npm-path "^2.0.2"
55065551
which "^1.2.10"
55075552

5508-
npmlog@^4.0.0, npmlog@^4.0.2, npmlog@^4.1.2:
5553+
npmlog@^4.0.2, npmlog@^4.1.2:
55095554
version "4.1.2"
55105555
resolved "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
55115556
dependencies:
@@ -5514,6 +5559,15 @@ npmlog@^4.0.0, npmlog@^4.0.2, npmlog@^4.1.2:
55145559
gauge "~2.7.3"
55155560
set-blocking "~2.0.0"
55165561

5562+
npmlog@^5.0.0:
5563+
version "5.0.1"
5564+
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0"
5565+
dependencies:
5566+
are-we-there-yet "^2.0.0"
5567+
console-control-strings "^1.1.0"
5568+
gauge "^3.0.0"
5569+
set-blocking "^2.0.0"
5570+
55175571
nth-check@~1.0.1:
55185572
version "1.0.2"
55195573
resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
@@ -6539,7 +6593,7 @@ read-pkg@^5.2.0:
65396593
string_decoder "~1.1.1"
65406594
util-deprecate "~1.0.1"
65416595

6542-
readable-stream@^3.1.1:
6596+
readable-stream@^3.1.1, readable-stream@^3.6.0:
65436597
version "3.6.0"
65446598
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
65456599
dependencies:
@@ -7382,6 +7436,14 @@ string-width@^1.0.1:
73827436
is-fullwidth-code-point "^2.0.0"
73837437
strip-ansi "^4.0.0"
73847438

7439+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
7440+
version "4.2.3"
7441+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7442+
dependencies:
7443+
emoji-regex "^8.0.0"
7444+
is-fullwidth-code-point "^3.0.0"
7445+
strip-ansi "^6.0.1"
7446+
73857447
string-width@^3.0.0, string-width@^3.1.0:
73867448
version "3.1.0"
73877449
resolved "https://registry.npmmirror.com/string-width/download/string-width-3.1.0.tgz?cache=0&sync_timestamp=1632421309919&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstring-width%2Fdownload%2Fstring-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
@@ -7426,6 +7488,12 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
74267488
dependencies:
74277489
ansi-regex "^4.1.0"
74287490

7491+
strip-ansi@^6.0.1:
7492+
version "6.0.1"
7493+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7494+
dependencies:
7495+
ansi-regex "^5.0.1"
7496+
74297497
strip-bom@^2.0.0:
74307498
version "2.0.0"
74317499
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -7485,6 +7553,12 @@ supports-color@^5.3.0, supports-color@^5.4.0:
74857553
dependencies:
74867554
has-flag "^3.0.0"
74877555

7556+
supports-color@^7.1.0:
7557+
version "7.2.0"
7558+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
7559+
dependencies:
7560+
has-flag "^4.0.0"
7561+
74887562
svg-sprite-loader@^0.3.0:
74897563
version "0.3.1"
74907564
resolved "https://registry.npmjs.org/svg-sprite-loader/-/svg-sprite-loader-0.3.1.tgz#44b22c7724bc77256c306b1796257ae6efee515a"
@@ -8058,10 +8132,6 @@ vue-router@^2.2.0:
80588132
version "2.8.1"
80598133
resolved "https://registry.npmjs.org/vue-router/-/vue-router-2.8.1.tgz#9833c9ee57ac83beb0269056fefee71713f20695"
80608134

8061-
vue-social-sharing@^3.0.8:
8062-
version "3.0.8"
8063-
resolved "https://registry.npmmirror.com/vue-social-sharing/-/vue-social-sharing-3.0.8.tgz#5927c54a91b8cb4965dfa492c2ad4553591ba00c"
8064-
80658135
vue-style-loader@^2.0.0:
80668136
version "2.0.5"
80678137
resolved "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-2.0.5.tgz#f0efac992febe3f12e493e334edb13cd235a3d22"
@@ -8247,6 +8317,12 @@ wide-align@^1.1.0:
82478317
dependencies:
82488318
string-width "^1.0.2 || 2"
82498319

8320+
wide-align@^1.1.2:
8321+
version "1.1.5"
8322+
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
8323+
dependencies:
8324+
string-width "^1.0.2 || 2 || 3 || 4"
8325+
82508326
widest-line@^2.0.0:
82518327
version "2.0.1"
82528328
resolved "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"

0 commit comments

Comments
 (0)