Skip to content

Commit cc01d64

Browse files
Build(deps): 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:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4582d8 commit cc01d64

2 files changed

Lines changed: 54 additions & 39 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"gatsby-source-filesystem": "^4.0.0",
3131
"gatsby-source-graphcms": "^2.7.0-next.1",
3232
"gatsby-transformer-sharp": "^4.0.0",
33-
"node-sass": "^6.0.1",
33+
"node-sass": "^7.0.0",
3434
"prop-types": "^15.7.2",
3535
"react": "^17.0.2",
3636
"react-dom": "^17.0.2",

yarn.lock

Lines changed: 53 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,11 +2667,6 @@ ansi-regex@^5.0.0, ansi-regex@^5.0.1:
26672667
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
26682668
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
26692669

2670-
ansi-styles@^2.2.1:
2671-
version "2.2.1"
2672-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
2673-
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
2674-
26752670
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
26762671
version "3.2.1"
26772672
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -2714,11 +2709,24 @@ aproba@^1.0.3:
27142709
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
27152710
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
27162711

2712+
"aproba@^1.0.3 || ^2.0.0":
2713+
version "2.0.0"
2714+
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
2715+
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
2716+
27172717
arch@^2.1.1:
27182718
version "2.2.0"
27192719
resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11"
27202720
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
27212721

2722+
are-we-there-yet@^2.0.0:
2723+
version "2.0.0"
2724+
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
2725+
integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
2726+
dependencies:
2727+
delegates "^1.0.0"
2728+
readable-stream "^3.6.0"
2729+
27222730
are-we-there-yet@~1.1.2:
27232731
version "1.1.7"
27242732
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146"
@@ -3484,17 +3492,6 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
34843492
escape-string-regexp "^1.0.5"
34853493
supports-color "^5.3.0"
34863494

3487-
chalk@^1.1.1:
3488-
version "1.1.3"
3489-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
3490-
integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
3491-
dependencies:
3492-
ansi-styles "^2.2.1"
3493-
escape-string-regexp "^1.0.2"
3494-
has-ansi "^2.0.0"
3495-
strip-ansi "^3.0.0"
3496-
supports-color "^2.0.0"
3497-
34983495
chalk@^3.0.0:
34993496
version "3.0.0"
35003497
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
@@ -3800,6 +3797,11 @@ color-string@^1.6.0:
38003797
color-name "^1.0.0"
38013798
simple-swizzle "^0.2.2"
38023799

3800+
color-support@^1.1.2:
3801+
version "1.1.3"
3802+
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
3803+
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
3804+
38033805
color@^4.0.1:
38043806
version "4.0.1"
38053807
resolved "https://registry.yarnpkg.com/color/-/color-4.0.1.tgz#21df44cd10245a91b1ccf5ba031609b0e10e7d67"
@@ -3919,7 +3921,7 @@ confusing-browser-globals@^1.0.10:
39193921
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
39203922
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
39213923

3922-
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
3924+
console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@~1.1.0:
39233925
version "1.1.0"
39243926
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
39253927
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
@@ -6450,6 +6452,21 @@ gatsby@^4.0.2:
64506452
xstate "^4.25.0"
64516453
yaml-loader "^0.6.0"
64526454

6455+
gauge@^3.0.0:
6456+
version "3.0.2"
6457+
resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395"
6458+
integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==
6459+
dependencies:
6460+
aproba "^1.0.3 || ^2.0.0"
6461+
color-support "^1.1.2"
6462+
console-control-strings "^1.0.0"
6463+
has-unicode "^2.0.1"
6464+
object-assign "^4.1.1"
6465+
signal-exit "^3.0.0"
6466+
string-width "^4.2.3"
6467+
strip-ansi "^6.0.1"
6468+
wide-align "^1.1.2"
6469+
64536470
gauge@~2.7.3:
64546471
version "2.7.4"
64556472
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -6849,13 +6866,6 @@ hard-rejection@^2.1.0:
68496866
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
68506867
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
68516868

