Skip to content

Commit 2b1ca02

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 bbea6d7 commit 2b1ca02

File tree

2 files changed

+51
-41
lines changed

2 files changed

+51
-41
lines changed

apps/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-jest-playwright": "^0.3.3",
3535
"expect-playwright": "^0.3.3",
3636
"jest-playwright-preset": "^1.4.5",
37-
"node-sass": "^6.0.0",
37+
"node-sass": "^7.0.0",
3838
"playwright": "^1.18.1",
3939
"sass-loader": "^11.1.1",
4040
"style-loader": "^2.0.0",

yarn.lock

Lines changed: 50 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5197,11 +5197,6 @@ ansi-regex@^5.0.1:
51975197
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
51985198
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
51995199

5200-
ansi-styles@^2.2.1:
5201-
version "2.2.1"
5202-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
5203-
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
5204-
52055200
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
52065201
version "3.2.1"
52075202
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -5264,7 +5259,7 @@ aproba@^1.0.3:
52645259
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
52655260
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
52665261

5267-
aproba@^2.0.0:
5262+
"aproba@^1.0.3 || ^2.0.0", aproba@^2.0.0:
52685263
version "2.0.0"
52695264
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
52705265
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
@@ -5274,6 +5269,14 @@ archy@^1.0.0:
52745269
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
52755270
integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
52765271

5272+
are-we-there-yet@^2.0.0:
5273+
version "2.0.0"
5274+
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
5275+
integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
5276+
dependencies:
5277+
delegates "^1.0.0"
5278+
readable-stream "^3.6.0"
5279+
52775280
are-we-there-yet@~1.1.2:
52785281
version "1.1.7"
52795282
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146"
@@ -6297,17 +6300,6 @@ chainsaw@~0.1.0:
62976300
dependencies:
62986301
traverse ">=0.3.0 <0.4"
62996302

6300-
chalk@^1.1.1:
6301-
version "1.1.3"
6302-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
6303-
integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
6304-
dependencies:
6305-
ansi-styles "^2.2.1"
6306-
escape-string-regexp "^1.0.2"
6307-
has-ansi "^2.0.0"
6308-
strip-ansi "^3.0.0"
6309-
supports-color "^2.0.0"
6310-
63116303
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
63126304
version "2.4.2"
63136305
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -6552,6 +6544,11 @@ color-name@~1.1.4:
65526544
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
65536545
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
65546546

6547+
color-support@^1.1.2:
6548+
version "1.1.3"
6549+
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
6550+
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
6551+
65556552
colorette@^2.0.14:
65566553
version "2.0.16"
65576554
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
@@ -6658,7 +6655,7 @@ config-chain@^1.1.12:
66586655
ini "^1.3.4"
66596656
proto-list "~1.2.1"
66606657

6661-
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
6658+
console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@~1.1.0:
66626659
version "1.1.0"
66636660
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
66646661
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
@@ -7833,7 +7830,7 @@ escape-html@~1.0.3:
78337830
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
78347831
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
78357832

7836-
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
7833+
escape-string-regexp@^1.0.5:
78377834
version "1.0.5"
78387835
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
78397836
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
@@ -8908,6 +8905,21 @@ functional-red-black-tree@^1.0.1:
89088905
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
89098906
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
89108907

8908+
gauge@^3.0.0:
8909+
version "3.0.2"
8910+
resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395"
8911+
integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==
8912+
dependencies:
8913+
aproba "^1.0.3 || ^2.0.0"
8914+
color-support "^1.1.2"
8915+
console-control-strings "^1.0.0"
8916+
has-unicode "^2.0.1"
8917+
object-assign "^4.1.1"
8918+
signal-exit "^3.0.0"
8919+
string-width "^4.2.3"
8920+
strip-ansi "^6.0.1"
8921+
wide-align "^1.1.2"
8922+
89118923
gauge@~2.7.3:
89128924
version "2.7.4"
89138925
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -9286,13 +9298,6 @@ hard-rejection@^2.1.0:
92869298
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
92879299
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
92889300

