1344
1344
"@jridgewell/resolve-uri" "^3.1.0"
1345
1345
"@jridgewell/sourcemap-codec" "^1.4.14"
1346
1346
1347
+ "@keyv/serialize@^1.0.3":
1348
+ version "1.0.3"
1349
+ resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.0.3.tgz#e0fe3710e2a379cb0490cd41e5a5ffa2bab58bf6"
1350
+ integrity sha512-qnEovoOp5Np2JDGonIDL6Ayihw0RhnRh6vxPuHo4RDn1UOzwEo4AeIfpL6UGIrsceWrCMiVPgwRjbHu4vYFc3g==
1351
+ dependencies:
1352
+ buffer "^6.0.3"
1353
+
1347
1354
"@leichtgewicht/ip-codec@^2.0.1":
1348
1355
version "2.0.5"
1349
1356
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1"
@@ -3747,6 +3754,14 @@ buffer@^5.2.1:
3747
3754
base64-js "^1.3.1"
3748
3755
ieee754 "^1.1.13"
3749
3756
3757
+ buffer@^6.0.3:
3758
+ version "6.0.3"
3759
+ resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
3760
+ integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
3761
+ dependencies:
3762
+ base64-js "^1.3.1"
3763
+ ieee754 "^1.2.1"
3764
+
3750
3765
bytes-iec@^3.1.1:
3751
3766
version "3.1.1"
3752
3767
resolved "https://registry.yarnpkg.com/bytes-iec/-/bytes-iec-3.1.1.tgz#94cd36bf95c2c22a82002c247df8772d1d591083"
3762
3777
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
3763
3778
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
3764
3779
3780
+ cacheable@^1.8.9:
3781
+ version "1.8.9"
3782
+ resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-1.8.9.tgz#f5498999567ae1015761d805bd8bbecd8393fbd4"
3783
+ integrity sha512-FicwAUyWnrtnd4QqYAoRlNs44/a1jTL7XDKqm5gJ90wz1DQPlC7U2Rd1Tydpv+E7WAr4sQHuw8Q8M3nZMAyecQ==
3784
+ dependencies:
3785
+ hookified "^1.7.1"
3786
+ keyv "^5.3.1"
3787
+
3765
3788
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1:
3766
3789
version "1.0.1"
3767
3790
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz#32e5892e6361b29b0b545ba6f7763378daca2840"
@@ -4320,7 +4343,7 @@ css-tree@^2.3.1:
4320
4343
mdn-data "2.0.30"
4321
4344
source-map-js "^1.0.1"
4322
4345
4323
- css-tree@^3.0.1 :
4346
+ css-tree@^3.1.0 :
4324
4347
version "3.1.0"
4325
4348
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-3.1.0.tgz#7aabc035f4e66b5c86f54570d55e05b1346eb0fd"
4326
4349
integrity sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==
@@ -5849,6 +5872,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
5849
5872
merge2 "^1.3.0"
5850
5873
micromatch "^4.0.4"
5851
5874
5875
+ fast-glob@^3.3.3:
5876
+ version "3.3.3"
5877
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
5878
+ integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
5879
+ dependencies:
5880
+ "@nodelib/fs.stat" "^2.0.2"
5881
+ "@nodelib/fs.walk" "^1.2.3"
5882
+ glob-parent "^5.1.2"
5883
+ merge2 "^1.3.0"
5884
+ micromatch "^4.0.8"
5885
+
5852
5886
[email protected] , fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
5853
5887
version "2.1.0"
5854
5888
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -5907,6 +5941,13 @@ fdir@^6.4.2:
5907
5941
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
5908
5942
integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
5909
5943
5944
+ file-entry-cache@^10.0.6:
5945
+ version "10.0.7"
5946
+ resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.0.7.tgz#e0ac34d4b8c44bea8a0a27ceb4dae982f2d32749"
5947
+ integrity sha512-txsf5fu3anp2ff3+gOJJzRImtrtm/oa9tYLN0iTuINZ++EyVR/nRrg2fKYwvG/pXDofcrvvb0scEbX3NyW/COw==
5948
+ dependencies:
5949
+ flat-cache "^6.1.7"
5950
+
5910
5951
file-entry-cache@^6.0.1:
5911
5952
version "6.0.1"
5912
5953
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -5921,13 +5962,6 @@ file-entry-cache@^8.0.0:
5921
5962
dependencies:
5922
5963
flat-cache "^4.0.0"
5923
5964
5924
- file-entry-cache@^9.1.0:
5925
- version "9.1.0"
5926
- resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-9.1.0.tgz#2e66ad98ce93f49aed1b178c57b0b5741591e075"
5927
- integrity sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==
5928
- dependencies:
5929
- flat-cache "^5.0.0"
5930
-
5931
5965
filelist@^1.0.4:
5932
5966
version "1.0.4"
5933
5967
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
@@ -5995,24 +6029,30 @@ flat-cache@^4.0.0:
5995
6029
flatted "^3.2.9"
5996
6030
keyv "^4.5.4"
5997
6031
5998
- flat-cache@^5.0.0 :
5999
- version "5.0.0 "
6000
- resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-5.0.0 .tgz#26c4da7b0f288b408bb2b506b2cb66c240ddf062 "
6001
- integrity sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ ==
6032
+ flat-cache@^6.1.7 :
6033
+ version "6.1.7 "
6034
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.7 .tgz#c04b08316739ad7ef997e1b9ea363443fc2fcb38 "
6035
+ integrity sha512-qwZ4xf1v1m7Rc9XiORly31YaChvKt6oNVHuqqZcoED/7O+ToyNVGobKsIAopY9ODcWpEDKEBAbrSOCBHtNQvew ==
6002
6036
dependencies:
6003
- flatted "^3.3.1"
6004
- keyv "^4.5.4"
6037
+ cacheable "^1.8.9"
6038
+ flatted "^3.3.3"
6039
+ hookified "^1.7.1"
6005
6040
6006
6041
flat@^5.0.2:
6007
6042
version "5.0.2"
6008
6043
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
6009
6044
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
6010
6045
6011
- flatted@^3.2.9, flatted@^3.3.1 :
6046
+ flatted@^3.2.9:
6012
6047
version "3.3.1"
6013
6048
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
6014
6049
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
6015
6050
6051
+ flatted@^3.3.3:
6052
+ version "3.3.3"
6053
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
6054
+ integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
6055
+
6016
6056
follow-redirects@^1.0.0:
6017
6057
version "1.15.6"
6018
6058
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
@@ -6441,6 +6481,11 @@ headers-polyfill@^4.0.2:
6441
6481
resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-4.0.3.tgz#922a0155de30ecc1f785bcf04be77844ca95ad07"
6442
6482
integrity sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==
6443
6483
6484
+ hookified@^1.7.1:
6485
+ version "1.8.1"
6486
+ resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.8.1.tgz#74a8c97d36e5f8004d230ee2156a607cc84c358c"
6487
+ integrity sha512-GrO2l93P8xCWBSTBX9l2BxI78VU/MAAYag+pG8curS3aBGy0++ZlxrQ7PdUOUVMbn5BwkGb6+eRrnf43ipnFEA==
6488
+
6444
6489
hpack.js@^2.1.6:
6445
6490
version "2.1.6"
6446
6491
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -6653,7 +6698,7 @@ icss-utils@^5.0.0, icss-utils@^5.1.0:
6653
6698
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
6654
6699
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
6655
6700
6656
- ieee754@^1.1.13:
6701
+ ieee754@^1.1.13, ieee754@^1.2.1 :
6657
6702
version "1.2.1"
6658
6703
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
6659
6704
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
@@ -6663,10 +6708,10 @@ ignore@^5.2.0, ignore@^5.3.1:
6663
6708
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
6664
6709
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
6665
6710
6666
- ignore@^6 .0.2 :
6667
- version "6 .0.2 "
6668
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-6 .0.2 .tgz#77cccb72a55796af1b6d2f9eb14fa326d24f4283 "
6669
- integrity sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A ==
6711
+ ignore@^7 .0.3 :
6712
+ version "7 .0.3 "
6713
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-7 .0.3 .tgz#397ef9315dfe0595671eefe8b633fec6943ab733 "
6714
+ integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA ==
6670
6715
6671
6716
immutable@^4.0.0:
6672
6717
version "4.3.6"
@@ -7806,6 +7851,13 @@ keyv@^4.5.3, keyv@^4.5.4:
7806
7851
dependencies:
7807
7852
json-buffer "3.0.1"
7808
7853
7854
+ keyv@^5.3.1:
7855
+ version "5.3.2"
7856
+ resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.3.2.tgz#32edd461b51d44d42926eb72946236d79c71ae78"
7857
+ integrity sha512-Lji2XRxqqa5Wg+CHLVfFKBImfJZ4pCSccu9eVWK6w4c2SDFLd8JAn1zqTuSFnsxb7ope6rMsnIHfp+eBbRBRZQ==
7858
+ dependencies:
7859
+ "@keyv/serialize" "^1.0.3"
7860
+
7809
7861
kind-of@^6.0.2:
7810
7862
version "6.0.3"
7811
7863
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
@@ -9399,10 +9451,10 @@ postcss-selector-parser@^6.1.2:
9399
9451
cssesc "^3.0.0"
9400
9452
util-deprecate "^1.0.2"
9401
9453
9402
- postcss-selector-parser@^7.0 .0:
9403
- version "7.0 .0"
9404
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.0 .0.tgz#41bd8b56f177c093ca49435f65731befe25d6b9c "
9405
- integrity sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ ==
9454
+ postcss-selector-parser@^7.1 .0:
9455
+ version "7.1 .0"
9456
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1 .0.tgz#4d6af97eba65d73bc4d84bcb343e865d7dd16262 "
9457
+ integrity sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA ==
9406
9458
dependencies:
9407
9459
cssesc "^3.0.0"
9408
9460
util-deprecate "^1.0.2"
@@ -9460,12 +9512,12 @@ postcss@^8.4.31, postcss@^8.4.33:
9460
9512
picocolors "^1.0.1"
9461
9513
source-map-js "^1.2.0"
9462
9514
9463
- postcss@^8.4.49 :
9464
- version "8.4.49 "
9465
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49 .tgz#4ea479048ab059ab3ae61d082190fabfd994fe19 "
9466
- integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA ==
9515
+ postcss@^8.5.3 :
9516
+ version "8.5.3 "
9517
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3 .tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb "
9518
+ integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A ==
9467
9519
dependencies:
9468
- nanoid "^3.3.7 "
9520
+ nanoid "^3.3.8 "
9469
9521
picocolors "^1.1.1"
9470
9522
source-map-js "^1.2.1"
9471
9523
@@ -10885,10 +10937,10 @@ stylelint-scss@^6.4.0:
10885
10937
postcss-selector-parser "^6.1.0"
10886
10938
postcss-value-parser "^4.2.0"
10887
10939
10888
- stylelint@16.12 .0:
10889
- version "16.12 .0"
10890
- resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.12 .0.tgz#13532dcbaed21348da0e9e0fb9a4e1e7f6dab2b8 "
10891
- integrity sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg ==
10940
+ stylelint@16.15 .0:
10941
+ version "16.15 .0"
10942
+ resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.15 .0.tgz#a561cd50ad468cc4898f5c57cc1f223287fdea59 "
10943
+ integrity sha512-OK6Rs7EPdcdmjqiDycadZY4fw3f5/TC1X6/tGjnF3OosbwCeNs7nG+79MCAtjEg7ckwqTJTsku08e0Rmaz5nUw ==
10892
10944
dependencies:
10893
10945
"@csstools/css-parser-algorithms" "^3.0.4"
10894
10946
"@csstools/css-tokenizer" "^3.0.3"
10899
10951
colord "^2.9.3"
10900
10952
cosmiconfig "^9.0.0"
10901
10953
css-functions-list "^3.2.3"
10902
- css-tree "^3.0.1 "
10954
+ css-tree "^3.1.0 "
10903
10955
debug "^4.3.7"
10904
- fast-glob "^3.3.2 "
10956
+ fast-glob "^3.3.3 "
10905
10957
fastest-levenshtein "^1.0.16"
10906
- file-entry-cache "^9.1.0 "
10958
+ file-entry-cache "^10.0.6 "
10907
10959
global-modules "^2.0.0"
10908
10960
globby "^11.1.0"
10909
10961
globjoin "^0.1.4"
10910
10962
html-tags "^3.3.1"
10911
- ignore "^6 .0.2 "
10963
+ ignore "^7 .0.3 "
10912
10964
imurmurhash "^0.1.4"
10913
10965
is-plain-object "^5.0.0"
10914
10966
known-css-properties "^0.35.0"
10917
10969
micromatch "^4.0.8"
10918
10970
normalize-path "^3.0.0"
10919
10971
picocolors "^1.1.1"
10920
- postcss "^8.4.49 "
10972
+ postcss "^8.5.3 "
10921
10973
postcss-resolve-nested-selector "^0.1.6"
10922
10974
postcss-safe-parser "^7.0.1"
10923
- postcss-selector-parser "^7.0 .0"
10975
+ postcss-selector-parser "^7.1 .0"
10924
10976
postcss-value-parser "^4.2.0"
10925
10977
resolve-from "^5.0.0"
10926
10978
string-width "^4.2.3"
10927
- supports-hyperlinks "^3.1 .0"
10979
+ supports-hyperlinks "^3.2 .0"
10928
10980
svg-tags "^1.0.0"
10929
10981
table "^6.9.0"
10930
10982
write-file-atomic "^5.0.1"
@@ -10950,10 +11002,10 @@ supports-color@^8.0.0, supports-color@^8.1.1:
10950
11002
dependencies:
10951
11003
has-flag "^4.0.0"
10952
11004
10953
- supports-hyperlinks@^3.1 .0:
10954
- version "3.1 .0"
10955
- resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-3.1 .0.tgz#b56150ff0173baacc15f21956450b61f2b18d3ac "
10956
- integrity sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A ==
11005
+ supports-hyperlinks@^3.2 .0:
11006
+ version "3.2 .0"
11007
+ resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-3.2 .0.tgz#b8e485b179681dea496a1e7abdf8985bd3145461 "
11008
+ integrity sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig ==
10957
11009
dependencies:
10958
11010
has-flag "^4.0.0"
10959
11011
supports-color "^7.0.0"
0 commit comments