Skip to content

Commit 326eb12

Browse files
Update dependency eslint-plugin-unicorn to v56.0.1 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 597ed19 commit 326eb12

File tree

1 file changed

+90
-72
lines changed

1 file changed

+90
-72
lines changed

yarn.lock

Lines changed: 90 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@
3838
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
3939
chokidar "^3.4.0"
4040

41-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13":
42-
version "7.18.6"
43-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
44-
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
45-
dependencies:
46-
"@babel/highlight" "^7.18.6"
47-
48-
"@babel/code-frame@^7.10.4":
41+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
4942
version "7.27.1"
5043
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
5144
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
@@ -54,6 +47,13 @@
5447
js-tokens "^4.0.0"
5548
picocolors "^1.1.1"
5649

50+
"@babel/code-frame@^7.12.13":
51+
version "7.18.6"
52+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
53+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
54+
dependencies:
55+
"@babel/highlight" "^7.18.6"
56+
5757
"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4":
5858
version "7.21.4"
5959
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
@@ -318,7 +318,7 @@
318318
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
319319
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
320320

321-
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.27.1":
321+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.27.1":
322322
version "7.27.1"
323323
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
324324
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
@@ -328,11 +328,6 @@
328328
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
329329
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
330330

331-
"@babel/helper-validator-identifier@^7.24.7":
332-
version "7.25.9"
333-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
334-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
335-
336331
"@babel/helper-validator-option@^7.21.0":
337332
version "7.21.0"
338333
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -1132,13 +1127,20 @@
11321127
dependencies:
11331128
"@jridgewell/trace-mapping" "0.3.9"
11341129

1135-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1130+
"@eslint-community/eslint-utils@^4.2.0":
11361131
version "4.4.1"
11371132
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
11381133
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
11391134
dependencies:
11401135
eslint-visitor-keys "^3.4.3"
11411136

1137+
"@eslint-community/eslint-utils@^4.4.0":
1138+
version "4.7.0"
1139+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1140+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1141+
dependencies:
1142+
eslint-visitor-keys "^3.4.3"
1143+
11421144
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
11431145
version "4.12.1"
11441146
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2432,15 +2434,15 @@ browserslist@^4.21.3, browserslist@^4.21.5:
24322434
node-releases "^2.0.8"
24332435
update-browserslist-db "^1.0.10"
24342436

2435-
browserslist@^4.24.2:
2436-
version "4.24.2"
2437-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580"
2438-
integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==
2437+
browserslist@^4.25.1:
2438+
version "4.25.1"
2439+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.1.tgz#ba9e8e6f298a1d86f829c9b975e07948967bb111"
2440+
integrity sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==
24392441
dependencies:
2440-
caniuse-lite "^1.0.30001669"
2441-
electron-to-chromium "^1.5.41"
2442-
node-releases "^2.0.18"
2443-
update-browserslist-db "^1.1.1"
2442+
caniuse-lite "^1.0.30001726"
2443+
electron-to-chromium "^1.5.173"
2444+
node-releases "^2.0.19"
2445+
update-browserslist-db "^1.1.3"
24442446

24452447
24462448
version "2.1.1"
@@ -2560,10 +2562,10 @@ caniuse-lite@^1.0.30001449:
25602562
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001481.tgz#f58a717afe92f9e69d0e35ff64df596bfad93912"
25612563
integrity sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ==
25622564

2563-
caniuse-lite@^1.0.30001669:
2564-
version "1.0.30001677"
2565-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz#27c2e2c637e007cfa864a16f7dfe7cde66b38b5f"
2566-
integrity sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog==
2565+
caniuse-lite@^1.0.30001726:
2566+
version "1.0.30001727"
2567+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz#22e9706422ad37aa50556af8c10e40e2d93a8b85"
2568+
integrity sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==
25672569

25682570
25692571
version "5.2.0"
@@ -2624,9 +2626,9 @@ ci-info@^3.2.0:
26242626
integrity sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==
26252627

26262628
ci-info@^4.0.0:
2627-
version "4.0.0"
2628-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.0.0.tgz#65466f8b280fc019b9f50a5388115d17a63a44f2"
2629-
integrity sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==
2629+
version "4.3.0"
2630+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.0.tgz#c39b1013f8fdbd28cd78e62318357d02da160cd7"
2631+
integrity sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==
26302632

26312633
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
26322634
version "1.0.4"
@@ -2794,11 +2796,11 @@ core-js-compat@^3.25.1:
27942796
browserslist "^4.21.5"
27952797