9289-
has-ansi@^2.0.0:
9290-
version "2.0.0"
9291-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
9292-
integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
9293-
dependencies:
9294-
ansi-regex "^2.0.0"
9295-
92969301
has-bigints@^1.0.1:
92979302
version "1.0.1"
92989303
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -13229,13 +13234,13 @@ node-releases@^2.0.2:
1322913234
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01"
1323013235
integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==
1323113236

13232-
node-sass@^6.0.0:
13233-
version "6.0.1"
13234-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.1.tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe"
13235-
integrity sha512-f+Rbqt92Ful9gX0cGtdYwjTrWAaGURgaK5rZCWOgCNyGWusFYHhbqCCBoFBeat+HKETOU02AyTxNhJV0YZf2jQ==
13237+
node-sass@^7.0.0:
13238+
version "7.0.0"
13239+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-7.0.0.tgz#33ee7c2df299d51f682f13d79f3d2a562225788e"
13240+
integrity sha512-6yUnsD3L8fVbgMX6nKQqZkjRcG7a/PpmF0pEyeWf+BgbTj2ToJlCYrnUifL2KbjV5gIY22I3oppahBWA3B+jUg==
1323613241
dependencies:
1323713242
async-foreach "^0.1.3"
13238-
chalk "^1.1.1"
13243+
chalk "^4.1.2"
1323913244
cross-spawn "^7.0.3"
1324013245
gaze "^1.0.0"
1324113246
get-stdin "^4.0.1"
@@ -13244,7 +13249,7 @@ node-sass@^6.0.0:
1324413249
meow "^9.0.0"
1324513250
nan "^2.13.2"
1324613251
node-gyp "^7.1.0"
13247-
npmlog "^4.0.0"
13252+
npmlog "^5.0.0"
1324813253
request "^2.88.0"
1324913254
sass-graph "2.2.5"
1325013255
stdout-stream "^1.4.0"
@@ -13405,7 +13410,7 @@ npm-run-path@^4.0.1:
1340513410
dependencies:
1340613411
path-key "^3.0.0"
1340713412

13408-
npmlog@^4.0.0, npmlog@^4.1.2:
13413+
npmlog@^4.1.2:
1340913414
version "4.1.2"
1341013415
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
1341113416
integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
@@ -13415,6 +13420,16 @@ npmlog@^4.0.0, npmlog@^4.1.2:
1341513420
gauge "~2.7.3"
1341613421
set-blocking "~2.0.0"
1341713422

13423+
npmlog@^5.0.0:
13424+
version "5.0.1"
13425+
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0"
13426+
integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==
13427+
dependencies:
13428+
are-we-there-yet "^2.0.0"
13429+
console-control-strings "^1.1.0"
13430+
gauge "^3.0.0"
13431+
set-blocking "^2.0.0"
13432+
1341813433
number-is-nan@^1.0.0:
1341913434
version "1.0.1"
1342013435
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
@@ -15900,7 +15915,7 @@ string-width@^1.0.1:
1590015915
is-fullwidth-code-point "^1.0.0"
1590115916
strip-ansi "^3.0.0"
1590215917

15903-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0:
15918+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1590415919
version "4.2.3"
1590515920
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1590615921
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -16076,11 +16091,6 @@ styled-jsx@5.0.0:
1607616091
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.0.tgz#816b4b92e07b1786c6b7111821750e0ba4d26e77"
1607716092
integrity sha512-qUqsWoBquEdERe10EW8vLp3jT25s/ssG1/qX5gZ4wu15OZpmSMFI2v+fWlRhLfykA5rFtlJ1ME8A8pm/peV4WA==
1607816093

16079-
supports-color@^2.0.0:
16080-
version "2.0.0"
16081-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
16082-
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
16083-
1608416094
supports-color@^5.3.0, supports-color@^5.5.0:
1608516095
version "5.5.0"
1608616096
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -17441,7 +17451,7 @@ which@^2.0.1, which@^2.0.2:
1744117451
dependencies:
1744217452
isexe "^2.0.0"
1744317453

17444-
wide-align@^1.1.0:
17454+
wide-align@^1.1.0, wide-align@^1.1.2:
1744517455
version "1.1.5"
1744617456
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
1744717457
integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==

0 commit comments

Comments
 (0)