From 30184817da7a1a2f16e5a3133a3e75dea8dbbc75 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Wed, 16 Apr 2025 07:32:48 +0000 Subject: [PATCH] chore: Lock file maintenance (#11483) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). --- Cargo.lock | 117 ++++++++--- yarn.lock | 605 ++++++++++++++++++++++++++--------------------------- 2 files changed, 380 insertions(+), 342 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57a08b8a9d..29ddac416d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,9 @@ checksum = "4848ed5727d39a7573551c205bcb1ccd88c8cad4ed2c80f62e2316f208196b8d" [[package]] name = "bstr" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" +checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" dependencies = [ "memchr", "regex-automata 0.4.9", @@ -720,9 +720,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.35" +version = "4.5.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" +checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" dependencies = [ "clap_builder", "clap_derive", @@ -730,9 +730,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.35" +version = "4.5.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" +checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" dependencies = [ "anstream", "anstyle", @@ -1208,9 +1208,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" +checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", "windows-sys 0.59.0", @@ -1358,9 +1358,9 @@ dependencies = [ [[package]] name = "four-char-code" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c661315fd366b2a1f970df7b7cb1a28d2678d49ef4872f7dcc19b4a83150f20b" +checksum = "42da99970737c0150e3c5cd1cdc510735a2511739f5c3aa3c6bfc9f31441488d" [[package]] name = "fs-err" @@ -1530,9 +1530,9 @@ dependencies = [ [[package]] name = "half" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1" +checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" dependencies = [ "cfg-if", "crunchy", @@ -1670,7 +1670,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.57.0", + "windows-core 0.61.0", ] [[package]] @@ -1845,9 +1845,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -1976,9 +1976,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.171" +version = "0.2.172" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" +checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libloading" @@ -2019,9 +2019,9 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" +checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" [[package]] name = "litemap" @@ -2185,9 +2185,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430" +checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" dependencies = [ "adler2", ] @@ -2897,9 +2897,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1" +checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" dependencies = [ "bitflags 2.9.0", ] @@ -3090,9 +3090,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.25" +version = "0.23.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" +checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0" dependencies = [ "once_cell", "ring", @@ -3179,9 +3179,9 @@ dependencies = [ [[package]] name = "scroll_derive" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" +checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d" dependencies = [ "proc-macro2", "quote", @@ -3331,9 +3331,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" dependencies = [ "serde", ] @@ -4766,10 +4766,23 @@ dependencies = [ "windows-implement 0.58.0", "windows-interface 0.58.0", "windows-result 0.2.0", - "windows-strings", + "windows-strings 0.1.0", "windows-targets 0.52.6", ] +[[package]] +name = "windows-core" +version = "0.61.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" +dependencies = [ + "windows-implement 0.60.0", + "windows-interface 0.59.1", + "windows-link", + "windows-result 0.3.2", + "windows-strings 0.4.0", +] + [[package]] name = "windows-implement" version = "0.57.0" @@ -4792,6 +4805,17 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "windows-implement" +version = "0.60.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "windows-interface" version = "0.57.0" @@ -4814,6 +4838,17 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "windows-interface" +version = "0.59.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "windows-link" version = "0.1.1" @@ -4838,6 +4873,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-result" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-strings" version = "0.1.0" @@ -4848,6 +4892,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-strings" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-sys" version = "0.48.0" @@ -4998,9 +5051,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36" +checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10" dependencies = [ "memchr", ] diff --git a/yarn.lock b/yarn.lock index 542b0933d1..a9ecffedf9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2105,7 +2105,7 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:^7.12.3, @babel/core@npm:^7.18.5, @babel/core@npm:^7.18.9, @babel/core@npm:^7.23.9, @babel/core@npm:^7.26.0, @babel/core@npm:^7.26.10": +"@babel/core@npm:^7.12.3, @babel/core@npm:^7.18.5, @babel/core@npm:^7.18.9, @babel/core@npm:^7.23.9, @babel/core@npm:^7.26.10": version: 7.26.10 resolution: "@babel/core@npm:7.26.10" dependencies: @@ -4995,9 +4995,9 @@ __metadata: languageName: node linkType: hard -"@electron/rebuild@npm:3.7.0": - version: 3.7.0 - resolution: "@electron/rebuild@npm:3.7.0" +"@electron/rebuild@npm:3.7.2, @electron/rebuild@npm:^3.7.0": + version: 3.7.2 + resolution: "@electron/rebuild@npm:3.7.2" dependencies: "@electron/node-gyp": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2" "@malept/cross-spawn-promise": "npm:^2.0.0" @@ -5016,32 +5016,7 @@ __metadata: yargs: "npm:^17.0.1" bin: electron-rebuild: lib/cli.js - checksum: 10/fd459e61ceb0ab1972f151c64c63a919eb0e0fca6ee2c9a1a26068a02e7202f77b640153d37cf51d2720c2213e38998a4e7c61da421e8039cb92b7fa9cd1d740 - languageName: node - linkType: hard - -"@electron/rebuild@npm:^3.7.0": - version: 3.7.1 - resolution: "@electron/rebuild@npm:3.7.1" - dependencies: - "@electron/node-gyp": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2" - "@malept/cross-spawn-promise": "npm:^2.0.0" - chalk: "npm:^4.0.0" - debug: "npm:^4.1.1" - detect-libc: "npm:^2.0.1" - fs-extra: "npm:^10.0.0" - got: "npm:^11.7.0" - node-abi: "npm:^3.45.0" - node-api-version: "npm:^0.2.0" - node-gyp: "npm:latest" - ora: "npm:^5.1.0" - read-binary-file-arch: "npm:^1.0.6" - semver: "npm:^7.3.5" - tar: "npm:^6.0.5" - yargs: "npm:^17.0.1" - bin: - electron-rebuild: lib/cli.js - checksum: 10/57489816d71b7bee9fa79d9456f7d6d20a066bd20afd8b0d0771ec00741d72ac4b1e4d954c16911f5373a428a014b6ebf4bf84589f4c6258ac4e61b782d9d86c + checksum: 10/0840b88f194c108aebb453149e576f39ffffa433c83f018d9b2142ec427e53fd684542acc421d1a9a8b0d5f033e6932265dc8f1262ce8dd0da679d022e7fdbd4 languageName: node linkType: hard @@ -5106,21 +5081,21 @@ __metadata: linkType: hard "@emnapi/core@npm:^1.4.0": - version: 1.4.0 - resolution: "@emnapi/core@npm:1.4.0" + version: 1.4.1 + resolution: "@emnapi/core@npm:1.4.1" dependencies: "@emnapi/wasi-threads": "npm:1.0.1" tslib: "npm:^2.4.0" - checksum: 10/728eb47408c121286484047915f991ce1383bcf58fd46443202620f7c4f72294aafff85bf40621b9ee37b7a417497a92af5c8881b0cc6dc83a6375231cef2c33 + checksum: 10/e16930de3b6ee6666e79aca370db49760cacb87fdc9230b6384687fc0870830197ea10e0da82ae084a250f60f73d85829bfdc41b3857dd308f758b0b4db2fa93 languageName: node linkType: hard "@emnapi/runtime@npm:^1.2.0, @emnapi/runtime@npm:^1.4.0": - version: 1.4.0 - resolution: "@emnapi/runtime@npm:1.4.0" + version: 1.4.1 + resolution: "@emnapi/runtime@npm:1.4.1" dependencies: tslib: "npm:^2.4.0" - checksum: 10/38098887d0cb7189f37a020c194725f0b6900f56df146e4002f83a82a0add20db745cf85e4d49c215fd5de1e57e360d1bceb9ca27c8bb3c8445ee77c315f8732 + checksum: 10/594ea5f45d5ecb72113fc707b997b9c2452329d0e358931c5a769aefabaf85ce7db213a85cef9140f4c69eb5fb3adf825d63e37c2188cec5ff73354c6e220a8c languageName: node linkType: hard @@ -5676,13 +5651,13 @@ __metadata: linkType: hard "@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.5.1": - version: 4.5.1 - resolution: "@eslint-community/eslint-utils@npm:4.5.1" + version: 4.6.0 + resolution: "@eslint-community/eslint-utils@npm:4.6.0" dependencies: eslint-visitor-keys: "npm:^3.4.3" peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - checksum: 10/336b85150cf1828cba5b1fcf694233b947e635654c33aa2c1692dc9522d617218dff5abf3aaa6410b92fcb7fd1f0bf5393ec5b588987ac8835860465f8808ec5 + checksum: 10/f81d40d69ea83616f7ea38c6c45ce55d3cf76d80f91d5c01cc361699ae1951b8678f3627d693b3d4bc062bd35d459be9290c6f796744e09e64161a57497fe446 languageName: node linkType: hard @@ -5795,6 +5770,13 @@ __metadata: languageName: node linkType: hard +"@fastify/busboy@npm:^3.1.1": + version: 3.1.1 + resolution: "@fastify/busboy@npm:3.1.1" + checksum: 10/3d67fe6c6fbd9bace81f45d932809ea6b0c20da030315ac961e43a788f0a235380883c14c6c789d5ff6d099d0aca6561d540cac83c08e9bba3e7952d8814e0a4 + languageName: node + linkType: hard + "@fig/complete-commander@npm:^3.0.0": version: 3.2.0 resolution: "@fig/complete-commander@npm:3.2.0" @@ -5852,15 +5834,15 @@ __metadata: linkType: hard "@gerrit0/mini-shiki@npm:^3.2.2": - version: 3.2.2 - resolution: "@gerrit0/mini-shiki@npm:3.2.2" + version: 3.2.3 + resolution: "@gerrit0/mini-shiki@npm:3.2.3" dependencies: - "@shikijs/engine-oniguruma": "npm:^3.2.1" - "@shikijs/langs": "npm:^3.2.1" - "@shikijs/themes": "npm:^3.2.1" - "@shikijs/types": "npm:^3.2.1" + "@shikijs/engine-oniguruma": "npm:^3.2.2" + "@shikijs/langs": "npm:^3.2.2" + "@shikijs/themes": "npm:^3.2.2" + "@shikijs/types": "npm:^3.2.2" "@shikijs/vscode-textmate": "npm:^10.0.2" - checksum: 10/2e5e287be8a8dcd36aa9f1b8d33cb6ada836bd7b1455a9921568c630ea12160c6a210779ff29a7a36fc5c13964a390f25022f0b90bee30934ac041b6500ac239 + checksum: 10/6ef3327ccbde92013d7387c2f2a9035b062a5b5527afa31a13f5476d01d0c45a16d31a2631f1bf248b30fe213893e4da435ccbd439d40e80cacf54763efa0faa languageName: node linkType: hard @@ -6411,9 +6393,9 @@ __metadata: languageName: node linkType: hard -"@graphql-tools/load@npm:^8.0.0": - version: 8.0.19 - resolution: "@graphql-tools/load@npm:8.0.19" +"@graphql-tools/load@npm:^8.0.0, @graphql-tools/load@npm:^8.1.0": + version: 8.1.0 + resolution: "@graphql-tools/load@npm:8.1.0" dependencies: "@graphql-tools/schema": "npm:^10.0.23" "@graphql-tools/utils": "npm:^10.8.6" @@ -6421,7 +6403,7 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10/e1526a03db9187de748c54db32673fc20b1ae1be0bb9b3e9a477c43428e964f51f98ff8f4fe1564030058ecf199f1eeab65b9f4ec10a7792bbc2bebee7494d46 + checksum: 10/4601dda7eb32cb8afed2379102ad82f8a948e478f42c7b1f354a3468ca8dfcdcc2a89e6c6ebcbb574c77eaa80d47f20c27230bdcd6c2d0a3600fa1d6a450cc95 languageName: node linkType: hard @@ -6600,12 +6582,12 @@ __metadata: linkType: hard "@grpc/grpc-js@npm:^1.1.8, @grpc/grpc-js@npm:^1.7.1": - version: 1.13.2 - resolution: "@grpc/grpc-js@npm:1.13.2" + version: 1.13.3 + resolution: "@grpc/grpc-js@npm:1.13.3" dependencies: "@grpc/proto-loader": "npm:^0.7.13" "@js-sdsl/ordered-map": "npm:^4.4.2" - checksum: 10/80b7bebc1d110e85d70ebf0b697630093d5cfd60d5043e9b8ea3fc44b1108d75d18faa996460309f6b129418cfd7e23a302453e7551538c5b12d72b424635ff7 + checksum: 10/0b5016baf063ae115972b9765b53ade072a6feb5bf45ddbbc24f2aab6e69ebb6069792cf0451fb6e08eaf58a837e1916b8f04740008fa6550bf8442ee2588305 languageName: node linkType: hard @@ -10454,10 +10436,10 @@ __metadata: languageName: node linkType: hard -"@pkgr/core@npm:^0.2.1": - version: 0.2.2 - resolution: "@pkgr/core@npm:0.2.2" - checksum: 10/7eea03fb7b650f18cbe49e72844de81402476c6f62090ecaba414db14863bee4bcf596cfef334dc882901e5abcb2c82dab7e64010690a8eb7cf01755db357e49 +"@pkgr/core@npm:^0.2.3": + version: 0.2.4 + resolution: "@pkgr/core@npm:0.2.4" + checksum: 10/8544f0346c3f7035b9e2fdf60179c68b12d3c76b3fba9533844099af67cf5c0ce5257538f5faa05953d48cc1536d046f003231f321b2f75b3fb449db8410a2b7 languageName: node linkType: hard @@ -12101,142 +12083,142 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.39.0" +"@rollup/rollup-android-arm-eabi@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.40.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-android-arm64@npm:4.39.0" +"@rollup/rollup-android-arm64@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-android-arm64@npm:4.40.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-darwin-arm64@npm:4.39.0" +"@rollup/rollup-darwin-arm64@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.40.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-darwin-x64@npm:4.39.0" +"@rollup/rollup-darwin-x64@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.40.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-freebsd-arm64@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-freebsd-arm64@npm:4.39.0" +"@rollup/rollup-freebsd-arm64@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-freebsd-arm64@npm:4.40.0" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-freebsd-x64@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-freebsd-x64@npm:4.39.0" +"@rollup/rollup-freebsd-x64@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-freebsd-x64@npm:4.40.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.39.0" +"@rollup/rollup-linux-arm-gnueabihf@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.40.0" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.39.0" +"@rollup/rollup-linux-arm-musleabihf@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.40.0" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.39.0" +"@rollup/rollup-linux-arm64-gnu@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.40.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.39.0" +"@rollup/rollup-linux-arm64-musl@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.40.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-loongarch64-gnu@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.39.0" +"@rollup/rollup-linux-loongarch64-gnu@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.40.0" conditions: os=linux & cpu=loong64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.39.0" +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.40.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.39.0" +"@rollup/rollup-linux-riscv64-gnu@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.40.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-musl@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.39.0" +"@rollup/rollup-linux-riscv64-musl@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.40.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.39.0" +"@rollup/rollup-linux-s390x-gnu@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.40.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.39.0" +"@rollup/rollup-linux-x64-gnu@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.40.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.39.0" +"@rollup/rollup-linux-x64-musl@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.40.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.39.0" +"@rollup/rollup-win32-arm64-msvc@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.40.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.39.0" +"@rollup/rollup-win32-ia32-msvc@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.40.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.39.0": - version: 4.39.0 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.39.0" +"@rollup/rollup-win32-x64-msvc@npm:4.40.0": + version: 4.40.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.40.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -12627,7 +12609,7 @@ __metadata: languageName: node linkType: hard -"@shikijs/engine-oniguruma@npm:3.2.2, @shikijs/engine-oniguruma@npm:^3.2.1": +"@shikijs/engine-oniguruma@npm:3.2.2, @shikijs/engine-oniguruma@npm:^3.2.2": version: 3.2.2 resolution: "@shikijs/engine-oniguruma@npm:3.2.2" dependencies: @@ -12637,7 +12619,7 @@ __metadata: languageName: node linkType: hard -"@shikijs/langs@npm:3.2.2, @shikijs/langs@npm:^3.2.1": +"@shikijs/langs@npm:3.2.2, @shikijs/langs@npm:^3.2.2": version: 3.2.2 resolution: "@shikijs/langs@npm:3.2.2" dependencies: @@ -12646,7 +12628,7 @@ __metadata: languageName: node linkType: hard -"@shikijs/themes@npm:3.2.2, @shikijs/themes@npm:^3.2.1": +"@shikijs/themes@npm:3.2.2, @shikijs/themes@npm:^3.2.2": version: 3.2.2 resolution: "@shikijs/themes@npm:3.2.2" dependencies: @@ -12655,7 +12637,7 @@ __metadata: languageName: node linkType: hard -"@shikijs/types@npm:3.2.2, @shikijs/types@npm:^3.2.1": +"@shikijs/types@npm:3.2.2, @shikijs/types@npm:^3.2.2": version: 3.2.2 resolution: "@shikijs/types@npm:3.2.2" dependencies: @@ -13885,7 +13867,7 @@ __metadata: languageName: node linkType: hard -"@swc/core@npm:^1.10.1, @swc/core@npm:^1.11.11": +"@swc/core@npm:^1.10.1, @swc/core@npm:^1.11.21": version: 1.11.21 resolution: "@swc/core@npm:1.11.21" dependencies: @@ -15178,13 +15160,13 @@ __metadata: linkType: hard "@types/pg@npm:*": - version: 8.11.11 - resolution: "@types/pg@npm:8.11.11" + version: 8.11.13 + resolution: "@types/pg@npm:8.11.13" dependencies: "@types/node": "npm:*" pg-protocol: "npm:*" pg-types: "npm:^4.0.1" - checksum: 10/f4ba491723d71204e8bcde41c7521f4817a8d8685b5a3f40658ad74fb9a718498ecba96447f40e92a31e8a199e59462e325ed11017534cbadeb77ae0047b3aa0 + checksum: 10/413b8e19b17dce88022b76188b73c3165d01e04ca14a7b89cdb7128b3a537f3228562b1e9b80ebd6b88184bad72ffed5e56b46d3758e6f45ad512b86f95f1c96 languageName: node linkType: hard @@ -15559,7 +15541,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.30.1, @typescript-eslint/utils@npm:^8.23.0, @typescript-eslint/utils@npm:^8.29.0": +"@typescript-eslint/utils@npm:8.30.1, @typescript-eslint/utils@npm:^8.23.0, @typescript-eslint/utils@npm:^8.30.1": version: 8.30.1 resolution: "@typescript-eslint/utils@npm:8.30.1" dependencies: @@ -15591,109 +15573,116 @@ __metadata: languageName: node linkType: hard -"@unrs/resolver-binding-darwin-arm64@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.4.1" +"@unrs/resolver-binding-darwin-arm64@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.5.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-x64@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-darwin-x64@npm:1.4.1" +"@unrs/resolver-binding-darwin-x64@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-darwin-x64@npm:1.5.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-freebsd-x64@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.4.1" +"@unrs/resolver-binding-freebsd-x64@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.5.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.4.1" +"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.5.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.4.1" +"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.5.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-gnu@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.4.1" +"@unrs/resolver-binding-linux-arm64-gnu@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.5.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-musl@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.4.1" +"@unrs/resolver-binding-linux-arm64-musl@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.5.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.4.1" +"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.5.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-s390x-gnu@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.4.1" +"@unrs/resolver-binding-linux-riscv64-gnu@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-riscv64-gnu@npm:1.5.0" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + +"@unrs/resolver-binding-linux-s390x-gnu@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.5.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-gnu@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.4.1" +"@unrs/resolver-binding-linux-x64-gnu@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.5.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-musl@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.4.1" +"@unrs/resolver-binding-linux-x64-musl@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.5.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-wasm32-wasi@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.4.1" +"@unrs/resolver-binding-wasm32-wasi@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.5.0" dependencies: "@napi-rs/wasm-runtime": "npm:^0.2.8" conditions: cpu=wasm32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-arm64-msvc@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.4.1" +"@unrs/resolver-binding-win32-arm64-msvc@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.5.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-win32-ia32-msvc@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.4.1" +"@unrs/resolver-binding-win32-ia32-msvc@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.5.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-x64-msvc@npm:1.4.1": - version: 1.4.1 - resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.4.1" +"@unrs/resolver-binding-win32-x64-msvc@npm:1.5.0": + version: 1.5.0 + resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.5.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -15822,28 +15811,28 @@ __metadata: linkType: hard "@vitejs/plugin-react-swc@npm:^3.7.2": - version: 3.8.1 - resolution: "@vitejs/plugin-react-swc@npm:3.8.1" + version: 3.9.0 + resolution: "@vitejs/plugin-react-swc@npm:3.9.0" dependencies: - "@swc/core": "npm:^1.11.11" + "@swc/core": "npm:^1.11.21" peerDependencies: vite: ^4 || ^5 || ^6 - checksum: 10/60f7b8ffc73ac4126a5901a70e6482bb3a90c3f0cbec762fb39b733c1923a51355b0f800cac633b89ba1031732594413c2c4e64f4f3d8b0bba04598cc4a0882c + checksum: 10/545dddee3c2f7f35f37c680f79bebb98f3968209470ec56c594556410d498b41cf86df60d2ab9a56c69b02bef12ee3198371becc804b85172ec97ee0d2d7633d languageName: node linkType: hard "@vitejs/plugin-react@npm:^4.3.4": - version: 4.3.4 - resolution: "@vitejs/plugin-react@npm:4.3.4" + version: 4.4.0 + resolution: "@vitejs/plugin-react@npm:4.4.0" dependencies: - "@babel/core": "npm:^7.26.0" + "@babel/core": "npm:^7.26.10" "@babel/plugin-transform-react-jsx-self": "npm:^7.25.9" "@babel/plugin-transform-react-jsx-source": "npm:^7.25.9" "@types/babel__core": "npm:^7.20.5" - react-refresh: "npm:^0.14.2" + react-refresh: "npm:^0.17.0" peerDependencies: vite: ^4.2.0 || ^5.0.0 || ^6.0.0 - checksum: 10/3b220908ed9b7b96a380a9c53e82fb428ca1f76b798ab59d1c63765bdff24de61b4778dd3655952b7d3d922645aea2d97644503b879aba6e3fcf467605b9913d + checksum: 10/ba4de3e93faa523268566441893c71485dcc3a9fce21103b471d31b78ea0be35b0f03022af58e34c2fa3da9a2b328f88a57c52d10aa908d230953dcf99c72af3 languageName: node linkType: hard @@ -16216,33 +16205,33 @@ __metadata: linkType: hard "@whatwg-node/fetch@npm:^0.10.0, @whatwg-node/fetch@npm:^0.10.4": - version: 0.10.5 - resolution: "@whatwg-node/fetch@npm:0.10.5" + version: 0.10.6 + resolution: "@whatwg-node/fetch@npm:0.10.6" dependencies: - "@whatwg-node/node-fetch": "npm:^0.7.11" + "@whatwg-node/node-fetch": "npm:^0.7.18" urlpattern-polyfill: "npm:^10.0.0" - checksum: 10/6b2df2590f56ef4c1dc8c7709facd18579124f20f283dd842178a31a8e37ced9b88e0411403fa661ccdaaa8cc5302df19e278e9ca9368b841ab5a82fa6226d03 + checksum: 10/8e702fe206068dc354877833617dc0dd5a73d87a59fae8c2154fbe4fcd67a103a2b4d633f2229e87744e31d122897db5c873ea887e1c752df217e26f2e1dd5e9 languageName: node linkType: hard -"@whatwg-node/node-fetch@npm:^0.7.11": - version: 0.7.17 - resolution: "@whatwg-node/node-fetch@npm:0.7.17" +"@whatwg-node/node-fetch@npm:^0.7.18": + version: 0.7.18 + resolution: "@whatwg-node/node-fetch@npm:0.7.18" dependencies: + "@fastify/busboy": "npm:^3.1.1" "@whatwg-node/disposablestack": "npm:^0.0.6" - "@whatwg-node/promise-helpers": "npm:^1.2.5" - busboy: "npm:^1.6.0" + "@whatwg-node/promise-helpers": "npm:^1.3.1" tslib: "npm:^2.6.3" - checksum: 10/adfa8177dc7248f7790bca917de26c7c78a2703e4c9519eb9198abcb379bda4b5b9686fb9f298e3f820161325e3548aed03aed848ab32684e957fa37a85a3afe + checksum: 10/b141136d34de90e17dffb4224a9a72a17f97703b8b75244f6a4c87c388c90a4240e74052ba5be34ffdd664b43a595cf54108901303fed731ca22100422d045db languageName: node linkType: hard -"@whatwg-node/promise-helpers@npm:^1.0.0, @whatwg-node/promise-helpers@npm:^1.2.1, @whatwg-node/promise-helpers@npm:^1.2.4, @whatwg-node/promise-helpers@npm:^1.2.5, @whatwg-node/promise-helpers@npm:^1.3.0": - version: 1.3.0 - resolution: "@whatwg-node/promise-helpers@npm:1.3.0" +"@whatwg-node/promise-helpers@npm:^1.0.0, @whatwg-node/promise-helpers@npm:^1.2.1, @whatwg-node/promise-helpers@npm:^1.2.4, @whatwg-node/promise-helpers@npm:^1.3.0, @whatwg-node/promise-helpers@npm:^1.3.1": + version: 1.3.1 + resolution: "@whatwg-node/promise-helpers@npm:1.3.1" dependencies: tslib: "npm:^2.6.3" - checksum: 10/4971319c340f4c16755dd3fe84772e28bcc550e1f723ae10f94e02910ded545f88e65da0a44499912e23c27ed5f7458e1303a99cdd5818792c5958205ee386b4 + checksum: 10/bb540d33cc6c0186edb3adc4356710e2a4b04c313cf764498d27f50a225085d2569a2dd7e2278985932d096bb1aadfeeb7dc9883a64c7b04d408e1eed36e49df languageName: node linkType: hard @@ -16301,9 +16290,9 @@ __metadata: linkType: hard "abbrev@npm:^3.0.0": - version: 3.0.0 - resolution: "abbrev@npm:3.0.0" - checksum: 10/2ceee14efdeda42ef7355178c1069499f183546ff7112b3efe79c1edef09d20ad9c17939752215fb8f7fcf48d10e6a7c0aa00136dc9cf4d293d963718bb1d200 + version: 3.0.1 + resolution: "abbrev@npm:3.0.1" + checksum: 10/ebd2c149dda6f543b66ce3779ea612151bb3aa9d0824f169773ee9876f1ca5a4e0adbcccc7eed048c04da7998e1825e2aa76fcca92d9e67dea50ac2b0a58dc2e languageName: node linkType: hard @@ -16399,8 +16388,8 @@ __metadata: linkType: hard "ai@npm:^4.3.4": - version: 4.3.6 - resolution: "ai@npm:4.3.6" + version: 4.3.7 + resolution: "ai@npm:4.3.7" dependencies: "@ai-sdk/provider": "npm:1.1.3" "@ai-sdk/provider-utils": "npm:2.2.7" @@ -16414,7 +16403,7 @@ __metadata: peerDependenciesMeta: react: optional: true - checksum: 10/719161a4286e91a614152cb07479767d5bfbec22a6cd261b999fd2c3ee7dcfe5ade908ca5efd993fd47b23a34fa75556e5eef746e2836efbeb73cd3c40392912 + checksum: 10/4d63e09be6f08d4800f6c2d32ed46e50c71211f34f22e4321d02e83c140f97df0a2ae9e27f13696bb08fe14c1ce2c94f71ab16bc439399d212abf98eab6469fc languageName: node linkType: hard @@ -16647,28 +16636,28 @@ __metadata: linkType: hard "app-builder-lib@npm:^26.0.0": - version: 26.0.12 - resolution: "app-builder-lib@npm:26.0.12" + version: 26.0.13 + resolution: "app-builder-lib@npm:26.0.13" dependencies: "@develar/schema-utils": "npm:~2.6.5" "@electron/asar": "npm:3.2.18" "@electron/fuses": "npm:^1.8.0" "@electron/notarize": "npm:2.5.0" "@electron/osx-sign": "npm:1.3.1" - "@electron/rebuild": "npm:3.7.0" + "@electron/rebuild": "npm:3.7.2" "@electron/universal": "npm:2.0.1" "@malept/flatpak-bundler": "npm:^0.4.0" "@types/fs-extra": "npm:9.0.13" async-exit-hook: "npm:^2.0.1" - builder-util: "npm:26.0.11" - builder-util-runtime: "npm:9.3.1" + builder-util: "npm:26.0.13" + builder-util-runtime: "npm:9.3.2" chromium-pickle-js: "npm:^0.2.0" config-file-ts: "npm:0.2.8-rc1" debug: "npm:^4.3.4" dotenv: "npm:^16.4.5" dotenv-expand: "npm:^11.0.6" ejs: "npm:^3.1.8" - electron-publish: "npm:26.0.11" + electron-publish: "npm:26.0.13" fs-extra: "npm:^10.1.0" hosted-git-info: "npm:^4.1.0" is-ci: "npm:^3.0.0" @@ -16684,9 +16673,9 @@ __metadata: temp-file: "npm:^3.4.0" tiny-async-pool: "npm:1.3.0" peerDependencies: - dmg-builder: 26.0.12 - electron-builder-squirrel-windows: 26.0.12 - checksum: 10/b95a54bb2a4192b6ca7fdc29fccf97a86a68640b9b65b5d5e8a48b91f45221b9ffc35303e03c4a98f97da96d7d80a23f253319d39aebb0dd31b8cecf8ac8153f + dmg-builder: 26.0.13 + electron-builder-squirrel-windows: 26.0.13 + checksum: 10/7f29b2f6e86dc63422e647bcfdede91b15a892fcb452cb4e3e21463cca9a9a813c42e631fbd0dd6642e08ead13c11a6ce8eda1d1f7adbae4aa61a805f4627ea6 languageName: node linkType: hard @@ -17452,13 +17441,13 @@ __metadata: languageName: node linkType: hard -"builder-util-runtime@npm:9.3.1, builder-util-runtime@npm:^9.2.10": - version: 9.3.1 - resolution: "builder-util-runtime@npm:9.3.1" +"builder-util-runtime@npm:9.3.2, builder-util-runtime@npm:^9.2.10": + version: 9.3.2 + resolution: "builder-util-runtime@npm:9.3.2" dependencies: debug: "npm:^4.3.4" sax: "npm:^1.2.4" - checksum: 10/062ffe21cb98bffb2e6de7e31101503b5d056aede3dd77c6560dcb215ce6960a0e84f630fc302718adbd1e8755b145264932ec7243b8791f97271beb62f28f81 + checksum: 10/79a2dc9848d0ade00a1f2350d4b338e46e1f1a2002d92a9978205bf66f0fc3a0822d550c4ea59f79bc5ea9de5a3299f124d8c322ecd503045a5385691e038055 languageName: node linkType: hard @@ -17486,14 +17475,14 @@ __metadata: languageName: node linkType: hard -"builder-util@npm:26.0.11": - version: 26.0.11 - resolution: "builder-util@npm:26.0.11" +"builder-util@npm:26.0.13": + version: 26.0.13 + resolution: "builder-util@npm:26.0.13" dependencies: 7zip-bin: "npm:~5.2.0" "@types/debug": "npm:^4.1.6" app-builder-bin: "npm:5.0.0-alpha.12" - builder-util-runtime: "npm:9.3.1" + builder-util-runtime: "npm:9.3.2" chalk: "npm:^4.1.2" cross-spawn: "npm:^7.0.6" debug: "npm:^4.3.4" @@ -17507,7 +17496,7 @@ __metadata: stat-mode: "npm:^1.0.0" temp-file: "npm:^3.4.0" tiny-async-pool: "npm:1.3.0" - checksum: 10/30b3174dd9f3000bc1237f09d49dd92022ebb76867ea2aa9a393de379aed8e1f0092f87bed96dc6df8826fb30827fd3af562b822694dfbd2def341d19d049565 + checksum: 10/ebc80228f63be5bd7db06400e9ea276e7a1653563c5941fdd147cebacac789839908c65288381ab78281cedfa94c4cc1b5cc626eb95a84024106199e8e03b07c languageName: node linkType: hard @@ -18958,7 +18947,7 @@ __metadata: languageName: node linkType: hard -"cosmiconfig@npm:8.3.6, cosmiconfig@npm:^8.1.0, cosmiconfig@npm:^8.1.3": +"cosmiconfig@npm:8.3.6, cosmiconfig@npm:^8.1.3": version: 8.3.6 resolution: "cosmiconfig@npm:8.3.6" dependencies: @@ -20034,19 +20023,19 @@ __metadata: languageName: node linkType: hard -"electron-publish@npm:26.0.11": - version: 26.0.11 - resolution: "electron-publish@npm:26.0.11" +"electron-publish@npm:26.0.13": + version: 26.0.13 + resolution: "electron-publish@npm:26.0.13" dependencies: "@types/fs-extra": "npm:^9.0.11" - builder-util: "npm:26.0.11" - builder-util-runtime: "npm:9.3.1" + builder-util: "npm:26.0.13" + builder-util-runtime: "npm:9.3.2" chalk: "npm:^4.1.2" form-data: "npm:^4.0.0" fs-extra: "npm:^10.1.0" lazy-val: "npm:^1.0.5" mime: "npm:^2.5.2" - checksum: 10/8eb1dfdb8fca2bcef297ac9ffa77e273d0d8e6c59f253549444bf0105b9232cc4a25b633320212edbbe27e04585dccbb2d4675d98d2e8af9a44cb9b6b09b9419 + checksum: 10/fb748558e765354bf302bae7322dadb570c59f4c0735455f230710315c6dbaa3594346c610417f00e2c66548dd9e6bd4710584e965518216c1145cde9ef65163 languageName: node linkType: hard @@ -20060,17 +20049,17 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.5.73": - version: 1.5.135 - resolution: "electron-to-chromium@npm:1.5.135" - checksum: 10/24e84076580cc886cbd87901063efc052f322d7427a0b2bf0de1b2bd728769ad4f0358166041d697742b8973d38cad3177d0ba185a7f06baeb179bfaf887361b + version: 1.5.137 + resolution: "electron-to-chromium@npm:1.5.137" + checksum: 10/97645a6400b70a04906f83812fd1b3c3992f5b5dff0413298857df096c6aad09299f0d8f491b3b7282fe4360dc2ad2c150363d4e662cd7dd7be32f5fc8778c5d languageName: node linkType: hard "electron-updater@npm:^6.3.9": - version: 6.6.2 - resolution: "electron-updater@npm:6.6.2" + version: 6.6.3 + resolution: "electron-updater@npm:6.6.3" dependencies: - builder-util-runtime: "npm:9.3.1" + builder-util-runtime: "npm:9.3.2" fs-extra: "npm:^10.1.0" js-yaml: "npm:^4.1.0" lazy-val: "npm:^1.0.5" @@ -20078,7 +20067,7 @@ __metadata: lodash.isequal: "npm:^4.5.0" semver: "npm:^7.6.3" tiny-typed-emitter: "npm:^2.1.0" - checksum: 10/9524a9ee873a582310f23dc406863dbb1525895631b8c8bad708ad2f90e7c5ac11ff8f55b741c342188f7811a20a7c1c43411351c4ed3abe7379efdebc479c0b + checksum: 10/45dc13b1cc5d6ccd650b465117c49bf9d8beb6aa489d5ab422bdd8576149fae1aa94eb74c0f6c10caf24db7c095115f5c5bc8f4ac671eb9e7e0ac8094e5473ea languageName: node linkType: hard @@ -20167,14 +20156,14 @@ __metadata: linkType: hard "emnapi@npm:^1.4.0": - version: 1.4.0 - resolution: "emnapi@npm:1.4.0" + version: 1.4.1 + resolution: "emnapi@npm:1.4.1" peerDependencies: node-addon-api: ">= 6.1.0" peerDependenciesMeta: node-addon-api: optional: true - checksum: 10/4cefa2a12a3f866d9a1e4845ec875e594b82283d61ca44ff4e143a42788a6a30d3e92e3b4b00e1f0128619a72729cb8197b73105942867695630f9c7ff48e8dd + checksum: 10/8a7eb9fbd732a2e4e9fb0f41607844c5e7771a567db23d8a13493cee98ba1aad67b7f5f508e62514461ab3e4b2aa8ce2c50ef691736c17f3f8abb2374db1f865 languageName: node linkType: hard @@ -20678,12 +20667,12 @@ __metadata: linkType: hard "eslint-plugin-import-x@npm:^4.5.0": - version: 4.10.2 - resolution: "eslint-plugin-import-x@npm:4.10.2" + version: 4.10.4 + resolution: "eslint-plugin-import-x@npm:4.10.4" dependencies: - "@pkgr/core": "npm:^0.2.1" + "@pkgr/core": "npm:^0.2.3" "@types/doctrine": "npm:^0.0.9" - "@typescript-eslint/utils": "npm:^8.29.0" + "@typescript-eslint/utils": "npm:^8.30.1" debug: "npm:^4.4.0" doctrine: "npm:^3.0.0" eslint-import-resolver-node: "npm:^0.3.9" @@ -20693,10 +20682,10 @@ __metadata: semver: "npm:^7.7.1" stable-hash: "npm:^0.0.5" tslib: "npm:^2.8.1" - unrs-resolver: "npm:^1.4.1" + unrs-resolver: "npm:^1.5.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - checksum: 10/f9de2962edfb6f9758f7c73720d6189cb785c272dbb368e864a07c920b9faa200394ad26a017599690c94d1331dd6cfd07ab887971ab83671bfd95fe5f26236c + checksum: 10/5a1580defaf317dbee1f961f36a99ce4aea3303c8a84127f50a5c998787a6ae1d4da73bab5651100f0e034e2cd707a2d8ebc8ab6a8d548e6c11b5a34ad24c36f languageName: node linkType: hard @@ -22485,18 +22474,18 @@ __metadata: linkType: hard "graphql-config@npm:^5.1.1": - version: 5.1.3 - resolution: "graphql-config@npm:5.1.3" + version: 5.1.4 + resolution: "graphql-config@npm:5.1.4" dependencies: "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/json-file-loader": "npm:^8.0.0" - "@graphql-tools/load": "npm:^8.0.0" + "@graphql-tools/load": "npm:^8.1.0" "@graphql-tools/merge": "npm:^9.0.0" "@graphql-tools/url-loader": "npm:^8.0.0" "@graphql-tools/utils": "npm:^10.0.0" - cosmiconfig: "npm:^8.1.0" + cosmiconfig: "npm:^9.0.0" jiti: "npm:^2.0.0" - minimatch: "npm:^9.0.5" + minimatch: "npm:^10.0.0" string-env-interpolation: "npm:^1.0.1" tslib: "npm:^2.4.0" peerDependencies: @@ -22505,7 +22494,7 @@ __metadata: peerDependenciesMeta: cosmiconfig-toml-loader: optional: true - checksum: 10/9d37f5d424f302808102d118988878be5e4841ba1a06a865cdb9052b24e26eaa9923fb18163bf4f32102d87b3895c53e2ffcdebc1d651f04b56f93f5c38b83c3 + checksum: 10/59f6f5091402b03df3d99d5b6a786d685e5d47508541e231387810cc375ad932b885c046ed41fec9ec96442fef3b89d79a502360aa24ddca5787cd53eabee46f languageName: node linkType: hard @@ -27604,34 +27593,34 @@ __metadata: languageName: node linkType: hard -"oniguruma-parser@npm:^0.5.4": - version: 0.5.4 - resolution: "oniguruma-parser@npm:0.5.4" - checksum: 10/f348189aaba15f4ef5ffea93531181f9aab1b78dfcbbac683d20070ae130700cadedac7c120d66352f6b9415b4c8079f7102d7ae013469a1cf64d2be063c5831 +"oniguruma-parser@npm:^0.11.0": + version: 0.11.1 + resolution: "oniguruma-parser@npm:0.11.1" + checksum: 10/b13ae68d14edd54d783caf67d43db0d35cab4bdffee68d16a9781843efe8c5094bc93221f10c4ad265245884842d2fad9d466549dd29f48809daf6c2c6473ed0 languageName: node linkType: hard "oniguruma-to-es@npm:^4.1.0": - version: 4.1.0 - resolution: "oniguruma-to-es@npm:4.1.0" + version: 4.2.0 + resolution: "oniguruma-to-es@npm:4.2.0" dependencies: emoji-regex-xs: "npm:^1.0.0" - oniguruma-parser: "npm:^0.5.4" + oniguruma-parser: "npm:^0.11.0" regex: "npm:^6.0.1" regex-recursion: "npm:^6.0.2" - checksum: 10/ff981c580504eaa7b3b681cdd649756c081f661502dd605798e2d2c714091f737a19500139ae74500e5a560be2a082938882b46b8dbac2442a467f5f077a4704 + checksum: 10/026a2430489e585a3bb49b72e92070d18c6783de4c4b593d7b8cd138ad94c89d1693c440be4303d327979059b50b4510c68e561a74ab7c47cbfa25efbcdd1ce7 languageName: node linkType: hard "open@npm:^10.0.3, open@npm:^10.1.0": - version: 10.1.0 - resolution: "open@npm:10.1.0" + version: 10.1.1 + resolution: "open@npm:10.1.1" dependencies: default-browser: "npm:^5.2.1" define-lazy-prop: "npm:^3.0.0" is-inside-container: "npm:^1.0.0" is-wsl: "npm:^3.1.0" - checksum: 10/a9c4105243a1b3c5312bf2aeb678f78d31f00618b5100088ee01eed2769963ea1f2dd464ac8d93cef51bba2d911e1a9c0c34a753ec7b91d6b22795903ea6647a + checksum: 10/911f8c3214a74e5adb6bae4cbb93112f66f776c9b042bd62914f8765621377cfea8b7dd0a9ef8430900e658c5eac61626f6c4672c5f5819cbfe450215e8f9d8f languageName: node linkType: hard @@ -29601,13 +29590,6 @@ __metadata: languageName: node linkType: hard -"react-refresh@npm:^0.14.2": - version: 0.14.2 - resolution: "react-refresh@npm:0.14.2" - checksum: 10/512abf97271ab8623486061be04b608c39d932e3709f9af1720b41573415fa4993d0009fa5138b6705b60a98f4102f744d4e26c952b14f41a0e455521c6be4cc - languageName: node - linkType: hard - "react-refresh@npm:^0.17.0": version: 0.17.0 resolution: "react-refresh@npm:0.17.0" @@ -30396,29 +30378,29 @@ __metadata: linkType: hard "rollup@npm:^4.30.1": - version: 4.39.0 - resolution: "rollup@npm:4.39.0" + version: 4.40.0 + resolution: "rollup@npm:4.40.0" dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.39.0" - "@rollup/rollup-android-arm64": "npm:4.39.0" - "@rollup/rollup-darwin-arm64": "npm:4.39.0" - "@rollup/rollup-darwin-x64": "npm:4.39.0" - "@rollup/rollup-freebsd-arm64": "npm:4.39.0" - "@rollup/rollup-freebsd-x64": "npm:4.39.0" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.39.0" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.39.0" - "@rollup/rollup-linux-arm64-gnu": "npm:4.39.0" - "@rollup/rollup-linux-arm64-musl": "npm:4.39.0" - "@rollup/rollup-linux-loongarch64-gnu": "npm:4.39.0" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.39.0" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.39.0" - "@rollup/rollup-linux-riscv64-musl": "npm:4.39.0" - "@rollup/rollup-linux-s390x-gnu": "npm:4.39.0" - "@rollup/rollup-linux-x64-gnu": "npm:4.39.0" - "@rollup/rollup-linux-x64-musl": "npm:4.39.0" - "@rollup/rollup-win32-arm64-msvc": "npm:4.39.0" - "@rollup/rollup-win32-ia32-msvc": "npm:4.39.0" - "@rollup/rollup-win32-x64-msvc": "npm:4.39.0" + "@rollup/rollup-android-arm-eabi": "npm:4.40.0" + "@rollup/rollup-android-arm64": "npm:4.40.0" + "@rollup/rollup-darwin-arm64": "npm:4.40.0" + "@rollup/rollup-darwin-x64": "npm:4.40.0" + "@rollup/rollup-freebsd-arm64": "npm:4.40.0" + "@rollup/rollup-freebsd-x64": "npm:4.40.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.40.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.40.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.40.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.40.0" + "@rollup/rollup-linux-loongarch64-gnu": "npm:4.40.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.40.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.40.0" + "@rollup/rollup-linux-riscv64-musl": "npm:4.40.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.40.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.40.0" + "@rollup/rollup-linux-x64-musl": "npm:4.40.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.40.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.40.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.40.0" "@types/estree": "npm:1.0.7" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -30466,7 +30448,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/d3b106efb71cd501b71e3a56e3257ccad4d969a201d59aa2e74d9b91ad5f44c508ddebfbe3de82d4324e9b0977420d35d6cce8e45f784a91080acea66c1c1ce8 + checksum: 10/59976247cd855bc48b7192c82a6751bd04213e5a265109c652a6c43bde9056038c6399c0cf50ea3001edd5c11bb878a59e1055bb651b3bd6bbd0373c0345ed0c languageName: node linkType: hard @@ -32852,9 +32834,9 @@ __metadata: linkType: hard "type-fest@npm:^4.26.1, type-fest@npm:^4.39.1, type-fest@npm:^4.6.0": - version: 4.39.1 - resolution: "type-fest@npm:4.39.1" - checksum: 10/8f3fc947cb072effd9ba240425397b4d3c08901b344409bc12a0aabf43fd309f87fa214d7ee0b600f6e2335b435f40992cd22c0ce4bc7ab8dc5a987200f83bcc + version: 4.40.0 + resolution: "type-fest@npm:4.40.0" + checksum: 10/dbca20979d18c6b8c87ca28cd999d9ae6b34e0c54c3a87ac65530a32f7a178d38d3788044a589f47c9fde3f3c81422e7b021ec1455f7242b724a2d9c642ce8b8 languageName: node linkType: hard @@ -33229,25 +33211,26 @@ __metadata: languageName: node linkType: hard -"unrs-resolver@npm:^1.4.1": - version: 1.4.1 - resolution: "unrs-resolver@npm:1.4.1" +"unrs-resolver@npm:^1.4.1, unrs-resolver@npm:^1.5.0": + version: 1.5.0 + resolution: "unrs-resolver@npm:1.5.0" dependencies: - "@unrs/resolver-binding-darwin-arm64": "npm:1.4.1" - "@unrs/resolver-binding-darwin-x64": "npm:1.4.1" - "@unrs/resolver-binding-freebsd-x64": "npm:1.4.1" - "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.4.1" - "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.4.1" - "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.4.1" - "@unrs/resolver-binding-linux-arm64-musl": "npm:1.4.1" - "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.4.1" - "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.4.1" - "@unrs/resolver-binding-linux-x64-gnu": "npm:1.4.1" - "@unrs/resolver-binding-linux-x64-musl": "npm:1.4.1" - "@unrs/resolver-binding-wasm32-wasi": "npm:1.4.1" - "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.4.1" - "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.4.1" - "@unrs/resolver-binding-win32-x64-msvc": "npm:1.4.1" + "@unrs/resolver-binding-darwin-arm64": "npm:1.5.0" + "@unrs/resolver-binding-darwin-x64": "npm:1.5.0" + "@unrs/resolver-binding-freebsd-x64": "npm:1.5.0" + "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.5.0" + "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.5.0" + "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.5.0" + "@unrs/resolver-binding-linux-arm64-musl": "npm:1.5.0" + "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.5.0" + "@unrs/resolver-binding-linux-riscv64-gnu": "npm:1.5.0" + "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.5.0" + "@unrs/resolver-binding-linux-x64-gnu": "npm:1.5.0" + "@unrs/resolver-binding-linux-x64-musl": "npm:1.5.0" + "@unrs/resolver-binding-wasm32-wasi": "npm:1.5.0" + "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.5.0" + "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.5.0" + "@unrs/resolver-binding-win32-x64-msvc": "npm:1.5.0" dependenciesMeta: "@unrs/resolver-binding-darwin-arm64": optional: true @@ -33265,6 +33248,8 @@ __metadata: optional: true "@unrs/resolver-binding-linux-ppc64-gnu": optional: true + "@unrs/resolver-binding-linux-riscv64-gnu": + optional: true "@unrs/resolver-binding-linux-s390x-gnu": optional: true "@unrs/resolver-binding-linux-x64-gnu": @@ -33279,7 +33264,7 @@ __metadata: optional: true "@unrs/resolver-binding-win32-x64-msvc": optional: true - checksum: 10/302882bd4175e66679a46fd988829f8043e497316a1953795848923941ff50e144c68e8b2fae764d75569d4b93adf1557a24a3cce20b31e4b6c2209883208001 + checksum: 10/124936f842a0bee90e00ec01ec2f4a840435e92d78e88c1ddd5408da984a2fe3d9e0a34b0e8bba2b778374aa6c4382ef5dbc9cb8e75504478ce61dc69302c965 languageName: node linkType: hard