27962798
core-js-compat@^3.38.1:
2797-
version "3.39.0"
2798-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.39.0.tgz#b12dccb495f2601dc860bdbe7b4e3ffa8ba63f61"
2799-
integrity sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==
2799+
version "3.44.0"
2800+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.44.0.tgz#62b9165b97e4cbdb8bca16b14818e67428b4a0f8"
2801+
integrity sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==
28002802
dependencies:
2801-
browserslist "^4.24.2"
2803+
browserslist "^4.25.1"
28022804

28032805
core-util-is@~1.0.0:
28042806
version "1.0.3"
@@ -3171,10 +3173,10 @@ electron-to-chromium@^1.4.284:
31713173
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.369.tgz#a98d838cdd79be4471cd04e9b4dffe891d037874"
31723174
integrity sha512-LfxbHXdA/S+qyoTEA4EbhxGjrxx7WK2h6yb5K2v0UCOufUKX+VZaHbl3svlzZfv9sGseym/g3Ne4DpsgRULmqg==
31733175

3174-
electron-to-chromium@^1.5.41:
3175-
version "1.5.51"
3176-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.51.tgz#bb99216fed4892d131a8585a8593b00739310163"
3177-
integrity sha512-kKeWV57KSS8jH4alKt/jKnvHPmJgBxXzGUSbMd4eQF+iOsVPl7bz2KUmu6eo80eMP8wVioTfTyTzdMgM15WXNg==
3176+
electron-to-chromium@^1.5.173:
3177+
version "1.5.192"
3178+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.192.tgz#6dfc57a41846a57b18f9c0121821a6df1e165cc1"
3179+
integrity sha512-rP8Ez0w7UNw/9j5eSXCe10o1g/8B1P5SM90PCCMVkIRQn2R0LEHWz4Eh9RnxkniuDe1W0cTSOB3MLlkTGDcuCg==
31783180

31793181
elliptic@^6.5.3:
31803182
version "6.5.4"
@@ -3560,9 +3562,9 @@ eslint-plugin-matrix-org@^2.0.0:
35603562
integrity sha512-cQy5Rjeq6uyu1mLXlPZwEJdyM0NmclrnEz68y792FSuuxzMyJNNYLGDQ5CkYW8H+PrD825HUFZ34pNXnjMOzOw==
35613563

35623564
eslint-plugin-unicorn@^56.0.0:
3563-
version "56.0.0"
3564-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.0.tgz#9fd3ebe6f478571734541fa745026b743175b59e"
3565-
integrity sha512-aXpddVz/PQMmd69uxO98PA4iidiVNvA0xOtbpUoz1WhBd4RxOQQYqN618v68drY0hmy5uU2jy1bheKEVWBjlPw==
3565+
version "56.0.1"
3566+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.1.tgz#d10a3df69ba885939075bdc95a65a0c872e940d4"
3567+
integrity sha512-FwVV0Uwf8XPfVnKSGpMg7NtlZh0G0gBarCaFcMUOoqPxXryxdYxTRRv4kH6B9TFCVIrjRXG+emcxIk2ayZilog==
35663568
dependencies:
35673569
"@babel/helper-validator-identifier" "^7.24.7"
35683570
"@eslint-community/eslint-utils" "^4.4.0"
@@ -4108,9 +4110,9 @@ globals@^13.19.0:
41084110
type-fest "^0.20.2"
41094111

41104112
globals@^15.9.0:
4111-
version "15.12.0"
4112-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.12.0.tgz#1811872883ad8f41055b61457a130221297de5b5"
4113-
integrity sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==
4113+
version "15.15.0"
4114+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
4115+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
41144116

41154117
globalthis@^1.0.3:
41164118
version "1.0.4"
@@ -4485,7 +4487,14 @@ is-core-module@^2.11.0, is-core-module@^2.9.0:
44854487
dependencies:
44864488
has "^1.0.3"
44874489

4488-
is-core-module@^2.13.0, is-core-module@^2.15.1:
4490+
is-core-module@^2.13.0, is-core-module@^2.16.0:
4491+
version "2.16.1"
4492+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
4493+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
4494+
dependencies:
4495+
hasown "^2.0.2"
4496+
4497+
is-core-module@^2.15.1:
44894498
version "2.15.1"
44904499
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
44914500
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
@@ -5227,9 +5236,9 @@ jsesc@^2.5.1:
52275236
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
52285237