6852-
has-ansi@^2.0.0:
6853-
version "2.0.0"
6854-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
6855-
integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
6856-
dependencies:
6857-
ansi-regex "^2.0.0"
6858-
68596869
has-bigints@^1.0.1:
68606870
version "1.0.1"
68616871
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -6888,7 +6898,7 @@ has-tostringtag@^1.0.0:
68886898
dependencies:
68896899
has-symbols "^1.0.2"
68906900

6891-
has-unicode@^2.0.0:
6901+
has-unicode@^2.0.0, has-unicode@^2.0.1:
68926902
version "2.0.1"
68936903
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
68946904
integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
@@ -9416,13 +9426,13 @@ node-releases@^2.0.1:
94169426
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
94179427
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
94189428

9419-
node-sass@^6.0.1:
9420-
version "6.0.1"
9421-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.1.tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe"
9422-
integrity sha512-f+Rbqt92Ful9gX0cGtdYwjTrWAaGURgaK5rZCWOgCNyGWusFYHhbqCCBoFBeat+HKETOU02AyTxNhJV0YZf2jQ==
9429+
node-sass@^7.0.0:
9430+
version "7.0.0"
9431+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-7.0.0.tgz#33ee7c2df299d51f682f13d79f3d2a562225788e"
9432+
integrity sha512-6yUnsD3L8fVbgMX6nKQqZkjRcG7a/PpmF0pEyeWf+BgbTj2ToJlCYrnUifL2KbjV5gIY22I3oppahBWA3B+jUg==
94239433
dependencies:
94249434
async-foreach "^0.1.3"
9425-
chalk "^1.1.1"
9435+
chalk "^4.1.2"
94269436
cross-spawn "^7.0.3"
94279437
gaze "^1.0.0"
94289438
get-stdin "^4.0.1"
@@ -9431,7 +9441,7 @@ node-sass@^6.0.1:
94319441
meow "^9.0.0"
94329442
nan "^2.13.2"
94339443
node-gyp "^7.1.0"
9434-
npmlog "^4.0.0"
9444+
npmlog "^5.0.0"
94359445
request "^2.88.0"
94369446
sass-graph "2.2.5"
94379447
stdout-stream "^1.4.0"
@@ -9505,7 +9515,7 @@ npm-run-path@^4.0.1:
95059515
dependencies:
95069516
path-key "^3.0.0"
95079517

9508-
npmlog@^4.0.0, npmlog@^4.0.1, npmlog@^4.1.2:
9518+
npmlog@^4.0.1, npmlog@^4.1.2:
95099519
version "4.1.2"
95109520
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
95119521
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
@@ -9515,6 +9525,16 @@ npmlog@^4.0.0, npmlog@^4.0.1, npmlog@^4.1.2:
95159525
gauge "~2.7.3"
95169526
set-blocking "~2.0.0"
95179527

9528+
npmlog@^5.0.0:
9529+
version "5.0.1"
9530+
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0"
9531+
integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==
9532+
dependencies:
9533+
are-we-there-yet "^2.0.0"
9534+
console-control-strings "^1.1.0"
9535+
gauge "^3.0.0"
9536+
set-blocking "^2.0.0"
9537+
95189538
nth-check@^1.0.2, nth-check@~1.0.1:
95199539
version "1.0.2"
95209540
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
@@ -12255,11 +12275,6 @@ sudo-prompt@^8.2.0:
1225512275
resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz#cc5ef3769a134bb94b24a631cc09628d4d53603e"
1225612276
integrity sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==
1225712277

12258-
supports-color@^2.0.0:
12259-
version "2.0.0"
12260-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
12261-
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
12262-
1226312278
supports-color@^5.3.0:
1226412279
version "5.5.0"
1226512280
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -13409,7 +13424,7 @@ which@^2.0.1, which@^2.0.2:
1340913424
dependencies:
1341013425
isexe "^2.0.0"
1341113426

13412-
wide-align@^1.1.0:
13427+
wide-align@^1.1.0, wide-align@^1.1.2:
1341313428
version "1.1.5"
1341413429
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
1341513430
integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==

0 commit comments

Comments
 (0)