chore(deps): lock file maintenance (#1508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/1509/merge
renovate[bot] 11 months ago committed by GitHub
parent acce342fcc
commit a570d68ca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

122
Cargo.lock generated

@ -611,9 +611,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.5.0"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
dependencies = [
"serde",
]
@ -828,7 +828,7 @@ version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"cairo-sys-rs",
"glib",
"libc",
@ -891,9 +891,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.0.100"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
[[package]]
name = "cesu8"
@ -998,18 +998,18 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.7"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.7"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
dependencies = [
"anstream",
"anstyle",
@ -1770,9 +1770,9 @@ dependencies = [
[[package]]
name = "either"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
dependencies = [
"serde",
]
@ -2456,7 +2456,7 @@ version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"futures-channel",
"futures-core",
"futures-executor",
@ -2509,7 +2509,7 @@ version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89cb13e8c52c87e28a46eae3e5e65b8f0cd465c4c9e67b13d56c70412e792bc3"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"cocoa",
"crossbeam-channel",
"keyboard-types",
@ -3218,7 +3218,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"serde",
"unicode-segmentation",
]
@ -3347,7 +3347,7 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"libc",
]
@ -3399,12 +3399,6 @@ dependencies = [
"pkg-config",
]
[[package]]
name = "line-wrap"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
@ -3429,9 +3423,9 @@ checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
[[package]]
name = "log"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
dependencies = [
"value-bag",
]
@ -3556,9 +3550,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.4"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
@ -3687,7 +3681,7 @@ version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"cfg-if",
"libc",
"memoffset 0.9.1",
@ -3715,7 +3709,7 @@ version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"crossbeam-channel",
"filetime",
"fsevent-sys",
@ -3902,7 +3896,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"block2",
"libc",
"objc2",
@ -3918,7 +3912,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"block2",
"objc2",
"objc2-foundation",
@ -3948,7 +3942,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"block2",
"dispatch",
"libc",
@ -3961,7 +3955,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"block2",
"objc2",
"objc2-foundation",
@ -3973,7 +3967,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"block2",
"objc2",
"objc2-foundation",
@ -4000,9 +3994,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.36.0"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
dependencies = [
"memchr",
]
@ -4036,7 +4030,7 @@ version = "0.10.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"cfg-if",
"foreign-types 0.3.2",
"libc",
@ -4434,14 +4428,13 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "plist"
version = "1.6.1"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
dependencies = [
"base64 0.21.7",
"base64 0.22.1",
"indexmap 2.2.6",
"line-wrap",
"quick-xml",
"quick-xml 0.32.0",
"serde",
"time",
]
@ -4634,6 +4627,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "quick-xml"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
dependencies = [
"memchr",
]
[[package]]
name = "quinn"
version = "0.11.2"
@ -4835,7 +4837,7 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
]
[[package]]
@ -5146,7 +5148,7 @@ version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
@ -5373,7 +5375,7 @@ version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"core-foundation",
"core-foundation-sys",
"libc",
@ -5452,9 +5454,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.117"
version = "1.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0"
dependencies = [
"itoa 1.0.11",
"ryu",
@ -5495,9 +5497,9 @@ dependencies = [
[[package]]
name = "serde_with"
version = "3.8.1"
version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
checksum = "079f3a42cd87588d924ed95b533f8d30a483388c4e400ab736a7058e34f16169"
dependencies = [
"base64 0.22.1",
"chrono",
@ -5513,9 +5515,9 @@ dependencies = [
[[package]]
name = "serde_with_macros"
version = "3.8.1"
version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2"
checksum = "bc03aad67c1d26b7de277d51c86892e7d9a0110a2fe44bf6b26cc569fba302d6"
dependencies = [
"darling",
"proc-macro2",
@ -5851,7 +5853,7 @@ checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
dependencies = [
"atoi",
"base64 0.21.7",
"bitflags 2.5.0",
"bitflags 2.6.0",
"byteorder",
"bytes",
"crc",
@ -5894,7 +5896,7 @@ checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
dependencies = [
"atoi",
"base64 0.21.7",
"bitflags 2.5.0",
"bitflags 2.6.0",
"byteorder",
"crc",
"dotenvy",
@ -6073,9 +6075,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.6.0"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "swift-rs"
@ -6177,7 +6179,7 @@ version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea538df05fbc2dcbbd740ba0cfe8607688535f4798d213cbbfa13ce494f3451f"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"cocoa",
"core-foundation",
"core-graphics",
@ -6818,7 +6820,7 @@ dependencies = [
name = "tauri-plugin-window-state"
version = "2.0.0-beta.9"
dependencies = [
"bitflags 2.5.0",
"bitflags 2.6.0",
"log",
"serde",
"serde_json",
@ -6923,7 +6925,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871"
dependencies = [
"quick-xml",
"quick-xml 0.31.0",
"windows 0.56.0",
"windows-version",
]
@ -7063,9 +7065,9 @@ dependencies = [
[[package]]
name = "tinyvec"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82"
dependencies = [
"tinyvec_macros",
]
@ -7556,9 +7558,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.9.0"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5"
checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439"
dependencies = [
"getrandom 0.2.15",
]

@ -29,7 +29,7 @@ importers:
version: 8.42.3
covector:
specifier: ^0.11.0
version: 0.11.0(mocha@10.4.0)
version: 0.11.0(mocha@10.5.2)
eslint:
specifier: 9.6.0
version: 9.6.0
@ -53,7 +53,7 @@ importers:
version: 5.5.2
typescript-eslint:
specifier: rc-v8
version: 8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)
version: 8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)
examples/api:
dependencies:
@ -114,7 +114,7 @@ importers:
version: 1.1.13
'@sveltejs/vite-plugin-svelte':
specifier: ^3.0.1
version: 3.1.1(svelte@4.2.18)(vite@5.3.1(terser@5.31.1))
version: 3.1.1(svelte@4.2.18)(vite@5.3.2(terser@5.31.1))
'@tauri-apps/cli':
specifier: 2.0.0-beta.20
version: 2.0.0-beta.20
@ -129,10 +129,10 @@ importers:
version: 4.2.18
unocss:
specifier: ^0.61.0
version: 0.61.0(postcss@8.4.38)(rollup@4.18.0)(vite@5.3.1(terser@5.31.1))
version: 0.61.0(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.2(terser@5.31.1))
vite:
specifier: ^5.0.13
version: 5.3.1(terser@5.31.1)
version: 5.3.2(terser@5.31.1)
plugins/authenticator:
dependencies:
@ -196,7 +196,7 @@ importers:
version: 5.5.2
vite:
specifier: ^5.0.13
version: 5.3.1(terser@5.31.1)
version: 5.3.2(terser@5.31.1)
plugins/dialog:
dependencies:
@ -292,7 +292,7 @@ importers:
version: 5.5.2
vite:
specifier: ^5.0.12
version: 5.3.1(terser@5.31.1)
version: 5.3.2(terser@5.31.1)
plugins/stronghold:
dependencies:
@ -332,7 +332,7 @@ importers:
version: 5.5.2
vite:
specifier: ^5.0.13
version: 5.3.1(terser@5.31.1)
version: 5.3.2(terser@5.31.1)
plugins/window-state:
dependencies:
@ -349,8 +349,8 @@ packages:
'@antfu/install-pkg@0.1.1':
resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==}
'@antfu/utils@0.7.8':
resolution: {integrity: sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==}
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
'@babel/code-frame@7.24.7':
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
@ -696,8 +696,8 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
'@eslint-community/regexpp@4.10.1':
resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
'@eslint-community/regexpp@4.11.0':
resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
'@eslint/config-array@0.17.0':
@ -997,8 +997,8 @@ packages:
'@types/unist@2.0.10':
resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
'@typescript-eslint/eslint-plugin@8.0.0-alpha.34':
resolution: {integrity: sha512-qPLMqSlyZCHFSvsqIUV/QZ0ufxhOJhutvBEpi4KppixRZgrI6ZJw2M9EgqMRGraA5lGghwymVdxmcaCp4QuFPQ==}
'@typescript-eslint/eslint-plugin@8.0.0-alpha.38':
resolution: {integrity: sha512-aAEtLAD++0YWjHOCCsEfx39t/AiJi9ZGauASDfvhJL/73AEVaqEL/DiXuDD7C2g9faVuh3qXsfUzxxU2hR/cIw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@ -1008,8 +1008,8 @@ packages:
typescript:
optional: true
'@typescript-eslint/parser@8.0.0-alpha.34':
resolution: {integrity: sha512-jtBWP09o/RrVsLhDwoxUHtvJURZ7RaO3Ia9OnkC6Jjsdn23tKwoEtjLbB94ATr6BU44R3JVbRJn1SCueCmECYw==}
'@typescript-eslint/parser@8.0.0-alpha.38':
resolution: {integrity: sha512-7vWt41cjKTRwNPYushQihIHdRnJ8fBy5HYBjMro+nemBQfoVuXY0JXgCctf3Jb3JGUCKxlIw/SYYRsaJ+1rj2w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@ -1018,12 +1018,12 @@ packages:
typescript:
optional: true
'@typescript-eslint/scope-manager@8.0.0-alpha.34':
resolution: {integrity: sha512-IpeT8JnV1Uo5lG/GTYe/SRJRcz1rBaCNma5cS5R8c4NkBIiIeE+R9Vy8ZEPkGImTfBp9BUNU6w+8lSQf0Z6tKw==}
'@typescript-eslint/scope-manager@8.0.0-alpha.38':
resolution: {integrity: sha512-99m9xeGDl/r55+DZuqcwl/52fZfh6VF98Lx2jCyMRS1N+mCbBQ1oDsnGg6hCJxBGSsieifN1DwCh00cfy/L23g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/type-utils@8.0.0-alpha.34':
resolution: {integrity: sha512-VmsfGVQ9UV1gs+LQkA9W9Nf7rSwY9KzB7WZUXwx56Ynlwjyt+999Z4Rrh2kPuDCPHTsO+GJDqeYyOYOEeXi9Bw==}
'@typescript-eslint/type-utils@8.0.0-alpha.38':
resolution: {integrity: sha512-baoGHlQL4fZoD0UNIggH8drmMCkQubRbVxGWa9dLbx+CasTju2q4QuBy21mto+uc+ks1DtOZnaw+OwhEjkFXgw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@ -1031,12 +1031,12 @@ packages:
typescript:
optional: true
'@typescript-eslint/types@8.0.0-alpha.34':
resolution: {integrity: sha512-9d2pLf/htOVVX/VNQgRt23z5kCOznsiAVt1TllCiMT1xic0W8yKr2FT6sJHYIUl1qDjHE7t/P6CQpNFvyOfbxA==}
'@typescript-eslint/types@8.0.0-alpha.38':
resolution: {integrity: sha512-Rx7V9fmGdTiIT5K7R9wcrkhNKRODE7XUyHmu24gEEPlW3SESfs3C7ajdOJ1D696IPxnWKDIK9J3iMrQZOVckiw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/typescript-estree@8.0.0-alpha.34':
resolution: {integrity: sha512-1ZAffOto9HpStxKCVpKkemYRUC4fznLEaj9fZyIYcppC/hdNNgZaiC0ONRUQQtdlPgdeH8BKoiWo6bGRemlxUw==}
'@typescript-eslint/typescript-estree@8.0.0-alpha.38':
resolution: {integrity: sha512-iEcxafpJiE9LD1Ospd/5Ce5CLGgck1FO+9Y6UcJWAcOVJRJKlXvLSJzy6a5Xnr4XhIr5+4juvzw6g+rTnkz6Dw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@ -1044,14 +1044,14 @@ packages:
typescript:
optional: true
'@typescript-eslint/utils@8.0.0-alpha.34':
resolution: {integrity: sha512-gHiHW96wCi3yllubUOswdWyCS/D5IRytTw9rPyumWJGD9qPh47MZAxtKp86Qdt1sbg+BJkYb8cCUMX9dwlVZzA==}
'@typescript-eslint/utils@8.0.0-alpha.38':
resolution: {integrity: sha512-kKU9EGm7ML+MFMa66lKvkh5JMSp1legHBhKF9NkG65TvSsFDW0TyITRyeBUkmkhs4ALlHdAaRd/R5/Qg47URGg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
'@typescript-eslint/visitor-keys@8.0.0-alpha.34':
resolution: {integrity: sha512-Zs84EZx55fusxi4+6bzdZyNLy6nN8snh7HOcgs1jiRkqmf0qo+cgPjb7mGA1RgE1m60FQYgesj7je9KBE0HfSA==}
'@typescript-eslint/visitor-keys@8.0.0-alpha.38':
resolution: {integrity: sha512-VbVMQLDezUgGTN0AFfVy1w+K8in4Dv+cbPJbYql+BKTnmTEe/l40xoTWBdn/ppjlnRtCkp+JQ9T790bhdQ3ZrA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@unocss/astro@0.61.0':
@ -1254,8 +1254,8 @@ packages:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'}
caniuse-lite@1.0.30001636:
resolution: {integrity: sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==}
caniuse-lite@1.0.30001639:
resolution: {integrity: sha512-eFHflNTBIlFwP2AIKaYuBQN/apnUoKNhBdza8ZnW/h2di4LCZ4xFqYlxUxo+LQ76KFI1PGcC1QDxMbxTZpSCAg==}
chalk@2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
@ -1277,10 +1277,6 @@ packages:
chardet@0.7.0:
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
chokidar@3.5.3:
resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
engines: {node: '>= 8.10.0'}
chokidar@3.6.0:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
@ -1421,8 +1417,8 @@ packages:
effection@2.0.8:
resolution: {integrity: sha512-/v7cbPIXGGylInQgHHjJutzqUn6VIfcP13hh2X0hXf04wwAlSI+lVjUBKpr5TX3+v9dXV/JLHO/pqQ9Cp1QAnQ==}
electron-to-chromium@1.4.810:
resolution: {integrity: sha512-Kaxhu4T7SJGpRQx99tq216gCq2nMxJo+uuT6uzz9l8TVN2stL7M06MIIXAtr9jsrLs2Glflgf2vMQRepxawOdQ==}
electron-to-chromium@1.4.815:
resolution: {integrity: sha512-OvpTT2ItpOXJL7IGcYakRjHCt8L5GrrN/wHCQsRB4PQa1X9fe+X9oen245mIId7s14xvArCGSTIq644yPUKKLg==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@ -1873,15 +1869,15 @@ packages:
resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==}
engines: {node: '>=10'}
minimatch@9.0.4:
resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
minimatch@9.0.5:
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
mlly@1.7.1:
resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==}
mocha@10.4.0:
resolution: {integrity: sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==}
mocha@10.5.2:
resolution: {integrity: sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==}
engines: {node: '>= 14.0.0'}
hasBin: true
@ -2012,8 +2008,8 @@ packages:
pkg-types@1.1.1:
resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==}
postcss@8.4.38:
resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
postcss@8.4.39:
resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
engines: {node: ^10 || ^12 || >=14}
prelude-ls@1.2.1:
@ -2254,8 +2250,8 @@ packages:
resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==}
engines: {node: '>=8'}
typescript-eslint@8.0.0-alpha.34:
resolution: {integrity: sha512-Y8d1Q72RyygrV4bmbMXT21hPzNYyZIC+RzRftKvt5OFAMlfVNehre2qBVPwvljFu86AXMNe4FDMFhHvhZtOa6w==}
typescript-eslint@8.0.0-alpha.38:
resolution: {integrity: sha512-5SzbC/jmuIprBPi8vmOf+fvB7eGw2r81nlnheIHmzs32QmQqFTN/K78DgX1TAP8rOkqtHYJPbEuIKe0IEIrq6Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@ -2310,8 +2306,8 @@ packages:
vfile@4.2.1:
resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==}
vite@5.3.1:
resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
vite@5.3.2:
resolution: {integrity: sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@ -2433,7 +2429,7 @@ snapshots:
execa: 5.1.1
find-up: 5.0.0
'@antfu/utils@0.7.8': {}
'@antfu/utils@0.7.10': {}
'@babel/code-frame@7.24.7':
dependencies:
@ -2660,10 +2656,10 @@ snapshots:
dependencies:
event-target-shim: 5.0.1
'@covector/apply@0.9.3(mocha@10.4.0)':
'@covector/apply@0.9.3(mocha@10.5.2)':
dependencies:
'@covector/files': 0.7.2
effection: 2.0.8(mocha@10.4.0)
effection: 2.0.8(mocha@10.5.2)
semver: 7.6.2
transitivePeerDependencies:
- encoding
@ -2673,7 +2669,7 @@ snapshots:
dependencies:
'@covector/command': 0.7.1
'@covector/files': 0.7.2
effection: 2.0.8(mocha@10.4.0)
effection: 2.0.8(mocha@10.5.2)
js-yaml: 4.1.0
lodash: 4.17.21
remark-frontmatter: 3.0.0
@ -2687,7 +2683,7 @@ snapshots:
'@covector/changelog@0.11.0':
dependencies:
'@covector/files': 0.7.2
effection: 2.0.8(mocha@10.4.0)
effection: 2.0.8(mocha@10.5.2)
lodash: 4.17.21
remark-parse: 9.0.0
remark-stringify: 9.0.1
@ -2699,7 +2695,7 @@ snapshots:
'@covector/command@0.7.1':
dependencies:
'@effection/process': 2.1.4
effection: 2.0.8(mocha@10.4.0)
effection: 2.0.8(mocha@10.5.2)
transitivePeerDependencies:
- encoding
@ -2729,10 +2725,10 @@ snapshots:
'@effection/core': 2.2.3
'@effection/stream': 2.0.6
'@effection/fetch@2.0.7(mocha@10.4.0)':
'@effection/fetch@2.0.7(mocha@10.5.2)':
dependencies:
'@effection/core': 2.2.3
'@effection/mocha': 2.0.8(mocha@10.4.0)
'@effection/mocha': 2.0.8(mocha@10.5.2)
cross-fetch: 3.1.5
transitivePeerDependencies:
- encoding
@ -2744,10 +2740,10 @@ snapshots:
chalk: 4.1.2
stacktrace-parser: 0.1.10
'@effection/mocha@2.0.8(mocha@10.4.0)':
'@effection/mocha@2.0.8(mocha@10.5.2)':
dependencies:
effection: 2.0.8(mocha@10.4.0)
mocha: 10.4.0
effection: 2.0.8(mocha@10.5.2)
mocha: 10.5.2
transitivePeerDependencies:
- encoding
@ -2755,7 +2751,7 @@ snapshots:
dependencies:
cross-spawn: 7.0.3
ctrlc-windows: 2.1.0
effection: 2.0.8(mocha@10.4.0)
effection: 2.0.8(mocha@10.5.2)
shellwords: 0.1.1
transitivePeerDependencies:
- encoding
@ -2843,7 +2839,7 @@ snapshots:
eslint: 9.6.0
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.10.1': {}
'@eslint-community/regexpp@4.11.0': {}
'@eslint/config-array@0.17.0':
dependencies:
@ -2888,7 +2884,7 @@ snapshots:
'@iconify/utils@2.1.25':
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.8
'@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
debug: 4.3.5
kolorist: 1.8.0
@ -3017,26 +3013,26 @@ snapshots:
'@rollup/rollup-win32-x64-msvc@4.18.0':
optional: true
'@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(terser@5.31.1)))(svelte@4.2.18)(vite@5.3.1(terser@5.31.1))':
'@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.2(terser@5.31.1)))(svelte@4.2.18)(vite@5.3.2(terser@5.31.1))':
dependencies:
'@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.1(terser@5.31.1))
'@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.2(terser@5.31.1))
debug: 4.3.5
svelte: 4.2.18
vite: 5.3.1(terser@5.31.1)
vite: 5.3.2(terser@5.31.1)
transitivePeerDependencies:
- supports-color
'@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(terser@5.31.1))':
'@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.2(terser@5.31.1))':
dependencies:
'@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(terser@5.31.1)))(svelte@4.2.18)(vite@5.3.1(terser@5.31.1))
'@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.2(terser@5.31.1)))(svelte@4.2.18)(vite@5.3.2(terser@5.31.1))
debug: 4.3.5
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.10
svelte: 4.2.18
svelte-hmr: 0.16.0(svelte@4.2.18)
vite: 5.3.1(terser@5.31.1)
vitefu: 0.2.5(vite@5.3.1(terser@5.31.1))
vite: 5.3.2(terser@5.31.1)
vitefu: 0.2.5(vite@5.3.2(terser@5.31.1))
transitivePeerDependencies:
- supports-color
@ -3106,14 +3102,14 @@ snapshots:
'@types/unist@2.0.10': {}
'@typescript-eslint/eslint-plugin@8.0.0-alpha.34(@typescript-eslint/parser@8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)':
'@typescript-eslint/eslint-plugin@8.0.0-alpha.38(@typescript-eslint/parser@8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)':
dependencies:
'@eslint-community/regexpp': 4.10.1
'@typescript-eslint/parser': 8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/scope-manager': 8.0.0-alpha.34
'@typescript-eslint/type-utils': 8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/utils': 8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/visitor-keys': 8.0.0-alpha.34
'@eslint-community/regexpp': 4.11.0
'@typescript-eslint/parser': 8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/scope-manager': 8.0.0-alpha.38
'@typescript-eslint/type-utils': 8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/utils': 8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/visitor-keys': 8.0.0-alpha.38
eslint: 9.6.0
graphemer: 1.4.0
ignore: 5.3.1
@ -3124,12 +3120,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/parser@8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)':
'@typescript-eslint/parser@8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)':
dependencies:
'@typescript-eslint/scope-manager': 8.0.0-alpha.34
'@typescript-eslint/types': 8.0.0-alpha.34
'@typescript-eslint/typescript-estree': 8.0.0-alpha.34(typescript@5.5.2)
'@typescript-eslint/visitor-keys': 8.0.0-alpha.34
'@typescript-eslint/scope-manager': 8.0.0-alpha.38
'@typescript-eslint/types': 8.0.0-alpha.38
'@typescript-eslint/typescript-estree': 8.0.0-alpha.38(typescript@5.5.2)
'@typescript-eslint/visitor-keys': 8.0.0-alpha.38
debug: 4.3.5
eslint: 9.6.0
optionalDependencies:
@ -3137,15 +3133,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/scope-manager@8.0.0-alpha.34':
'@typescript-eslint/scope-manager@8.0.0-alpha.38':
dependencies:
'@typescript-eslint/types': 8.0.0-alpha.34
'@typescript-eslint/visitor-keys': 8.0.0-alpha.34
'@typescript-eslint/types': 8.0.0-alpha.38
'@typescript-eslint/visitor-keys': 8.0.0-alpha.38
'@typescript-eslint/type-utils@8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)':
'@typescript-eslint/type-utils@8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)':
dependencies:
'@typescript-eslint/typescript-estree': 8.0.0-alpha.34(typescript@5.5.2)
'@typescript-eslint/utils': 8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/typescript-estree': 8.0.0-alpha.38(typescript@5.5.2)
'@typescript-eslint/utils': 8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)
debug: 4.3.5
ts-api-utils: 1.3.0(typescript@5.5.2)
optionalDependencies:
@ -3154,16 +3150,16 @@ snapshots:
- eslint
- supports-color
'@typescript-eslint/types@8.0.0-alpha.34': {}
'@typescript-eslint/types@8.0.0-alpha.38': {}
'@typescript-eslint/typescript-estree@8.0.0-alpha.34(typescript@5.5.2)':
'@typescript-eslint/typescript-estree@8.0.0-alpha.38(typescript@5.5.2)':
dependencies:
'@typescript-eslint/types': 8.0.0-alpha.34
'@typescript-eslint/visitor-keys': 8.0.0-alpha.34
'@typescript-eslint/types': 8.0.0-alpha.38
'@typescript-eslint/visitor-keys': 8.0.0-alpha.38
debug: 4.3.5
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.4
minimatch: 9.0.5
semver: 7.6.2
ts-api-utils: 1.3.0(typescript@5.5.2)
optionalDependencies:
@ -3171,29 +3167,29 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/utils@8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)':
'@typescript-eslint/utils@8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
'@typescript-eslint/scope-manager': 8.0.0-alpha.34
'@typescript-eslint/types': 8.0.0-alpha.34
'@typescript-eslint/typescript-estree': 8.0.0-alpha.34(typescript@5.5.2)
'@typescript-eslint/scope-manager': 8.0.0-alpha.38
'@typescript-eslint/types': 8.0.0-alpha.38
'@typescript-eslint/typescript-estree': 8.0.0-alpha.38(typescript@5.5.2)
eslint: 9.6.0
transitivePeerDependencies:
- supports-color
- typescript
'@typescript-eslint/visitor-keys@8.0.0-alpha.34':
'@typescript-eslint/visitor-keys@8.0.0-alpha.38':
dependencies:
'@typescript-eslint/types': 8.0.0-alpha.34
'@typescript-eslint/types': 8.0.0-alpha.38
eslint-visitor-keys: 3.4.3
'@unocss/astro@0.61.0(rollup@4.18.0)(vite@5.3.1(terser@5.31.1))':
'@unocss/astro@0.61.0(rollup@4.18.0)(vite@5.3.2(terser@5.31.1))':
dependencies:
'@unocss/core': 0.61.0
'@unocss/reset': 0.61.0
'@unocss/vite': 0.61.0(rollup@4.18.0)(vite@5.3.1(terser@5.31.1))
'@unocss/vite': 0.61.0(rollup@4.18.0)(vite@5.3.2(terser@5.31.1))
optionalDependencies:
vite: 5.3.1(terser@5.31.1)
vite: 5.3.2(terser@5.31.1)
transitivePeerDependencies:
- rollup
@ -3235,7 +3231,7 @@ snapshots:
gzip-size: 6.0.0
sirv: 2.0.4
'@unocss/postcss@0.61.0(postcss@8.4.38)':
'@unocss/postcss@0.61.0(postcss@8.4.39)':
dependencies:
'@unocss/config': 0.61.0
'@unocss/core': 0.61.0
@ -3243,7 +3239,7 @@ snapshots:
css-tree: 2.3.1
fast-glob: 3.3.2
magic-string: 0.30.10
postcss: 8.4.38
postcss: 8.4.39
'@unocss/preset-attributify@0.61.0':
dependencies:
@ -3326,7 +3322,7 @@ snapshots:
dependencies:
'@unocss/core': 0.61.0
'@unocss/vite@0.61.0(rollup@4.18.0)(vite@5.3.1(terser@5.31.1))':
'@unocss/vite@0.61.0(rollup@4.18.0)(vite@5.3.2(terser@5.31.1))':
dependencies:
'@ampproject/remapping': 2.3.0
'@rollup/pluginutils': 5.1.0(rollup@4.18.0)
@ -3338,7 +3334,7 @@ snapshots:
chokidar: 3.6.0
fast-glob: 3.3.2
magic-string: 0.30.10
vite: 5.3.1(terser@5.31.1)
vite: 5.3.2(terser@5.31.1)
transitivePeerDependencies:
- rollup
@ -3423,8 +3419,8 @@ snapshots:
browserslist@4.23.1:
dependencies:
caniuse-lite: 1.0.30001636
electron-to-chromium: 1.4.810
caniuse-lite: 1.0.30001639
electron-to-chromium: 1.4.815
node-releases: 2.0.14
update-browserslist-db: 1.0.16(browserslist@4.23.1)
@ -3443,7 +3439,7 @@ snapshots:
camelcase@6.3.0: {}
caniuse-lite@1.0.30001636: {}
caniuse-lite@1.0.30001639: {}
chalk@2.4.2:
dependencies:
@ -3464,18 +3460,6 @@ snapshots:
chardet@0.7.0: {}
chokidar@3.5.3:
dependencies:
anymatch: 3.1.3
braces: 3.0.3
glob-parent: 5.1.2
is-binary-path: 2.1.0
is-glob: 4.0.3
normalize-path: 3.0.0
readdirp: 3.6.0
optionalDependencies:
fsevents: 2.3.3
chokidar@3.6.0:
dependencies:
anymatch: 3.1.3
@ -3542,14 +3526,14 @@ snapshots:
convert-source-map@2.0.0: {}
covector@0.11.0(mocha@10.4.0):
covector@0.11.0(mocha@10.5.2):
dependencies:
'@covector/apply': 0.9.3(mocha@10.4.0)
'@covector/apply': 0.9.3(mocha@10.5.2)
'@covector/assemble': 0.11.0
'@covector/changelog': 0.11.0
'@covector/command': 0.7.1
'@covector/files': 0.7.2
effection: 2.0.8(mocha@10.4.0)
effection: 2.0.8(mocha@10.5.2)
globby: 11.1.0
inquirer: 8.2.6
lodash: 4.17.21
@ -3617,12 +3601,12 @@ snapshots:
duplexer@0.1.2: {}
effection@2.0.8(mocha@10.4.0):
effection@2.0.8(mocha@10.5.2):
dependencies:
'@effection/channel': 2.0.6
'@effection/core': 2.2.3
'@effection/events': 2.0.6
'@effection/fetch': 2.0.7(mocha@10.4.0)
'@effection/fetch': 2.0.7(mocha@10.5.2)
'@effection/main': 2.1.2
'@effection/stream': 2.0.6
'@effection/subscription': 2.0.6
@ -3630,7 +3614,7 @@ snapshots:
- encoding
- mocha
electron-to-chromium@1.4.810: {}
electron-to-chromium@1.4.815: {}
emoji-regex@8.0.0: {}
@ -3686,7 +3670,7 @@ snapshots:
eslint@9.6.0:
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
'@eslint-community/regexpp': 4.10.1
'@eslint-community/regexpp': 4.11.0
'@eslint/config-array': 0.17.0
'@eslint/eslintrc': 3.1.0
'@eslint/js': 9.6.0
@ -4104,7 +4088,7 @@ snapshots:
dependencies:
brace-expansion: 2.0.1
minimatch@9.0.4:
minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
@ -4115,11 +4099,11 @@ snapshots:
pkg-types: 1.1.1
ufo: 1.5.3
mocha@10.4.0:
mocha@10.5.2:
dependencies:
ansi-colors: 4.1.1
browser-stdout: 1.3.1
chokidar: 3.5.3
chokidar: 3.6.0
debug: 4.3.4(supports-color@8.1.1)
diff: 5.0.0
escape-string-regexp: 4.0.0
@ -4260,7 +4244,7 @@ snapshots:
mlly: 1.7.1
pathe: 1.1.2
postcss@8.4.38:
postcss@8.4.39:
dependencies:
nanoid: 3.3.7
picocolors: 1.0.1
@ -4501,11 +4485,11 @@ snapshots:
type-fest@0.7.1: {}
typescript-eslint@8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2):
typescript-eslint@8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2):
dependencies:
'@typescript-eslint/eslint-plugin': 8.0.0-alpha.34(@typescript-eslint/parser@8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/parser': 8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/utils': 8.0.0-alpha.34(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/eslint-plugin': 8.0.0-alpha.38(@typescript-eslint/parser@8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/parser': 8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)
'@typescript-eslint/utils': 8.0.0-alpha.38(eslint@9.6.0)(typescript@5.5.2)
optionalDependencies:
typescript: 5.5.2
transitivePeerDependencies:
@ -4518,7 +4502,7 @@ snapshots:
unconfig@0.3.13:
dependencies:
'@antfu/utils': 0.7.8
'@antfu/utils': 0.7.10
defu: 6.1.4
jiti: 1.21.6
@ -4536,13 +4520,13 @@ snapshots:
dependencies:
'@types/unist': 2.0.10
unocss@0.61.0(postcss@8.4.38)(rollup@4.18.0)(vite@5.3.1(terser@5.31.1)):
unocss@0.61.0(postcss@8.4.39)(rollup@4.18.0)(vite@5.3.2(terser@5.31.1)):
dependencies:
'@unocss/astro': 0.61.0(rollup@4.18.0)(vite@5.3.1(terser@5.31.1))
'@unocss/astro': 0.61.0(rollup@4.18.0)(vite@5.3.2(terser@5.31.1))
'@unocss/cli': 0.61.0(rollup@4.18.0)
'@unocss/core': 0.61.0
'@unocss/extractor-arbitrary-variants': 0.61.0
'@unocss/postcss': 0.61.0(postcss@8.4.38)
'@unocss/postcss': 0.61.0(postcss@8.4.39)
'@unocss/preset-attributify': 0.61.0
'@unocss/preset-icons': 0.61.0
'@unocss/preset-mini': 0.61.0
@ -4557,9 +4541,9 @@ snapshots:
'@unocss/transformer-compile-class': 0.61.0
'@unocss/transformer-directives': 0.61.0
'@unocss/transformer-variant-group': 0.61.0
'@unocss/vite': 0.61.0(rollup@4.18.0)(vite@5.3.1(terser@5.31.1))
'@unocss/vite': 0.61.0(rollup@4.18.0)(vite@5.3.2(terser@5.31.1))
optionalDependencies:
vite: 5.3.1(terser@5.31.1)
vite: 5.3.2(terser@5.31.1)
transitivePeerDependencies:
- postcss
- rollup
@ -4589,18 +4573,18 @@ snapshots:
unist-util-stringify-position: 2.0.3
vfile-message: 2.0.4
vite@5.3.1(terser@5.31.1):
vite@5.3.2(terser@5.31.1):
dependencies:
esbuild: 0.21.5
postcss: 8.4.38
postcss: 8.4.39
rollup: 4.18.0
optionalDependencies:
fsevents: 2.3.3
terser: 5.31.1
vitefu@0.2.5(vite@5.3.1(terser@5.31.1)):
vitefu@0.2.5(vite@5.3.2(terser@5.31.1)):
optionalDependencies:
vite: 5.3.1(terser@5.31.1)
vite: 5.3.2(terser@5.31.1)
wcwidth@1.0.1:
dependencies:

Loading…
Cancel
Save