52295238
jsesc@^3.0.2:
5230-
version "3.0.2"
5231-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
5232-
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
5239+
version "3.1.0"
5240+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"
5241+
integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
52335242

52345243
jsesc@~0.5.0:
52355244
version "0.5.0"
@@ -5601,10 +5610,10 @@ node-int64@^0.4.0:
56015610
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
56025611
integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
56035612

5604-
node-releases@^2.0.18:
5605-
version "2.0.18"
5606-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
5607-
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
5613+
node-releases@^2.0.19:
5614+
version "2.0.19"
5615+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
5616+
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
56085617

56095618
node-releases@^2.0.8:
56105619
version "2.0.10"
@@ -5903,12 +5912,7 @@ pbkdf2@^3.0.3:
59035912
safe-buffer "^5.0.1"
59045913
sha.js "^2.4.8"
59055914

5906-
picocolors@^1.0.0:
5907-
version "1.0.0"
5908-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
5909-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
5910-
5911-
picocolors@^1.1.0, picocolors@^1.1.1:
5915+
picocolors@^1.0.0, picocolors@^1.1.1:
59125916
version "1.1.1"
59135917
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
59145918
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -6284,12 +6288,12 @@ resolve@^1.1.4, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.4.0:
62846288
path-parse "^1.0.7"
62856289
supports-preserve-symlinks-flag "^1.0.0"
62866290

6287-
resolve@^1.10.0, resolve@^1.22.4:
6288-
version "1.22.8"
6289-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
6290-
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
6291+
resolve@^1.10.0:
6292+
version "1.22.10"
6293+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39"
6294+
integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==
62916295
dependencies:
6292-
is-core-module "^2.13.0"
6296+
is-core-module "^2.16.0"
62936297
path-parse "^1.0.7"
62946298
supports-preserve-symlinks-flag "^1.0.0"
62956299

@@ -6302,6 +6306,15 @@ resolve@^1.14.2:
63026306
path-parse "^1.0.7"
63036307
supports-preserve-symlinks-flag "^1.0.0"
63046308

6309+
resolve@^1.22.4:
6310+
version "1.22.8"
6311+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
6312+
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
6313+
dependencies:
6314+
is-core-module "^2.13.0"
6315+
path-parse "^1.0.7"
6316+
supports-preserve-symlinks-flag "^1.0.0"
6317+
63056318
reusify@^1.0.4:
63066319
version "1.0.4"
63076320
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
@@ -6419,11 +6432,16 @@ semver@^7.3.5:
64196432
dependencies:
64206433
lru-cache "^6.0.0"
64216434

6422-
semver@^7.6.0, semver@^7.6.3:
6435+
semver@^7.6.0:
64236436
version "7.6.3"
64246437
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
64256438
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
64266439

6440+
semver@^7.6.3:
6441+
version "7.7.2"
6442+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
6443+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
6444+
64276445
set-function-length@^1.2.1, set-function-length@^1.2.2:
64286446
version "1.2.2"
64296447
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
@@ -6603,9 +6621,9 @@ spdx-expression-parse@^3.0.0:
66036621
spdx-license-ids "^3.0.0"
66046622

66056623
spdx-license-ids@^3.0.0:
6606-
version "3.0.20"
6607-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz#e44ed19ed318dd1e5888f93325cee800f0f51b89"
6608-
integrity sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==
6624+
version "3.0.21"
6625+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz#6d6e980c9df2b6fc905343a3b2d702a6239536c3"
6626+
integrity sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==
66096627

66106628
sprintf-js@~1.0.2:
66116629
version "1.0.3"
@@ -7211,13 +7229,13 @@ update-browserslist-db@^1.0.10:
72117229
escalade "^3.1.1"
72127230
picocolors "^1.0.0"
72137231

7214-
update-browserslist-db@^1.1.1:
7215-
version "1.1.1"
7216-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5"
7217-
integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==
7232+
update-browserslist-db@^1.1.3:
7233+
version "1.1.3"
7234+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz#348377dd245216f9e7060ff50b15a1b740b75420"
7235+
integrity sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==
72187236
dependencies:
72197237
escalade "^3.2.0"
7220-
picocolors "^1.1.0"
7238+
picocolors "^1.1.1"
72217239

72227240
uri-js@^4.2.2:
72237241
version "4.4.1"

0 commit comments

Comments
 (0)