diff --git a/packages/vitest-plugin/package.json b/packages/vitest-plugin/package.json index dbe3e08..324d686 100644 --- a/packages/vitest-plugin/package.json +++ b/packages/vitest-plugin/package.json @@ -33,13 +33,13 @@ "peerDependencies": { "tinybench": ">=2.9.0", "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "vitest": "^3.2" + "vitest": "^3.2 || ^4" }, "devDependencies": { "@total-typescript/shoehorn": "^0.1.1", "execa": "^8.0.1", "tinybench": "^2.9.0", "vite": "^7.0.0", - "vitest": "^3.2.4" + "vitest": "^4.0.18" } } diff --git a/packages/vitest-plugin/src/index.ts b/packages/vitest-plugin/src/index.ts index 57f1450..d076cb0 100644 --- a/packages/vitest-plugin/src/index.ts +++ b/packages/vitest-plugin/src/index.ts @@ -48,13 +48,17 @@ export default function codspeedPlugin(): Plugin { config(): ViteUserConfig { const runnerFile = getRunnerFile(); const runnerMode = getCodspeedRunnerMode(); + const v8Flags = getV8Flags(); const config: ViteUserConfig = { test: { pool: "forks", + execArgv: v8Flags, + // @ts-expect-error Compat with Vitest v3 + // See: https://vitest.dev/guide/migration.html#pool-rework poolOptions: { forks: { - execArgv: getV8Flags(), + execArgv: v8Flags, }, }, globalSetup: [getCodSpeedFileFromName("globalSetup")], diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ec6df5..d53c613 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,10 +60,10 @@ importers: version: 7.0.4 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) + version: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) jest-config: specifier: ^29.5.0 - version: 29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) + version: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) lerna: specifier: ^6.6.1 version: 6.6.1(encoding@0.1.13) @@ -84,7 +84,7 @@ importers: version: 6.1.0(esbuild@0.17.16)(rollup@4.48.1) ts-jest: specifier: ^29.1.0 - version: 29.1.0(@babel/core@7.21.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.21.4))(esbuild@0.17.16)(jest@29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)))(typescript@4.9.4) + version: 29.1.0(@babel/core@7.28.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.0))(esbuild@0.17.16)(jest@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)))(typescript@4.9.4) tslib: specifier: ^2.5.0 version: 2.5.0 @@ -129,7 +129,7 @@ importers: version: 4.0.1 typescript: specifier: ^5.1.3 - version: 5.1.3 + version: 5.8.3 examples/with-typescript-esm: devDependencies: @@ -156,7 +156,7 @@ importers: version: 4.0.1 typescript: specifier: ^5.1.3 - version: 5.1.3 + version: 5.8.3 vitest: specifier: ^3.2.4 version: 3.2.4(@types/node@20.19.11) @@ -183,7 +183,7 @@ importers: version: 4.0.1 typescript: specifier: ^5.1.3 - version: 5.1.3 + version: 5.8.3 examples/with-typescript-simple-esm: devDependencies: @@ -207,7 +207,7 @@ importers: version: 4.0.1 typescript: specifier: ^5.1.3 - version: 5.1.3 + version: 5.8.3 packages/benchmark.js-plugin: dependencies: @@ -312,17 +312,10 @@ importers: specifier: ^7.0.0 version: 7.1.3(@types/node@20.19.11) vitest: - specifier: ^3.2.4 - version: 3.2.4(@types/node@20.19.11) + specifier: ^4.0.18 + version: 4.0.18(@types/node@20.19.11) packages: - "@ampproject/remapping@2.2.1": - resolution: - { - integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, - } - engines: { node: ">=6.0.0" } - "@ampproject/remapping@2.3.0": resolution: { @@ -349,13 +342,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/compat-data@7.22.5": - resolution: - { - integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==, - } - engines: { node: ">=6.9.0" } - "@babel/compat-data@7.28.0": resolution: { @@ -363,13 +349,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/core@7.21.4": - resolution: - { - integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==, - } - engines: { node: ">=6.9.0" } - "@babel/core@7.28.0": resolution: { @@ -377,20 +356,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/generator@7.21.4": - resolution: - { - integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==, - } - engines: { node: ">=6.9.0" } - - "@babel/generator@7.22.5": - resolution: - { - integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==, - } - engines: { node: ">=6.9.0" } - "@babel/generator@7.28.0": resolution: { @@ -412,15 +377,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-compilation-targets@7.22.5": - resolution: - { - integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0 - "@babel/helper-compilation-targets@7.27.2": resolution: { @@ -489,13 +445,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-module-imports@7.22.5": - resolution: - { - integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==, - } - engines: { node: ">=6.9.0" } - "@babel/helper-module-imports@7.27.1": resolution: { @@ -503,20 +452,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-module-transforms@7.21.2": - resolution: - { - integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==, - } - engines: { node: ">=6.9.0" } - - "@babel/helper-module-transforms@7.22.5": - resolution: - { - integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==, - } - engines: { node: ">=6.9.0" } - "@babel/helper-module-transforms@7.27.3": resolution: { @@ -533,13 +468,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-plugin-utils@7.22.5": - resolution: - { - integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, - } - engines: { node: ">=6.9.0" } - "@babel/helper-plugin-utils@7.27.1": resolution: { @@ -584,13 +512,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-string-parser@7.22.5": - resolution: - { - integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, - } - engines: { node: ">=6.9.0" } - "@babel/helper-string-parser@7.27.1": resolution: { @@ -605,13 +526,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-validator-option@7.22.5": - resolution: - { - integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==, - } - engines: { node: ">=6.9.0" } - "@babel/helper-validator-option@7.27.1": resolution: { @@ -626,13 +540,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helpers@7.21.0": - resolution: - { - integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==, - } - engines: { node: ">=6.9.0" } - "@babel/helpers@7.27.6": resolution: { @@ -647,22 +554,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/parser@7.21.4": - resolution: - { - integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==, - } - engines: { node: ">=6.0.0" } - hasBin: true - - "@babel/parser@7.22.5": - resolution: - { - integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==, - } - engines: { node: ">=6.0.0" } - hasBin: true - "@babel/parser@7.28.0": resolution: { @@ -766,15 +657,6 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-import-attributes@7.22.5": - resolution: - { - integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-import-attributes@7.27.1": resolution: { @@ -800,15 +682,6 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-jsx@7.21.4": - resolution: - { - integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-jsx@7.27.1": resolution: { @@ -884,15 +757,6 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-typescript@7.21.4": - resolution: - { - integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-typescript@7.27.1": resolution: { @@ -1373,20 +1237,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/template@7.20.7": - resolution: - { - integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==, - } - engines: { node: ">=6.9.0" } - - "@babel/template@7.22.5": - resolution: - { - integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==, - } - engines: { node: ">=6.9.0" } - "@babel/template@7.27.2": resolution: { @@ -1394,20 +1244,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/traverse@7.21.4": - resolution: - { - integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==, - } - engines: { node: ">=6.9.0" } - - "@babel/traverse@7.22.5": - resolution: - { - integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==, - } - engines: { node: ">=6.9.0" } - "@babel/traverse@7.28.0": resolution: { @@ -1415,13 +1251,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/types@7.22.5": - resolution: - { - integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, - } - engines: { node: ">=6.9.0" } - "@babel/types@7.28.1": resolution: { @@ -2065,13 +1894,6 @@ packages: } engines: { node: ">=8" } - "@jest/console@29.5.0": - resolution: - { - integrity: sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/console@29.7.0": resolution: { @@ -2079,18 +1901,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/core@29.5.0": - resolution: - { - integrity: sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - "@jest/core@29.7.0": resolution: { @@ -2103,13 +1913,6 @@ packages: node-notifier: optional: true - "@jest/environment@29.5.0": - resolution: - { - integrity: sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/environment@29.7.0": resolution: { @@ -2117,13 +1920,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/expect-utils@29.5.0": - resolution: - { - integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/expect-utils@29.7.0": resolution: { @@ -2131,13 +1927,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/expect@29.5.0": - resolution: - { - integrity: sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/expect@29.7.0": resolution: { @@ -2145,13 +1934,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/fake-timers@29.5.0": - resolution: - { - integrity: sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/fake-timers@29.7.0": resolution: { @@ -2159,13 +1941,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/globals@29.5.0": - resolution: - { - integrity: sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/globals@29.7.0": resolution: { @@ -2173,18 +1948,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/reporters@29.5.0": - resolution: - { - integrity: sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - "@jest/reporters@29.7.0": resolution: { @@ -2197,13 +1960,6 @@ packages: node-notifier: optional: true - "@jest/schemas@29.4.3": - resolution: - { - integrity: sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/schemas@29.6.3": resolution: { @@ -2211,13 +1967,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/source-map@29.4.3": - resolution: - { - integrity: sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/source-map@29.6.3": resolution: { @@ -2225,13 +1974,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/test-result@29.5.0": - resolution: - { - integrity: sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/test-result@29.7.0": resolution: { @@ -2239,13 +1981,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/test-sequencer@29.5.0": - resolution: - { - integrity: sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/test-sequencer@29.7.0": resolution: { @@ -2253,13 +1988,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/transform@29.5.0": - resolution: - { - integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/transform@29.7.0": resolution: { @@ -2267,13 +1995,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/types@29.5.0": - resolution: - { - integrity: sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/types@29.6.3": resolution: { @@ -2287,27 +2008,6 @@ packages: integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==, } - "@jridgewell/gen-mapping@0.3.3": - resolution: - { - integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, - } - engines: { node: ">=6.0.0" } - - "@jridgewell/resolve-uri@3.1.0": - resolution: - { - integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, - } - engines: { node: ">=6.0.0" } - - "@jridgewell/resolve-uri@3.1.1": - resolution: - { - integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==, - } - engines: { node: ">=6.0.0" } - "@jridgewell/resolve-uri@3.1.2": resolution: { @@ -2315,35 +2015,10 @@ packages: } engines: { node: ">=6.0.0" } - "@jridgewell/set-array@1.1.2": - resolution: - { - integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, - } - engines: { node: ">=6.0.0" } - - "@jridgewell/sourcemap-codec@1.4.14": - resolution: - { - integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, - } - - "@jridgewell/sourcemap-codec@1.4.15": - resolution: - { - integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, - } - - "@jridgewell/sourcemap-codec@1.5.4": - resolution: - { - integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==, - } - - "@jridgewell/trace-mapping@0.3.18": + "@jridgewell/sourcemap-codec@1.5.5": resolution: { - integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, + integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==, } "@jridgewell/trace-mapping@0.3.29": @@ -2892,18 +2567,6 @@ packages: tslib: optional: true - "@rollup/pluginutils@5.0.2": - resolution: - { - integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==, - } - engines: { node: ">=14.0.0" } - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - "@rollup/pluginutils@5.0.5": resolution: { @@ -3083,40 +2746,28 @@ packages: } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - "@sinclair/typebox@0.25.24": - resolution: - { - integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==, - } - "@sinclair/typebox@0.27.8": resolution: { integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, } - "@sinonjs/commons@2.0.0": - resolution: - { - integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==, - } - "@sinonjs/commons@3.0.1": resolution: { integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==, } - "@sinonjs/fake-timers@10.0.2": + "@sinonjs/fake-timers@10.3.0": resolution: { - integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==, + integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==, } - "@sinonjs/fake-timers@10.3.0": + "@standard-schema/spec@1.1.0": resolution: { - integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==, + integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==, } "@tootallnate/once@2.0.0": @@ -3170,12 +2821,6 @@ packages: } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - "@types/babel__core@7.20.0": - resolution: - { - integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==, - } - "@types/babel__core@7.20.5": resolution: { @@ -3188,30 +2833,12 @@ packages: integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==, } - "@types/babel__generator@7.6.4": - resolution: - { - integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==, - } - - "@types/babel__template@7.4.1": - resolution: - { - integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==, - } - "@types/babel__template@7.4.4": resolution: { integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==, } - "@types/babel__traverse@7.18.3": - resolution: - { - integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==, - } - "@types/babel__traverse@7.20.7": resolution: { @@ -3236,12 +2863,6 @@ packages: integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==, } - "@types/estree@1.0.0": - resolution: - { - integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==, - } - "@types/estree@1.0.8": resolution: { @@ -3255,48 +2876,24 @@ packages: } deprecated: This is a stub types definition. find-up provides its own type definitions, so you do not need this installed. - "@types/graceful-fs@4.1.6": - resolution: - { - integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==, - } - "@types/graceful-fs@4.1.9": resolution: { integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==, } - "@types/istanbul-lib-coverage@2.0.4": - resolution: - { - integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==, - } - "@types/istanbul-lib-coverage@2.0.6": resolution: { integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==, } - "@types/istanbul-lib-report@3.0.0": - resolution: - { - integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==, - } - "@types/istanbul-lib-report@3.0.3": resolution: { integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==, } - "@types/istanbul-reports@3.0.1": - resolution: - { - integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==, - } - "@types/istanbul-reports@3.0.4": resolution: { @@ -3357,12 +2954,6 @@ packages: integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==, } - "@types/prettier@2.7.2": - resolution: - { - integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==, - } - "@types/resolve@1.20.2": resolution: { @@ -3381,36 +2972,18 @@ packages: integrity: sha512-g58ZMrK7OLAzzxqeGF/w9jYsIWMuA9I/p/d493+x5vz3LyIEhrh3swszq28poF45X0ZD8vpAznMLBTyKPYFBeA==, } - "@types/stack-utils@2.0.1": - resolution: - { - integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==, - } - "@types/stack-utils@2.0.3": resolution: { integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==, } - "@types/yargs-parser@21.0.0": - resolution: - { - integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==, - } - "@types/yargs-parser@21.0.3": resolution: { integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==, } - "@types/yargs@17.0.24": - resolution: - { - integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==, - } - "@types/yargs@17.0.33": resolution: { @@ -3505,6 +3078,12 @@ packages: integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==, } + "@vitest/expect@4.0.18": + resolution: + { + integrity: sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==, + } + "@vitest/mocker@3.2.4": resolution: { @@ -3519,36 +3098,80 @@ packages: vite: optional: true + "@vitest/mocker@4.0.18": + resolution: + { + integrity: sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==, + } + peerDependencies: + msw: ^2.4.9 + vite: ^6.0.0 || ^7.0.0-0 + peerDependenciesMeta: + msw: + optional: true + vite: + optional: true + "@vitest/pretty-format@3.2.4": resolution: { integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==, } + "@vitest/pretty-format@4.0.18": + resolution: + { + integrity: sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==, + } + "@vitest/runner@3.2.4": resolution: { integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==, } + "@vitest/runner@4.0.18": + resolution: + { + integrity: sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==, + } + "@vitest/snapshot@3.2.4": resolution: { integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==, } + "@vitest/snapshot@4.0.18": + resolution: + { + integrity: sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==, + } + "@vitest/spy@3.2.4": resolution: { integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==, } + "@vitest/spy@4.0.18": + resolution: + { + integrity: sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==, + } + "@vitest/utils@3.2.4": resolution: { integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==, } + "@vitest/utils@4.0.18": + resolution: + { + integrity: sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==, + } + "@yarnpkg/lockfile@1.1.0": resolution: { @@ -3862,15 +3485,6 @@ packages: integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==, } - babel-jest@29.5.0: - resolution: - { - integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - peerDependencies: - "@babel/core": ^7.8.0 - babel-jest@29.7.0: resolution: { @@ -3887,13 +3501,6 @@ packages: } engines: { node: ">=8" } - babel-plugin-jest-hoist@29.5.0: - resolution: - { - integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - babel-plugin-jest-hoist@29.6.3: resolution: { @@ -3925,14 +3532,6 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - babel-preset-current-node-syntax@1.0.1: - resolution: - { - integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==, - } - peerDependencies: - "@babel/core": ^7.0.0 - babel-preset-current-node-syntax@1.1.0: resolution: { @@ -3941,15 +3540,6 @@ packages: peerDependencies: "@babel/core": ^7.0.0 - babel-preset-jest@29.5.0: - resolution: - { - integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - peerDependencies: - "@babel/core": ^7.0.0 - babel-preset-jest@29.6.3: resolution: { @@ -4008,13 +3598,6 @@ packages: integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, } - braces@3.0.2: - resolution: - { - integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, - } - engines: { node: ">=8" } - braces@3.0.3: resolution: { @@ -4022,14 +3605,6 @@ packages: } engines: { node: ">=8" } - browserslist@4.21.5: - resolution: - { - integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==, - } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } - hasBin: true - browserslist@4.25.1: resolution: { @@ -4163,12 +3738,6 @@ packages: } engines: { node: ">=10" } - caniuse-lite@1.0.30001478: - resolution: - { - integrity: sha512-gMhDyXGItTHipJj2ApIvR+iVB5hd0KP3svMWWXDvZOmjzJJassGLMfxRkQCSYgGd2gtdL/ReeiyvMSFD1Ss6Mw==, - } - caniuse-lite@1.0.30001727: resolution: { @@ -4182,6 +3751,13 @@ packages: } engines: { node: ">=18" } + chai@6.2.2: + resolution: + { + integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==, + } + engines: { node: ">=18" } + chalk@2.4.2: resolution: { @@ -4242,13 +3818,6 @@ packages: integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==, } - ci-info@3.8.0: - resolution: - { - integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, - } - engines: { node: ">=8" } - ci-info@3.9.0: resolution: { @@ -4256,12 +3825,6 @@ packages: } engines: { node: ">=8" } - cjs-module-lexer@1.2.2: - resolution: - { - integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==, - } - cjs-module-lexer@1.4.3: resolution: { @@ -4351,12 +3914,6 @@ packages: } engines: { iojs: ">= 1.0.0", node: ">= 0.12.0" } - collect-v8-coverage@1.0.1: - resolution: - { - integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==, - } - collect-v8-coverage@1.0.2: resolution: { @@ -4525,12 +4082,6 @@ packages: engines: { node: ">=10" } hasBin: true - convert-source-map@1.9.0: - resolution: - { - integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==, - } - convert-source-map@2.0.0: resolution: { @@ -4635,18 +4186,6 @@ packages: supports-color: optional: true - debug@4.3.4: - resolution: - { - integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, - } - engines: { node: ">=6.0" } - peerDependencies: - supports-color: "*" - peerDependenciesMeta: - supports-color: - optional: true - debug@4.4.1: resolution: { @@ -4861,12 +4400,6 @@ packages: engines: { node: ">=0.10.0" } hasBin: true - electron-to-chromium@1.4.361: - resolution: - { - integrity: sha512-VocVwjPp05HUXzf3xmL0boRn5b0iyqC7amtDww84Jb1QJNPBc7F69gJyEeXRoriLBC4a5pSyckdllrXAg4mmRA==, - } - electron-to-chromium@1.5.190: resolution: { @@ -4960,12 +4493,6 @@ packages: } engines: { node: ">= 0.4" } - es-module-lexer@1.4.1: - resolution: - { - integrity: sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==, - } - es-module-lexer@1.7.0: resolution: { @@ -5023,13 +4550,6 @@ packages: engines: { node: ">=18" } hasBin: true - escalade@3.1.1: - resolution: - { - integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, - } - engines: { node: ">=6" } - escalade@3.2.0: resolution: { @@ -5278,13 +4798,6 @@ packages: } engines: { node: ">=12.0.0" } - expect@29.5.0: - resolution: - { - integrity: sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - expect@29.7.0: resolution: { @@ -5343,17 +4856,6 @@ packages: integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==, } - fdir@6.4.6: - resolution: - { - integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==, - } - peerDependencies: - picomatch: ^3 || ^4 - peerDependenciesMeta: - picomatch: - optional: true - fdir@6.5.0: resolution: { @@ -5393,13 +4895,6 @@ packages: integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==, } - fill-range@7.0.1: - resolution: - { - integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, - } - engines: { node: ">=8" } - fill-range@7.1.1: resolution: { @@ -5654,12 +5149,6 @@ packages: } engines: { node: ">= 0.4" } - get-tsconfig@4.5.0: - resolution: - { - integrity: sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==, - } - get-tsconfig@4.7.2: resolution: { @@ -5870,13 +5359,6 @@ packages: } engines: { node: ">= 0.4" } - has-symbols@1.0.3: - resolution: - { - integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, - } - engines: { node: ">= 0.4" } - has-symbols@1.1.0: resolution: { @@ -6054,14 +5536,6 @@ packages: } engines: { node: ">=6" } - import-local@3.1.0: - resolution: - { - integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, - } - engines: { node: ">=8" } - hasBin: true - import-local@3.2.0: resolution: { @@ -6189,12 +5663,6 @@ packages: } hasBin: true - is-core-module@2.12.0: - resolution: - { - integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==, - } - is-core-module@2.16.1: resolution: { @@ -6440,13 +5908,6 @@ packages: } engines: { node: ">=0.10.0" } - istanbul-lib-coverage@3.2.0: - resolution: - { - integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==, - } - engines: { node: ">=8" } - istanbul-lib-coverage@3.2.2: resolution: { @@ -6468,13 +5929,6 @@ packages: } engines: { node: ">=10" } - istanbul-lib-report@3.0.0: - resolution: - { - integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==, - } - engines: { node: ">=8" } - istanbul-lib-report@3.0.1: resolution: { @@ -6489,13 +5943,6 @@ packages: } engines: { node: ">=10" } - istanbul-reports@3.1.5: - resolution: - { - integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==, - } - engines: { node: ">=8" } - istanbul-reports@3.1.7: resolution: { @@ -6511,13 +5958,6 @@ packages: engines: { node: ">=10" } hasBin: true - jest-changed-files@29.5.0: - resolution: - { - integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-changed-files@29.7.0: resolution: { @@ -6525,13 +5965,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-circus@29.5.0: - resolution: - { - integrity: sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-circus@29.7.0: resolution: { @@ -6539,19 +5972,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-cli@29.5.0: - resolution: - { - integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - jest-cli@29.7.0: resolution: { @@ -6565,10 +5985,10 @@ packages: node-notifier: optional: true - jest-config@29.5.0: + jest-config@29.7.0: resolution: { - integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==, + integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: @@ -6580,39 +6000,10 @@ packages: ts-node: optional: true - jest-config@29.7.0: + jest-diff@29.7.0: resolution: { - integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - peerDependencies: - "@types/node": "*" - ts-node: ">=9.0.0" - peerDependenciesMeta: - "@types/node": - optional: true - ts-node: - optional: true - - jest-diff@29.5.0: - resolution: - { - integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - - jest-diff@29.7.0: - resolution: - { - integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - - jest-docblock@29.4.3: - resolution: - { - integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==, + integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } @@ -6623,13 +6014,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-each@29.5.0: - resolution: - { - integrity: sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-each@29.7.0: resolution: { @@ -6637,13 +6021,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-environment-node@29.5.0: - resolution: - { - integrity: sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-environment-node@29.7.0: resolution: { @@ -6651,13 +6028,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-get-type@29.4.3: - resolution: - { - integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-get-type@29.6.3: resolution: { @@ -6665,13 +6035,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-haste-map@29.5.0: - resolution: - { - integrity: sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-haste-map@29.7.0: resolution: { @@ -6679,13 +6042,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-leak-detector@29.5.0: - resolution: - { - integrity: sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-leak-detector@29.7.0: resolution: { @@ -6693,13 +6049,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-matcher-utils@29.5.0: - resolution: - { - integrity: sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-matcher-utils@29.7.0: resolution: { @@ -6707,13 +6056,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-message-util@29.5.0: - resolution: - { - integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-message-util@29.7.0: resolution: { @@ -6730,13 +6072,6 @@ packages: jest: ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 typescript: ^3.0.0 || ^4.0.0 || ^5.0.0 - jest-mock@29.5.0: - resolution: - { - integrity: sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-mock@29.7.0: resolution: { @@ -6756,13 +6091,6 @@ packages: jest-resolve: optional: true - jest-regex-util@29.4.3: - resolution: - { - integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-regex-util@29.6.3: resolution: { @@ -6770,13 +6098,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-resolve-dependencies@29.5.0: - resolution: - { - integrity: sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-resolve-dependencies@29.7.0: resolution: { @@ -6784,13 +6105,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-resolve@29.5.0: - resolution: - { - integrity: sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-resolve@29.7.0: resolution: { @@ -6798,13 +6112,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-runner@29.5.0: - resolution: - { - integrity: sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-runner@29.7.0: resolution: { @@ -6812,13 +6119,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-runtime@29.5.0: - resolution: - { - integrity: sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-runtime@29.7.0: resolution: { @@ -6826,13 +6126,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-snapshot@29.5.0: - resolution: - { - integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-snapshot@29.7.0: resolution: { @@ -6840,13 +6133,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-util@29.5.0: - resolution: - { - integrity: sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-util@29.7.0: resolution: { @@ -6854,13 +6140,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-validate@29.5.0: - resolution: - { - integrity: sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-validate@29.7.0: resolution: { @@ -6868,13 +6147,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-watcher@29.5.0: - resolution: - { - integrity: sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-watcher@29.7.0: resolution: { @@ -6882,13 +6154,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-worker@29.5.0: - resolution: - { - integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest-worker@29.7.0: resolution: { @@ -6896,19 +6161,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - jest@29.5.0: - resolution: - { - integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - jest@29.7.0: resolution: { @@ -6955,14 +6207,6 @@ packages: } hasBin: true - jsesc@2.5.2: - resolution: - { - integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, - } - engines: { node: ">=4" } - hasBin: true - jsesc@3.1.0: resolution: { @@ -7309,18 +6553,11 @@ packages: } engines: { node: 14 || >=16.14 } - magic-string@0.30.17: - resolution: - { - integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==, - } - - magic-string@0.30.5: + magic-string@0.30.21: resolution: { - integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==, + integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==, } - engines: { node: ">=12" } make-dir@2.1.0: resolution: @@ -7410,13 +6647,6 @@ packages: } engines: { node: ">= 8" } - micromatch@4.0.5: - resolution: - { - integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, - } - engines: { node: ">=8.6" } - micromatch@4.0.8: resolution: { @@ -7616,12 +6846,6 @@ packages: } engines: { node: ">=0.10.0" } - ms@2.1.2: - resolution: - { - integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, - } - ms@2.1.3: resolution: { @@ -7726,12 +6950,6 @@ packages: integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==, } - node-releases@2.0.10: - resolution: - { - integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==, - } - node-releases@2.0.19: resolution: { @@ -7978,6 +7196,12 @@ packages: } engines: { node: ">= 0.4" } + obug@2.1.1: + resolution: + { + integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==, + } + once@1.4.0: resolution: { @@ -8345,13 +7569,6 @@ packages: } engines: { node: ">=10" } - pirates@4.0.5: - resolution: - { - integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==, - } - engines: { node: ">= 6" } - pirates@4.0.7: resolution: { @@ -8431,13 +7648,6 @@ packages: } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - pretty-format@29.5.0: - resolution: - { - integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - pretty-format@29.7.0: resolution: { @@ -8553,12 +7763,6 @@ packages: } engines: { node: ">=6" } - pure-rand@6.0.1: - resolution: - { - integrity: sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg==, - } - pure-rand@6.1.0: resolution: { @@ -8802,13 +8006,6 @@ packages: integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==, } - resolve.exports@2.0.2: - resolution: - { - integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==, - } - engines: { node: ">=10" } - resolve.exports@2.0.3: resolution: { @@ -8824,13 +8021,6 @@ packages: engines: { node: ">= 0.4" } hasBin: true - resolve@1.22.2: - resolution: - { - integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, - } - hasBin: true - restore-cursor@3.1.0: resolution: { @@ -8946,13 +8136,6 @@ packages: } hasBin: true - semver@6.3.0: - resolution: - { - integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==, - } - hasBin: true - semver@6.3.1: resolution: { @@ -8976,14 +8159,6 @@ packages: engines: { node: ">=10" } hasBin: true - semver@7.4.0: - resolution: - { - integrity: sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==, - } - engines: { node: ">=10" } - hasBin: true - semver@7.7.2: resolution: { @@ -9203,10 +8378,10 @@ packages: integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==, } - std-env@3.9.0: + std-env@3.10.0: resolution: { - integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==, + integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==, } string-length@4.0.2: @@ -9385,6 +8560,7 @@ packages: integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==, } engines: { node: ">= 10" } + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me tar@6.1.13: resolution: @@ -9392,6 +8568,7 @@ packages: integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==, } engines: { node: ">=10" } + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me temp-dir@1.0.0: resolution: @@ -9477,10 +8654,17 @@ packages: integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==, } - tinyglobby@0.2.14: + tinyexec@1.0.2: + resolution: + { + integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==, + } + engines: { node: ">=18" } + + tinyglobby@0.2.15: resolution: { - integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==, + integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==, } engines: { node: ">=12.0.0" } @@ -9498,6 +8682,13 @@ packages: } engines: { node: ">=14.0.0" } + tinyrainbow@3.0.3: + resolution: + { + integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==, + } + engines: { node: ">=14.0.0" } + tinyspy@4.0.3: resolution: { @@ -9525,13 +8716,6 @@ packages: integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==, } - to-fast-properties@2.0.0: - resolution: - { - integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, - } - engines: { node: ">=4" } - to-regex-range@5.0.1: resolution: { @@ -9732,22 +8916,6 @@ packages: engines: { node: ">=4.2.0" } hasBin: true - typescript@5.1.3: - resolution: - { - integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==, - } - engines: { node: ">=14.17" } - hasBin: true - - typescript@5.2.2: - resolution: - { - integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==, - } - engines: { node: ">=14.17" } - hasBin: true - typescript@5.8.3: resolution: { @@ -9859,15 +9027,6 @@ packages: } engines: { node: ">=4" } - update-browserslist-db@1.0.10: - resolution: - { - integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==, - } - hasBin: true - peerDependencies: - browserslist: ">= 4.21.0" - update-browserslist-db@1.1.3: resolution: { @@ -9914,13 +9073,6 @@ packages: integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==, } - v8-to-istanbul@9.1.0: - resolution: - { - integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==, - } - engines: { node: ">=10.12.0" } - v8-to-istanbul@9.3.0: resolution: { @@ -10036,6 +9188,43 @@ packages: jsdom: optional: true + vitest@4.0.18: + resolution: + { + integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==, + } + engines: { node: ^20.0.0 || ^22.0.0 || >=24.0.0 } + hasBin: true + peerDependencies: + "@edge-runtime/vm": "*" + "@opentelemetry/api": ^1.9.0 + "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0 + "@vitest/browser-playwright": 4.0.18 + "@vitest/browser-preview": 4.0.18 + "@vitest/browser-webdriverio": 4.0.18 + "@vitest/ui": 4.0.18 + happy-dom: "*" + jsdom: "*" + peerDependenciesMeta: + "@edge-runtime/vm": + optional: true + "@opentelemetry/api": + optional: true + "@types/node": + optional: true + "@vitest/browser-playwright": + optional: true + "@vitest/browser-preview": + optional: true + "@vitest/browser-webdriverio": + optional: true + "@vitest/ui": + optional: true + happy-dom: + optional: true + jsdom: + optional: true + walk-up-path@1.0.0: resolution: { @@ -10230,21 +9419,14 @@ packages: } engines: { node: ">=10" } - yargs@17.7.1: + yargs@17.7.2: resolution: { - integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==, + integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, } engines: { node: ">=12" } - yargs@17.7.2: - resolution: - { - integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, - } - engines: { node: ">=12" } - - yn@3.1.1: + yn@3.1.1: resolution: { integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==, @@ -10266,11 +9448,6 @@ packages: engines: { node: ">=12.20" } snapshots: - "@ampproject/remapping@2.2.1": - dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - "@ampproject/remapping@2.3.0": dependencies: "@jridgewell/gen-mapping": 0.3.12 @@ -10293,30 +9470,8 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - "@babel/compat-data@7.22.5": {} - "@babel/compat-data@7.28.0": {} - "@babel/core@7.21.4": - dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.27.1 - "@babel/generator": 7.21.4 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.21.4) - "@babel/helper-module-transforms": 7.21.2 - "@babel/helpers": 7.21.0 - "@babel/parser": 7.21.4 - "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.22.5 - convert-source-map: 1.9.0 - debug: 4.4.1 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - "@babel/core@7.28.0": dependencies: "@ampproject/remapping": 2.3.0 @@ -10337,20 +9492,6 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/generator@7.21.4": - dependencies: - "@babel/types": 7.22.5 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - jsesc: 2.5.2 - - "@babel/generator@7.22.5": - dependencies: - "@babel/types": 7.22.5 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - jsesc: 2.5.2 - "@babel/generator@7.28.0": dependencies: "@babel/parser": 7.28.0 @@ -10361,29 +9502,11 @@ snapshots: "@babel/helper-annotate-as-pure@7.22.5": dependencies: - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 "@babel/helper-builder-binary-assignment-operator-visitor@7.22.5": dependencies: - "@babel/types": 7.22.5 - - "@babel/helper-compilation-targets@7.22.5(@babel/core@7.21.4)": - dependencies: - "@babel/compat-data": 7.22.5 - "@babel/core": 7.21.4 - "@babel/helper-validator-option": 7.22.5 - browserslist: 4.21.5 - lru-cache: 5.1.1 - semver: 6.3.0 - - "@babel/helper-compilation-targets@7.22.5(@babel/core@7.28.0)": - dependencies: - "@babel/compat-data": 7.22.5 - "@babel/core": 7.28.0 - "@babel/helper-validator-option": 7.22.5 - browserslist: 4.21.5 - lru-cache: 5.1.1 - semver: 6.3.0 + "@babel/types": 7.28.1 "@babel/helper-compilation-targets@7.27.2": dependencies: @@ -10404,7 +9527,7 @@ snapshots: "@babel/helper-replace-supers": 7.22.5 "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 "@babel/helper-split-export-declaration": 7.22.5 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -10413,17 +9536,17 @@ snapshots: "@babel/core": 7.28.0 "@babel/helper-annotate-as-pure": 7.22.5 regexpu-core: 5.3.2 - semver: 6.3.0 + semver: 6.3.1 "@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-plugin-utils": 7.27.1 debug: 4.4.1 lodash.debounce: 4.0.8 - resolve: 1.22.2 - semver: 6.3.0 + resolve: 1.22.10 + semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -10431,22 +9554,18 @@ snapshots: "@babel/helper-function-name@7.22.5": dependencies: - "@babel/template": 7.22.5 - "@babel/types": 7.22.5 + "@babel/template": 7.27.2 + "@babel/types": 7.28.1 "@babel/helper-globals@7.28.0": {} "@babel/helper-hoist-variables@7.22.5": dependencies: - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 "@babel/helper-member-expression-to-functions@7.22.5": dependencies: - "@babel/types": 7.22.5 - - "@babel/helper-module-imports@7.22.5": - dependencies: - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 "@babel/helper-module-imports@7.27.1": dependencies: @@ -10455,32 +9574,6 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/helper-module-transforms@7.21.2": - dependencies: - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 - "@babel/helper-validator-identifier": 7.27.1 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color - - "@babel/helper-module-transforms@7.22.5": - dependencies: - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 - "@babel/helper-validator-identifier": 7.27.1 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color - "@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 @@ -10492,9 +9585,7 @@ snapshots: "@babel/helper-optimise-call-expression@7.22.5": dependencies: - "@babel/types": 7.22.5 - - "@babel/helper-plugin-utils@7.22.5": {} + "@babel/types": 7.28.1 "@babel/helper-plugin-utils@7.27.1": {} @@ -10504,7 +9595,7 @@ snapshots: "@babel/helper-annotate-as-pure": 7.22.5 "@babel/helper-environment-visitor": 7.22.5 "@babel/helper-wrap-function": 7.22.5 - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 transitivePeerDependencies: - supports-color @@ -10513,48 +9604,36 @@ snapshots: "@babel/helper-environment-visitor": 7.22.5 "@babel/helper-member-expression-to-functions": 7.22.5 "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 + "@babel/template": 7.27.2 + "@babel/traverse": 7.28.0 + "@babel/types": 7.28.1 transitivePeerDependencies: - supports-color "@babel/helper-simple-access@7.22.5": dependencies: - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 "@babel/helper-skip-transparent-expression-wrappers@7.22.5": dependencies: - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 "@babel/helper-split-export-declaration@7.22.5": dependencies: - "@babel/types": 7.22.5 - - "@babel/helper-string-parser@7.22.5": {} + "@babel/types": 7.28.1 "@babel/helper-string-parser@7.27.1": {} "@babel/helper-validator-identifier@7.27.1": {} - "@babel/helper-validator-option@7.22.5": {} - "@babel/helper-validator-option@7.27.1": {} "@babel/helper-wrap-function@7.22.5": dependencies: "@babel/helper-function-name": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 - transitivePeerDependencies: - - supports-color - - "@babel/helpers@7.21.0": - dependencies: - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 + "@babel/template": 7.27.2 + "@babel/traverse": 7.28.0 + "@babel/types": 7.28.1 transitivePeerDependencies: - supports-color @@ -10569,14 +9648,6 @@ snapshots: chalk: 2.4.2 js-tokens: 4.0.0 - "@babel/parser@7.21.4": - dependencies: - "@babel/types": 7.22.5 - - "@babel/parser@7.22.5": - dependencies: - "@babel/types": 7.22.5 - "@babel/parser@7.28.0": dependencies: "@babel/types": 7.28.1 @@ -10584,12 +9655,12 @@ snapshots: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 "@babel/plugin-transform-optional-chaining": 7.22.5(@babel/core@7.28.0) @@ -10601,195 +9672,102 @@ snapshots: dependencies: "@babel/core": 7.28.0 "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 - optional: true + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.28.0)": - dependencies: - "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 "@babel/helper-plugin-utils": 7.27.1 - optional: true "@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-plugin-utils": 7.27.1 - "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-plugin-utils": 7.27.1 - "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 - optional: true + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.4)": - dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.0)": dependencies: @@ -10800,18 +9778,18 @@ snapshots: dependencies: "@babel/core": 7.28.0 "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-async-generator-functions@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-remap-async-to-generator": 7.22.5(@babel/core@7.28.0) "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.28.0) transitivePeerDependencies: @@ -10820,8 +9798,8 @@ snapshots: "@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-module-imports": 7.27.1 + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-remap-async-to-generator": 7.22.5(@babel/core@7.28.0) transitivePeerDependencies: - supports-color @@ -10829,18 +9807,18 @@ snapshots: "@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 transitivePeerDependencies: - supports-color @@ -10848,7 +9826,7 @@ snapshots: dependencies: "@babel/core": 7.28.0 "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.28.0) transitivePeerDependencies: - supports-color @@ -10857,11 +9835,11 @@ snapshots: dependencies: "@babel/core": 7.28.0 "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.28.0) + "@babel/helper-compilation-targets": 7.27.2 "@babel/helper-environment-visitor": 7.22.5 "@babel/helper-function-name": 7.22.5 "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-replace-supers": 7.22.5 "@babel/helper-split-export-declaration": 7.22.5 globals: 11.12.0 @@ -10871,90 +9849,90 @@ snapshots: "@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 + "@babel/template": 7.27.2 "@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.28.0) "@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.28.0) "@babel/plugin-transform-for-of@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-function-name@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.28.0) + "@babel/helper-compilation-targets": 7.27.2 "@babel/helper-function-name": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.28.0) "@babel/plugin-transform-literals@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.28.0) "@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-module-transforms": 7.27.3(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.27.1 transitivePeerDependencies: - supports-color "@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-module-transforms": 7.27.3(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-simple-access": 7.22.5 transitivePeerDependencies: - supports-color @@ -10963,8 +9941,8 @@ snapshots: dependencies: "@babel/core": 7.28.0 "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-module-transforms": 7.27.3(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-validator-identifier": 7.27.1 transitivePeerDependencies: - supports-color @@ -10972,8 +9950,8 @@ snapshots: "@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-module-transforms": 7.27.3(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.27.1 transitivePeerDependencies: - supports-color @@ -10981,38 +9959,38 @@ snapshots: dependencies: "@babel/core": 7.28.0 "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-new-target@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.28.0) "@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.28.0) "@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.28.0)": dependencies: - "@babel/compat-data": 7.22.5 + "@babel/compat-data": 7.28.0 "@babel/core": 7.28.0 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.28.0) "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.28.0) "@babel/plugin-transform-object-super@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-replace-supers": 7.22.5 transitivePeerDependencies: - supports-color @@ -11020,26 +9998,26 @@ snapshots: "@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.28.0) "@babel/plugin-transform-optional-chaining@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.28.0) "@babel/plugin-transform-parameters@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 transitivePeerDependencies: - supports-color @@ -11048,7 +10026,7 @@ snapshots: "@babel/core": 7.28.0 "@babel/helper-annotate-as-pure": 7.22.5 "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.28.0) transitivePeerDependencies: - supports-color @@ -11056,75 +10034,75 @@ snapshots: "@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 regenerator-transform: 0.15.1 "@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-spread@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 "@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/preset-env@7.22.5(@babel/core@7.28.0)": dependencies: - "@babel/compat-data": 7.22.5 + "@babel/compat-data": 7.28.0 "@babel/core": 7.28.0 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.28.0) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-plugin-utils": 7.27.1 + "@babel/helper-validator-option": 7.27.1 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.28.0) "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.28.0) "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.0) @@ -11134,7 +10112,7 @@ snapshots: "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.28.0) "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.28.0) "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.28.0) - "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.28.0) + "@babel/plugin-syntax-import-attributes": 7.27.1(@babel/core@7.28.0) "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.28.0) "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.28.0) "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.28.0) @@ -11195,22 +10173,22 @@ snapshots: "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.28.0) "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.28.0) "@babel/preset-modules": 0.1.5(@babel/core@7.28.0) - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.28.0) babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.28.0) babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.28.0) core-js-compat: 3.31.0 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color "@babel/preset-modules@0.1.5(@babel/core@7.28.0)": dependencies: "@babel/core": 7.28.0 - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.28.0) "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.28.0) - "@babel/types": 7.22.5 + "@babel/types": 7.28.1 esutils: 2.0.3 "@babel/regjsgen@0.8.0": {} @@ -11219,54 +10197,12 @@ snapshots: dependencies: regenerator-runtime: 0.13.11 - "@babel/template@7.20.7": - dependencies: - "@babel/code-frame": 7.27.1 - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 - - "@babel/template@7.22.5": - dependencies: - "@babel/code-frame": 7.27.1 - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 - "@babel/template@7.27.2": dependencies: "@babel/code-frame": 7.27.1 "@babel/parser": 7.28.0 "@babel/types": 7.28.1 - "@babel/traverse@7.21.4": - dependencies: - "@babel/code-frame": 7.27.1 - "@babel/generator": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 - debug: 4.4.1 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - - "@babel/traverse@7.22.5": - dependencies: - "@babel/code-frame": 7.27.1 - "@babel/generator": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 - debug: 4.4.1 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - "@babel/traverse@7.28.0": dependencies: "@babel/code-frame": 7.27.1 @@ -11279,12 +10215,6 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/types@7.22.5": - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.27.1 - to-fast-properties: 2.0.0 - "@babel/types@7.28.1": dependencies: "@babel/helper-string-parser": 7.27.1 @@ -11303,7 +10233,7 @@ snapshots: lodash.isfunction: 3.0.9 resolve-from: 5.0.0 resolve-global: 1.0.0 - yargs: 17.7.1 + yargs: 17.7.2 transitivePeerDependencies: - "@swc/core" - "@swc/wasm" @@ -11354,13 +10284,13 @@ snapshots: "@types/node": 20.19.11 chalk: 4.1.2 cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0(@types/node@20.19.11)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.2.2))(typescript@5.2.2) + cosmiconfig-typescript-loader: 4.3.0(@types/node@20.19.11)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3))(typescript@5.8.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@20.19.11)(typescript@5.2.2) - typescript: 5.2.2 + ts-node: 10.9.1(@types/node@20.19.11)(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - "@swc/core" - "@swc/wasm" @@ -11603,15 +10533,6 @@ snapshots: "@istanbuljs/schema@0.1.3": {} - "@jest/console@29.5.0": - dependencies: - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - chalk: 4.1.2 - jest-message-util: 29.5.0 - jest-util: 29.5.0 - slash: 3.0.0 - "@jest/console@29.7.0": dependencies: "@jest/types": 29.6.3 @@ -11621,41 +10542,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - "@jest/core@29.5.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4))": - dependencies: - "@jest/console": 29.5.0 - "@jest/reporters": 29.5.0 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - ci-info: 3.8.0 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 29.5.0 - jest-config: 29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) - jest-haste-map: 29.5.0 - jest-message-util: 29.5.0 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-resolve-dependencies: 29.5.0 - jest-runner: 29.5.0 - jest-runtime: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 - jest-watcher: 29.5.0 - micromatch: 4.0.5 - pretty-format: 29.5.0 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - supports-color - - ts-node - - "@jest/core@29.7.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3))": + "@jest/core@29.7.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4))": dependencies: "@jest/console": 29.7.0 "@jest/reporters": 29.7.0 @@ -11669,7 +10556,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + jest-config: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -11690,13 +10577,6 @@ snapshots: - supports-color - ts-node - "@jest/environment@29.5.0": - dependencies: - "@jest/fake-timers": 29.5.0 - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - jest-mock: 29.5.0 - "@jest/environment@29.7.0": dependencies: "@jest/fake-timers": 29.7.0 @@ -11704,21 +10584,10 @@ snapshots: "@types/node": 20.19.11 jest-mock: 29.7.0 - "@jest/expect-utils@29.5.0": - dependencies: - jest-get-type: 29.4.3 - "@jest/expect-utils@29.7.0": dependencies: jest-get-type: 29.6.3 - "@jest/expect@29.5.0": - dependencies: - expect: 29.5.0 - jest-snapshot: 29.5.0 - transitivePeerDependencies: - - supports-color - "@jest/expect@29.7.0": dependencies: expect: 29.7.0 @@ -11726,15 +10595,6 @@ snapshots: transitivePeerDependencies: - supports-color - "@jest/fake-timers@29.5.0": - dependencies: - "@jest/types": 29.5.0 - "@sinonjs/fake-timers": 10.0.2 - "@types/node": 20.19.11 - jest-message-util: 29.5.0 - jest-mock: 29.5.0 - jest-util: 29.5.0 - "@jest/fake-timers@29.7.0": dependencies: "@jest/types": 29.6.3 @@ -11744,15 +10604,6 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 - "@jest/globals@29.5.0": - dependencies: - "@jest/environment": 29.5.0 - "@jest/expect": 29.5.0 - "@jest/types": 29.5.0 - jest-mock: 29.5.0 - transitivePeerDependencies: - - supports-color - "@jest/globals@29.7.0": dependencies: "@jest/environment": 29.7.0 @@ -11762,35 +10613,6 @@ snapshots: transitivePeerDependencies: - supports-color - "@jest/reporters@29.5.0": - dependencies: - "@bcoe/v8-coverage": 0.2.3 - "@jest/console": 29.5.0 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 - "@jest/types": 29.5.0 - "@jridgewell/trace-mapping": 0.3.18 - "@types/node": 20.19.11 - chalk: 4.1.2 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.2.3 - graceful-fs: 4.2.11 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.1 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.5 - jest-message-util: 29.5.0 - jest-util: 29.5.0 - jest-worker: 29.5.0 - slash: 3.0.0 - string-length: 4.0.2 - strip-ansi: 6.0.1 - v8-to-istanbul: 9.1.0 - transitivePeerDependencies: - - supports-color - "@jest/reporters@29.7.0": dependencies: "@bcoe/v8-coverage": 0.2.3 @@ -11820,33 +10642,16 @@ snapshots: transitivePeerDependencies: - supports-color - "@jest/schemas@29.4.3": - dependencies: - "@sinclair/typebox": 0.25.24 - "@jest/schemas@29.6.3": dependencies: "@sinclair/typebox": 0.27.8 - "@jest/source-map@29.4.3": - dependencies: - "@jridgewell/trace-mapping": 0.3.18 - callsites: 3.1.0 - graceful-fs: 4.2.11 - "@jest/source-map@29.6.3": dependencies: "@jridgewell/trace-mapping": 0.3.29 callsites: 3.1.0 graceful-fs: 4.2.11 - "@jest/test-result@29.5.0": - dependencies: - "@jest/console": 29.5.0 - "@jest/types": 29.5.0 - "@types/istanbul-lib-coverage": 2.0.4 - collect-v8-coverage: 1.0.1 - "@jest/test-result@29.7.0": dependencies: "@jest/console": 29.7.0 @@ -11854,13 +10659,6 @@ snapshots: "@types/istanbul-lib-coverage": 2.0.6 collect-v8-coverage: 1.0.2 - "@jest/test-sequencer@29.5.0": - dependencies: - "@jest/test-result": 29.5.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - slash: 3.0.0 - "@jest/test-sequencer@29.7.0": dependencies: "@jest/test-result": 29.7.0 @@ -11868,26 +10666,6 @@ snapshots: jest-haste-map: 29.7.0 slash: 3.0.0 - "@jest/transform@29.5.0": - dependencies: - "@babel/core": 7.21.4 - "@jest/types": 29.5.0 - "@jridgewell/trace-mapping": 0.3.18 - babel-plugin-istanbul: 6.1.1 - chalk: 4.1.2 - convert-source-map: 2.0.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-regex-util: 29.4.3 - jest-util: 29.5.0 - micromatch: 4.0.5 - pirates: 4.0.5 - slash: 3.0.0 - write-file-atomic: 4.0.2 - transitivePeerDependencies: - - supports-color - "@jest/transform@29.7.0": dependencies: "@babel/core": 7.28.0 @@ -11908,15 +10686,6 @@ snapshots: transitivePeerDependencies: - supports-color - "@jest/types@29.5.0": - dependencies: - "@jest/schemas": 29.4.3 - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 20.19.11 - "@types/yargs": 17.0.24 - chalk: 4.1.2 - "@jest/types@29.6.3": dependencies: "@jest/schemas": 29.6.3 @@ -11928,43 +10697,22 @@ snapshots: "@jridgewell/gen-mapping@0.3.12": dependencies: - "@jridgewell/sourcemap-codec": 1.5.4 + "@jridgewell/sourcemap-codec": 1.5.5 "@jridgewell/trace-mapping": 0.3.29 - "@jridgewell/gen-mapping@0.3.3": - dependencies: - "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.5.4 - "@jridgewell/trace-mapping": 0.3.18 - - "@jridgewell/resolve-uri@3.1.0": {} - - "@jridgewell/resolve-uri@3.1.1": {} - "@jridgewell/resolve-uri@3.1.2": {} - "@jridgewell/set-array@1.1.2": {} - - "@jridgewell/sourcemap-codec@1.4.14": {} - - "@jridgewell/sourcemap-codec@1.4.15": {} - - "@jridgewell/sourcemap-codec@1.5.4": {} - - "@jridgewell/trace-mapping@0.3.18": - dependencies: - "@jridgewell/resolve-uri": 3.1.0 - "@jridgewell/sourcemap-codec": 1.4.14 + "@jridgewell/sourcemap-codec@1.5.5": {} "@jridgewell/trace-mapping@0.3.29": dependencies: "@jridgewell/resolve-uri": 3.1.2 - "@jridgewell/sourcemap-codec": 1.5.4 + "@jridgewell/sourcemap-codec": 1.5.5 "@jridgewell/trace-mapping@0.3.9": dependencies: - "@jridgewell/resolve-uri": 3.1.1 - "@jridgewell/sourcemap-codec": 1.5.4 + "@jridgewell/resolve-uri": 3.1.2 + "@jridgewell/sourcemap-codec": 1.5.5 "@jsdevtools/ono@7.1.3": {} @@ -11984,7 +10732,7 @@ snapshots: p-reduce: 2.1.0 pacote: 13.6.2 pify: 5.0.0 - semver: 7.4.0 + semver: 7.7.2 slash: 3.0.0 validate-npm-package-license: 3.0.4 validate-npm-package-name: 4.0.0 @@ -12139,7 +10887,7 @@ snapshots: promise-all-reject-late: 1.0.1 promise-call-limit: 1.0.2 read-package-json-fast: 3.0.2 - semver: 7.4.0 + semver: 7.7.2 ssri: 10.0.3 treeverse: 3.0.0 walk-up-path: 1.0.0 @@ -12150,11 +10898,11 @@ snapshots: "@npmcli/fs@2.1.2": dependencies: "@gar/promisify": 1.1.3 - semver: 7.4.0 + semver: 7.7.2 "@npmcli/fs@3.1.0": dependencies: - semver: 7.4.0 + semver: 7.7.2 "@npmcli/git@3.0.2": dependencies: @@ -12165,7 +10913,7 @@ snapshots: proc-log: 2.0.1 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.4.0 + semver: 7.7.2 which: 2.0.2 transitivePeerDependencies: - bluebird @@ -12178,7 +10926,7 @@ snapshots: proc-log: 3.0.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.4.0 + semver: 7.7.2 which: 3.0.0 transitivePeerDependencies: - bluebird @@ -12205,7 +10953,7 @@ snapshots: cacache: 17.0.5 json-parse-even-better-errors: 3.0.0 pacote: 15.1.1 - semver: 7.4.0 + semver: 7.7.2 transitivePeerDependencies: - bluebird - supports-color @@ -12418,49 +11166,41 @@ snapshots: "@rollup/plugin-commonjs@25.0.7(rollup@4.48.1)": dependencies: - "@rollup/pluginutils": 5.0.2(rollup@4.48.1) + "@rollup/pluginutils": 5.0.5(rollup@4.48.1) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 - magic-string: 0.30.5 + magic-string: 0.30.21 optionalDependencies: rollup: 4.48.1 "@rollup/plugin-json@6.0.1(rollup@4.48.1)": dependencies: - "@rollup/pluginutils": 5.0.2(rollup@4.48.1) + "@rollup/pluginutils": 5.0.5(rollup@4.48.1) optionalDependencies: rollup: 4.48.1 "@rollup/plugin-node-resolve@15.2.3(rollup@4.48.1)": dependencies: - "@rollup/pluginutils": 5.0.2(rollup@4.48.1) + "@rollup/pluginutils": 5.0.5(rollup@4.48.1) "@types/resolve": 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 - resolve: 1.22.2 + resolve: 1.22.10 optionalDependencies: rollup: 4.48.1 "@rollup/plugin-typescript@11.1.5(rollup@4.48.1)(tslib@2.5.0)(typescript@4.9.4)": dependencies: - "@rollup/pluginutils": 5.0.2(rollup@4.48.1) - resolve: 1.22.2 + "@rollup/pluginutils": 5.0.5(rollup@4.48.1) + resolve: 1.22.10 typescript: 4.9.4 optionalDependencies: rollup: 4.48.1 tslib: 2.5.0 - "@rollup/pluginutils@5.0.2(rollup@4.48.1)": - dependencies: - "@types/estree": 1.0.0 - estree-walker: 2.0.2 - picomatch: 2.3.1 - optionalDependencies: - rollup: 4.48.1 - "@rollup/pluginutils@5.0.5(rollup@4.48.1)": dependencies: "@types/estree": 1.0.8 @@ -12531,26 +11271,18 @@ snapshots: "@sigstore/protobuf-specs@0.1.0": {} - "@sinclair/typebox@0.25.24": {} - "@sinclair/typebox@0.27.8": {} - "@sinonjs/commons@2.0.0": - dependencies: - type-detect: 4.0.8 - "@sinonjs/commons@3.0.1": dependencies: type-detect: 4.0.8 - "@sinonjs/fake-timers@10.0.2": - dependencies: - "@sinonjs/commons": 2.0.0 - "@sinonjs/fake-timers@10.3.0": dependencies: "@sinonjs/commons": 3.0.1 + "@standard-schema/spec@1.1.0": {} + "@tootallnate/once@2.0.0": {} "@total-typescript/shoehorn@0.1.1": {} @@ -12570,14 +11302,6 @@ snapshots: "@tufjs/canonical-json": 1.0.0 minimatch: 8.0.4 - "@types/babel__core@7.20.0": - dependencies: - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 - "@types/babel__generator": 7.6.4 - "@types/babel__template": 7.4.1 - "@types/babel__traverse": 7.18.3 - "@types/babel__core@7.20.5": dependencies: "@babel/parser": 7.28.0 @@ -12590,24 +11314,11 @@ snapshots: dependencies: "@babel/types": 7.28.1 - "@types/babel__generator@7.6.4": - dependencies: - "@babel/types": 7.22.5 - - "@types/babel__template@7.4.1": - dependencies: - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 - "@types/babel__template@7.4.4": dependencies: "@babel/parser": 7.28.0 "@babel/types": 7.28.1 - "@types/babel__traverse@7.18.3": - dependencies: - "@babel/types": 7.22.5 - "@types/babel__traverse@7.20.7": dependencies: "@babel/types": 7.28.1 @@ -12620,46 +11331,30 @@ snapshots: "@types/deep-eql@4.0.2": {} - "@types/estree@1.0.0": {} - "@types/estree@1.0.8": {} "@types/find-up@4.0.0": dependencies: find-up: 6.3.0 - "@types/graceful-fs@4.1.6": - dependencies: - "@types/node": 20.19.11 - "@types/graceful-fs@4.1.9": dependencies: "@types/node": 20.19.11 - "@types/istanbul-lib-coverage@2.0.4": {} - "@types/istanbul-lib-coverage@2.0.6": {} - "@types/istanbul-lib-report@3.0.0": - dependencies: - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-lib-report@3.0.3": dependencies: "@types/istanbul-lib-coverage": 2.0.6 - "@types/istanbul-reports@3.0.1": - dependencies: - "@types/istanbul-lib-report": 3.0.0 - "@types/istanbul-reports@3.0.4": dependencies: "@types/istanbul-lib-report": 3.0.3 "@types/jest@29.5.0": dependencies: - expect: 29.5.0 - pretty-format: 29.5.0 + expect: 29.7.0 + pretty-format: 29.7.0 "@types/json-schema@7.0.11": {} @@ -12679,26 +11374,16 @@ snapshots: "@types/parse-json@4.0.0": {} - "@types/prettier@2.7.2": {} - "@types/resolve@1.20.2": {} "@types/semver@7.3.13": {} "@types/stack-trace@0.0.30": {} - "@types/stack-utils@2.0.1": {} - "@types/stack-utils@2.0.3": {} - "@types/yargs-parser@21.0.0": {} - "@types/yargs-parser@21.0.3": {} - "@types/yargs@17.0.24": - dependencies: - "@types/yargs-parser": 21.0.0 - "@types/yargs@17.0.33": dependencies: "@types/yargs-parser": 21.0.3 @@ -12710,12 +11395,12 @@ snapshots: "@typescript-eslint/scope-manager": 5.58.0 "@typescript-eslint/type-utils": 5.58.0(eslint@7.32.0)(typescript@4.9.4) "@typescript-eslint/utils": 5.58.0(eslint@7.32.0)(typescript@4.9.4) - debug: 4.3.4 + debug: 4.4.1 eslint: 7.32.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.4.0 + semver: 7.7.2 tsutils: 3.21.0(typescript@4.9.4) optionalDependencies: typescript: 4.9.4 @@ -12727,7 +11412,7 @@ snapshots: "@typescript-eslint/scope-manager": 5.58.0 "@typescript-eslint/types": 5.58.0 "@typescript-eslint/typescript-estree": 5.58.0(typescript@4.9.4) - debug: 4.3.4 + debug: 4.4.1 eslint: 7.32.0 optionalDependencies: typescript: 4.9.4 @@ -12760,7 +11445,7 @@ snapshots: debug: 4.4.1 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.4.0 + semver: 7.7.2 tsutils: 3.21.0(typescript@4.9.4) optionalDependencies: typescript: 4.9.4 @@ -12777,7 +11462,7 @@ snapshots: "@typescript-eslint/typescript-estree": 5.58.0(typescript@4.9.4) eslint: 7.32.0 eslint-scope: 5.1.1 - semver: 7.4.0 + semver: 7.7.2 transitivePeerDependencies: - supports-color - typescript @@ -12795,11 +11480,28 @@ snapshots: chai: 5.2.1 tinyrainbow: 2.0.0 + "@vitest/expect@4.0.18": + dependencies: + "@standard-schema/spec": 1.1.0 + "@types/chai": 5.2.2 + "@vitest/spy": 4.0.18 + "@vitest/utils": 4.0.18 + chai: 6.2.2 + tinyrainbow: 3.0.3 + "@vitest/mocker@3.2.4(vite@7.1.3(@types/node@20.19.11))": dependencies: "@vitest/spy": 3.2.4 estree-walker: 3.0.3 - magic-string: 0.30.17 + magic-string: 0.30.21 + optionalDependencies: + vite: 7.1.3(@types/node@20.19.11) + + "@vitest/mocker@4.0.18(vite@7.1.3(@types/node@20.19.11))": + dependencies: + "@vitest/spy": 4.0.18 + estree-walker: 3.0.3 + magic-string: 0.30.21 optionalDependencies: vite: 7.1.3(@types/node@20.19.11) @@ -12807,28 +11509,50 @@ snapshots: dependencies: tinyrainbow: 2.0.0 + "@vitest/pretty-format@4.0.18": + dependencies: + tinyrainbow: 3.0.3 + "@vitest/runner@3.2.4": dependencies: "@vitest/utils": 3.2.4 pathe: 2.0.3 strip-literal: 3.0.0 + "@vitest/runner@4.0.18": + dependencies: + "@vitest/utils": 4.0.18 + pathe: 2.0.3 + "@vitest/snapshot@3.2.4": dependencies: "@vitest/pretty-format": 3.2.4 - magic-string: 0.30.17 + magic-string: 0.30.21 + pathe: 2.0.3 + + "@vitest/snapshot@4.0.18": + dependencies: + "@vitest/pretty-format": 4.0.18 + magic-string: 0.30.21 pathe: 2.0.3 "@vitest/spy@3.2.4": dependencies: tinyspy: 4.0.3 + "@vitest/spy@4.0.18": {} + "@vitest/utils@3.2.4": dependencies: "@vitest/pretty-format": 3.2.4 loupe: 3.2.0 tinyrainbow: 2.0.0 + "@vitest/utils@4.0.18": + dependencies: + "@vitest/pretty-format": 4.0.18 + tinyrainbow: 3.0.3 + "@yarnpkg/lockfile@1.1.0": {} "@yarnpkg/parsers@3.0.0-rc.42": @@ -12998,33 +11722,6 @@ snapshots: transitivePeerDependencies: - debug - babel-jest@29.5.0(@babel/core@7.21.4): - dependencies: - "@babel/core": 7.21.4 - "@jest/transform": 29.5.0 - "@types/babel__core": 7.20.0 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0(@babel/core@7.21.4) - chalk: 4.1.2 - graceful-fs: 4.2.11 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - - babel-jest@29.7.0(@babel/core@7.21.4): - dependencies: - "@babel/core": 7.21.4 - "@jest/transform": 29.7.0 - "@types/babel__core": 7.20.5 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.21.4) - chalk: 4.1.2 - graceful-fs: 4.2.11 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - optional: true - babel-jest@29.7.0(@babel/core@7.28.0): dependencies: "@babel/core": 7.28.0 @@ -13040,7 +11737,7 @@ snapshots: babel-plugin-istanbul@6.1.1: dependencies: - "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-plugin-utils": 7.27.1 "@istanbuljs/load-nyc-config": 1.1.0 "@istanbuljs/schema": 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -13048,13 +11745,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-jest-hoist@29.5.0: - dependencies: - "@babel/template": 7.22.5 - "@babel/types": 7.22.5 - "@types/babel__core": 7.20.0 - "@types/babel__traverse": 7.18.3 - babel-plugin-jest-hoist@29.6.3: dependencies: "@babel/template": 7.27.2 @@ -13064,10 +11754,10 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.28.0): dependencies: - "@babel/compat-data": 7.22.5 + "@babel/compat-data": 7.28.0 "@babel/core": 7.28.0 "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.28.0) - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -13086,42 +11776,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.4): - dependencies: - "@babel/core": 7.21.4 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.4) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.21.4) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.21.4) - - babel-preset-current-node-syntax@1.1.0(@babel/core@7.21.4): - dependencies: - "@babel/core": 7.21.4 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.4) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.21.4) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.4) - "@babel/plugin-syntax-import-attributes": 7.27.1(@babel/core@7.21.4) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.4) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.21.4) - optional: true - babel-preset-current-node-syntax@1.1.0(@babel/core@7.28.0): dependencies: "@babel/core": 7.28.0 @@ -13141,19 +11795,6 @@ snapshots: "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.28.0) "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.28.0) - babel-preset-jest@29.5.0(@babel/core@7.21.4): - dependencies: - "@babel/core": 7.21.4 - babel-plugin-jest-hoist: 29.5.0 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4) - - babel-preset-jest@29.6.3(@babel/core@7.21.4): - dependencies: - "@babel/core": 7.21.4 - babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.1.0(@babel/core@7.21.4) - optional: true - babel-preset-jest@29.6.3(@babel/core@7.28.0): dependencies: "@babel/core": 7.28.0 @@ -13193,21 +11834,10 @@ snapshots: dependencies: balanced-match: 1.0.2 - braces@3.0.2: - dependencies: - fill-range: 7.0.1 - braces@3.0.3: dependencies: fill-range: 7.1.1 - browserslist@4.21.5: - dependencies: - caniuse-lite: 1.0.30001478 - electron-to-chromium: 1.4.361 - node-releases: 2.0.10 - update-browserslist-db: 1.0.10(browserslist@4.21.5) - browserslist@4.25.1: dependencies: caniuse-lite: 1.0.30001727 @@ -13241,7 +11871,7 @@ snapshots: builtins@5.0.1: dependencies: - semver: 7.4.0 + semver: 7.7.2 byte-size@7.0.0: {} @@ -13265,7 +11895,7 @@ snapshots: promise-inflight: 1.0.1 rimraf: 3.0.2 ssri: 9.0.1 - tar: 6.1.11 + tar: 6.1.13 unique-filename: 2.0.1 transitivePeerDependencies: - bluebird @@ -13283,7 +11913,7 @@ snapshots: p-map: 4.0.0 promise-inflight: 1.0.1 ssri: 10.0.3 - tar: 6.1.11 + tar: 6.1.13 unique-filename: 3.0.0 transitivePeerDependencies: - bluebird @@ -13312,8 +11942,6 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001478: {} - caniuse-lite@1.0.30001727: {} chai@5.2.1: @@ -13324,6 +11952,8 @@ snapshots: loupe: 3.2.0 pathval: 2.0.1 + chai@6.2.2: {} + chalk@2.4.2: dependencies: ansi-styles: 3.2.1 @@ -13352,12 +11982,8 @@ snapshots: ci-info@2.0.0: {} - ci-info@3.8.0: {} - ci-info@3.9.0: {} - cjs-module-lexer@1.2.2: {} - cjs-module-lexer@1.4.3: {} clean-stack@2.2.0: {} @@ -13400,8 +12026,6 @@ snapshots: co@4.6.0: {} - collect-v8-coverage@1.0.1: {} - collect-v8-coverage@1.0.2: {} color-convert@1.9.3: @@ -13497,7 +12121,7 @@ snapshots: json-stringify-safe: 5.0.1 lodash: 4.17.21 meow: 8.1.2 - semver: 6.3.0 + semver: 6.3.1 split: 1.0.1 through2: 4.0.2 @@ -13526,22 +12150,20 @@ snapshots: meow: 8.1.2 q: 1.5.1 - convert-source-map@1.9.0: {} - convert-source-map@2.0.0: {} core-js-compat@3.31.0: dependencies: - browserslist: 4.21.5 + browserslist: 4.25.1 core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@4.3.0(@types/node@20.19.11)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.2.2))(typescript@5.2.2): + cosmiconfig-typescript-loader@4.3.0(@types/node@20.19.11)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3))(typescript@5.8.3): dependencies: "@types/node": 20.19.11 cosmiconfig: 8.1.3 - ts-node: 10.9.1(@types/node@20.19.11)(typescript@5.2.2) - typescript: 5.2.2 + ts-node: 10.9.1(@types/node@20.19.11)(typescript@5.8.3) + typescript: 5.8.3 cosmiconfig@7.0.0: dependencies: @@ -13558,13 +12180,13 @@ snapshots: parse-json: 5.2.0 path-type: 4.0.0 - create-jest@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)): + create-jest@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)): dependencies: "@jest/types": 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + jest-config: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -13593,10 +12215,6 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.3.4: - dependencies: - ms: 2.1.2 - debug@4.4.1: dependencies: ms: 2.1.3 @@ -13692,8 +12310,6 @@ snapshots: dependencies: jake: 10.8.5 - electron-to-chromium@1.4.361: {} - electron-to-chromium@1.5.190: {} emittery@0.13.1: {} @@ -13769,8 +12385,6 @@ snapshots: es-errors@1.3.0: {} - es-module-lexer@1.4.1: {} - es-module-lexer@1.7.0: {} es-object-atoms@1.1.1: @@ -13796,14 +12410,14 @@ snapshots: esbuild-register@3.4.2(esbuild@0.17.16): dependencies: - debug: 4.3.4 + debug: 4.4.1 esbuild: 0.17.16 transitivePeerDependencies: - supports-color esbuild-register@3.4.2(esbuild@0.25.9): dependencies: - debug: 4.3.4 + debug: 4.4.1 esbuild: 0.25.9 transitivePeerDependencies: - supports-color @@ -13862,8 +12476,6 @@ snapshots: "@esbuild/win32-ia32": 0.25.9 "@esbuild/win32-x64": 0.25.9 - escalade@3.1.1: {} - escalade@3.2.0: {} escape-string-regexp@1.0.5: {} @@ -13875,21 +12487,21 @@ snapshots: eslint-import-resolver-node@0.3.7: dependencies: debug: 3.2.7 - is-core-module: 2.12.0 - resolve: 1.22.2 + is-core-module: 2.16.1 + resolve: 1.22.10 transitivePeerDependencies: - supports-color eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.58.0(eslint@7.32.0)(typescript@4.9.4))(eslint-plugin-import@2.27.5)(eslint@7.32.0): dependencies: - debug: 4.3.4 + debug: 4.4.1 enhanced-resolve: 5.12.0 eslint: 7.32.0 eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.58.0(eslint@7.32.0)(typescript@4.9.4))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@7.32.0) eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0(eslint@7.32.0)(typescript@4.9.4))(eslint-import-resolver-typescript@3.5.5)(eslint@7.32.0) - get-tsconfig: 4.5.0 + get-tsconfig: 4.7.2 globby: 13.1.4 - is-core-module: 2.12.0 + is-core-module: 2.16.1 is-glob: 4.0.3 synckit: 0.8.5 transitivePeerDependencies: @@ -13920,12 +12532,12 @@ snapshots: eslint-import-resolver-node: 0.3.7 eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.58.0(eslint@7.32.0)(typescript@4.9.4))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@7.32.0) has: 1.0.3 - is-core-module: 2.12.0 + is-core-module: 2.16.1 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 - resolve: 1.22.2 - semver: 6.3.0 + resolve: 1.22.10 + semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: "@typescript-eslint/parser": 5.58.0(eslint@7.32.0)(typescript@4.9.4) @@ -13957,7 +12569,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4 + debug: 4.4.1 doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 @@ -13985,7 +12597,7 @@ snapshots: optionator: 0.9.1 progress: 2.0.3 regexpp: 3.2.0 - semver: 7.4.0 + semver: 7.7.2 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 table: 6.8.1 @@ -14072,14 +12684,6 @@ snapshots: expect-type@1.2.2: {} - expect@29.5.0: - dependencies: - "@jest/expect-utils": 29.5.0 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.5.0 - jest-util: 29.5.0 - expect@29.7.0: dependencies: "@jest/expect-utils": 29.7.0 @@ -14102,7 +12706,7 @@ snapshots: "@nodelib/fs.walk": 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.5 + micromatch: 4.0.8 fast-glob@3.2.7: dependencies: @@ -14110,7 +12714,7 @@ snapshots: "@nodelib/fs.walk": 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.5 + micromatch: 4.0.8 fast-json-stable-stringify@2.1.0: {} @@ -14124,10 +12728,6 @@ snapshots: dependencies: bser: 2.1.1 - fdir@6.4.6(picomatch@4.0.3): - optionalDependencies: - picomatch: 4.0.3 - fdir@6.5.0(picomatch@4.0.3): optionalDependencies: picomatch: 4.0.3 @@ -14146,10 +12746,6 @@ snapshots: dependencies: minimatch: 5.1.6 - fill-range@7.0.1: - dependencies: - to-regex-range: 5.0.1 - fill-range@7.1.1: dependencies: to-regex-range: 5.0.1 @@ -14309,8 +12905,6 @@ snapshots: call-bind: 1.0.2 get-intrinsic: 1.3.0 - get-tsconfig@4.5.0: {} - get-tsconfig@4.7.2: dependencies: resolve-pkg-maps: 1.0.0 @@ -14331,7 +12925,7 @@ snapshots: git-semver-tags@4.1.1: dependencies: meow: 8.1.2 - semver: 6.3.0 + semver: 6.3.1 git-up@7.0.0: dependencies: @@ -14449,13 +13043,11 @@ snapshots: has-proto@1.0.1: {} - has-symbols@1.0.3: {} - has-symbols@1.1.0: {} has-tostringtag@1.0.2: dependencies: - has-symbols: 1.0.3 + has-symbols: 1.1.0 has-unicode@2.0.1: {} @@ -14542,11 +13134,6 @@ snapshots: parent-module: 1.0.1 resolve-from: 4.0.0 - import-local@3.1.0: - dependencies: - pkg-dir: 4.2.0 - resolve-cwd: 3.0.0 - import-local@3.2.0: dependencies: pkg-dir: 4.2.0 @@ -14573,7 +13160,7 @@ snapshots: promzard: 0.3.0 read: 1.0.7 read-package-json: 5.0.1 - semver: 7.4.0 + semver: 7.7.2 validate-npm-package-license: 3.0.4 validate-npm-package-name: 4.0.0 @@ -14648,10 +13235,6 @@ snapshots: dependencies: ci-info: 2.0.0 - is-core-module@2.12.0: - dependencies: - has: 1.0.3 - is-core-module@2.16.1: dependencies: hasown: 2.0.2 @@ -14702,7 +13285,7 @@ snapshots: is-reference@1.2.1: dependencies: - "@types/estree": 1.0.0 + "@types/estree": 1.0.8 is-regex@1.1.4: dependencies: @@ -14759,17 +13342,15 @@ snapshots: isobject@3.0.1: {} - istanbul-lib-coverage@3.2.0: {} - istanbul-lib-coverage@3.2.2: {} istanbul-lib-instrument@5.2.1: dependencies: - "@babel/core": 7.21.4 - "@babel/parser": 7.22.5 + "@babel/core": 7.28.0 + "@babel/parser": 7.28.0 "@istanbuljs/schema": 0.1.3 - istanbul-lib-coverage: 3.2.0 - semver: 6.3.0 + istanbul-lib-coverage: 3.2.2 + semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -14783,12 +13364,6 @@ snapshots: transitivePeerDependencies: - supports-color - istanbul-lib-report@3.0.0: - dependencies: - istanbul-lib-coverage: 3.2.0 - make-dir: 3.1.0 - supports-color: 7.2.0 - istanbul-lib-report@3.0.1: dependencies: istanbul-lib-coverage: 3.2.2 @@ -14798,16 +13373,11 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: debug: 4.4.1 - istanbul-lib-coverage: 3.2.0 + istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: - supports-color - istanbul-reports@3.1.5: - dependencies: - html-escaper: 2.0.2 - istanbul-lib-report: 3.0.0 - istanbul-reports@3.1.7: dependencies: html-escaper: 2.0.2 @@ -14820,41 +13390,11 @@ snapshots: filelist: 1.0.4 minimatch: 3.1.2 - jest-changed-files@29.5.0: - dependencies: - execa: 5.1.1 - p-limit: 3.1.0 - jest-changed-files@29.7.0: dependencies: execa: 5.1.1 - jest-util: 29.7.0 - p-limit: 3.1.0 - - jest-circus@29.5.0: - dependencies: - "@jest/environment": 29.5.0 - "@jest/expect": 29.5.0 - "@jest/test-result": 29.5.0 - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - chalk: 4.1.2 - co: 4.6.0 - dedent: 0.7.0 - is-generator-fn: 2.1.0 - jest-each: 29.5.0 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.5.0 - jest-runtime: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.5.0 + jest-util: 29.7.0 p-limit: 3.1.0 - pretty-format: 29.5.0 - pure-rand: 6.0.1 - slash: 3.0.0 - stack-utils: 2.0.6 - transitivePeerDependencies: - - supports-color jest-circus@29.7.0: dependencies: @@ -14882,35 +13422,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)): - dependencies: - "@jest/core": 29.5.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) - "@jest/test-result": 29.5.0 - "@jest/types": 29.5.0 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - import-local: 3.1.0 - jest-config: 29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) - jest-util: 29.5.0 - jest-validate: 29.5.0 - prompts: 2.4.2 - yargs: 17.7.1 - transitivePeerDependencies: - - "@types/node" - - supports-color - - ts-node - - jest-cli@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)): + jest-cli@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)): dependencies: - "@jest/core": 29.7.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + "@jest/core": 29.7.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) "@jest/test-result": 29.7.0 "@jest/types": 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + create-jest: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + jest-config: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -14920,37 +13441,7 @@ snapshots: - supports-color - ts-node - jest-config@29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)): - dependencies: - "@babel/core": 7.21.4 - "@jest/test-sequencer": 29.5.0 - "@jest/types": 29.5.0 - babel-jest: 29.5.0(@babel/core@7.21.4) - chalk: 4.1.2 - ci-info: 3.8.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.5.0 - jest-environment-node: 29.5.0 - jest-get-type: 29.4.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-runner: 29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 29.5.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - "@types/node": 20.19.11 - ts-node: 10.9.1(@types/node@20.19.11)(typescript@5.2.2) - transitivePeerDependencies: - - supports-color - - jest-config@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)): + jest-config@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)): dependencies: "@babel/core": 7.28.0 "@jest/test-sequencer": 29.7.0 @@ -14981,13 +13472,6 @@ snapshots: - babel-plugin-macros - supports-color - jest-diff@29.5.0: - dependencies: - chalk: 4.1.2 - diff-sequences: 29.6.3 - jest-get-type: 29.4.3 - pretty-format: 29.7.0 - jest-diff@29.7.0: dependencies: chalk: 4.1.2 @@ -14995,22 +13479,10 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-docblock@29.4.3: - dependencies: - detect-newline: 3.1.0 - jest-docblock@29.7.0: dependencies: detect-newline: 3.1.0 - jest-each@29.5.0: - dependencies: - "@jest/types": 29.5.0 - chalk: 4.1.2 - jest-get-type: 29.4.3 - jest-util: 29.5.0 - pretty-format: 29.7.0 - jest-each@29.7.0: dependencies: "@jest/types": 29.6.3 @@ -15019,15 +13491,6 @@ snapshots: jest-util: 29.7.0 pretty-format: 29.7.0 - jest-environment-node@29.5.0: - dependencies: - "@jest/environment": 29.5.0 - "@jest/fake-timers": 29.5.0 - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - jest-mock: 29.5.0 - jest-util: 29.5.0 - jest-environment-node@29.7.0: dependencies: "@jest/environment": 29.7.0 @@ -15037,26 +13500,8 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 - jest-get-type@29.4.3: {} - jest-get-type@29.6.3: {} - jest-haste-map@29.5.0: - dependencies: - "@jest/types": 29.5.0 - "@types/graceful-fs": 4.1.6 - "@types/node": 20.19.11 - anymatch: 3.1.3 - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 - jest-regex-util: 29.4.3 - jest-util: 29.5.0 - jest-worker: 29.5.0 - micromatch: 4.0.5 - walker: 1.0.8 - optionalDependencies: - fsevents: 2.3.3 - jest-haste-map@29.7.0: dependencies: "@jest/types": 29.6.3 @@ -15073,23 +13518,11 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - jest-leak-detector@29.5.0: - dependencies: - jest-get-type: 29.4.3 - pretty-format: 29.7.0 - jest-leak-detector@29.7.0: dependencies: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-matcher-utils@29.5.0: - dependencies: - chalk: 4.1.2 - jest-diff: 29.5.0 - jest-get-type: 29.4.3 - pretty-format: 29.7.0 - jest-matcher-utils@29.7.0: dependencies: chalk: 4.1.2 @@ -15097,18 +13530,6 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-message-util@29.5.0: - dependencies: - "@babel/code-frame": 7.27.1 - "@jest/types": 29.5.0 - "@types/stack-utils": 2.0.1 - chalk: 4.1.2 - graceful-fs: 4.2.11 - micromatch: 4.0.5 - pretty-format: 29.7.0 - slash: 3.0.0 - stack-utils: 2.0.6 - jest-message-util@29.7.0: dependencies: "@babel/code-frame": 7.27.1 @@ -15123,41 +13544,22 @@ snapshots: jest-mock-extended@3.0.4(jest@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)))(typescript@5.8.3): dependencies: - jest: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + jest: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) ts-essentials: 7.0.3(typescript@5.8.3) typescript: 5.8.3 - jest-mock@29.5.0: - dependencies: - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - jest-util: 29.5.0 - jest-mock@29.7.0: dependencies: "@jest/types": 29.6.3 "@types/node": 20.19.11 jest-util: 29.7.0 - jest-pnp-resolver@1.2.3(jest-resolve@29.5.0): - optionalDependencies: - jest-resolve: 29.5.0 - jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): optionalDependencies: jest-resolve: 29.7.0 - jest-regex-util@29.4.3: {} - jest-regex-util@29.6.3: {} - jest-resolve-dependencies@29.5.0: - dependencies: - jest-regex-util: 29.4.3 - jest-snapshot: 29.5.0 - transitivePeerDependencies: - - supports-color - jest-resolve-dependencies@29.7.0: dependencies: jest-regex-util: 29.6.3 @@ -15165,18 +13567,6 @@ snapshots: transitivePeerDependencies: - supports-color - jest-resolve@29.5.0: - dependencies: - chalk: 4.1.2 - graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-pnp-resolver: 1.2.3(jest-resolve@29.5.0) - jest-util: 29.5.0 - jest-validate: 29.5.0 - resolve: 1.22.2 - resolve.exports: 2.0.2 - slash: 3.0.0 - jest-resolve@29.7.0: dependencies: chalk: 4.1.2 @@ -15189,32 +13579,6 @@ snapshots: resolve.exports: 2.0.3 slash: 3.0.0 - jest-runner@29.5.0: - dependencies: - "@jest/console": 29.5.0 - "@jest/environment": 29.5.0 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - chalk: 4.1.2 - emittery: 0.13.1 - graceful-fs: 4.2.11 - jest-docblock: 29.4.3 - jest-environment-node: 29.5.0 - jest-haste-map: 29.5.0 - jest-leak-detector: 29.5.0 - jest-message-util: 29.5.0 - jest-resolve: 29.5.0 - jest-runtime: 29.5.0 - jest-util: 29.5.0 - jest-watcher: 29.5.0 - jest-worker: 29.5.0 - p-limit: 3.1.0 - source-map-support: 0.5.13 - transitivePeerDependencies: - - supports-color - jest-runner@29.7.0: dependencies: "@jest/console": 29.7.0 @@ -15241,33 +13605,6 @@ snapshots: transitivePeerDependencies: - supports-color - jest-runtime@29.5.0: - dependencies: - "@jest/environment": 29.5.0 - "@jest/fake-timers": 29.5.0 - "@jest/globals": 29.5.0 - "@jest/source-map": 29.4.3 - "@jest/test-result": 29.5.0 - "@jest/transform": 29.5.0 - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - chalk: 4.1.2 - cjs-module-lexer: 1.2.2 - collect-v8-coverage: 1.0.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-haste-map: 29.5.0 - jest-message-util: 29.5.0 - jest-mock: 29.5.0 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-snapshot: 29.5.0 - jest-util: 29.5.0 - slash: 3.0.0 - strip-bom: 4.0.0 - transitivePeerDependencies: - - supports-color - jest-runtime@29.7.0: dependencies: "@jest/environment": 29.7.0 @@ -15295,34 +13632,6 @@ snapshots: transitivePeerDependencies: - supports-color - jest-snapshot@29.5.0: - dependencies: - "@babel/core": 7.21.4 - "@babel/generator": 7.22.5 - "@babel/plugin-syntax-jsx": 7.21.4(@babel/core@7.21.4) - "@babel/plugin-syntax-typescript": 7.21.4(@babel/core@7.21.4) - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 - "@jest/expect-utils": 29.5.0 - "@jest/transform": 29.5.0 - "@jest/types": 29.5.0 - "@types/babel__traverse": 7.18.3 - "@types/prettier": 2.7.2 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4) - chalk: 4.1.2 - expect: 29.5.0 - graceful-fs: 4.2.11 - jest-diff: 29.5.0 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.5.0 - jest-message-util: 29.5.0 - jest-util: 29.5.0 - natural-compare: 1.4.0 - pretty-format: 29.7.0 - semver: 7.4.0 - transitivePeerDependencies: - - supports-color - jest-snapshot@29.7.0: dependencies: "@babel/core": 7.28.0 @@ -15348,15 +13657,6 @@ snapshots: transitivePeerDependencies: - supports-color - jest-util@29.5.0: - dependencies: - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - chalk: 4.1.2 - ci-info: 3.8.0 - graceful-fs: 4.2.11 - picomatch: 2.3.1 - jest-util@29.7.0: dependencies: "@jest/types": 29.6.3 @@ -15366,15 +13666,6 @@ snapshots: graceful-fs: 4.2.11 picomatch: 2.3.1 - jest-validate@29.5.0: - dependencies: - "@jest/types": 29.5.0 - camelcase: 6.3.0 - chalk: 4.1.2 - jest-get-type: 29.4.3 - leven: 3.1.0 - pretty-format: 29.5.0 - jest-validate@29.7.0: dependencies: "@jest/types": 29.6.3 @@ -15384,17 +13675,6 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watcher@29.5.0: - dependencies: - "@jest/test-result": 29.5.0 - "@jest/types": 29.5.0 - "@types/node": 20.19.11 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - emittery: 0.13.1 - jest-util: 29.5.0 - string-length: 4.0.2 - jest-watcher@29.7.0: dependencies: "@jest/test-result": 29.7.0 @@ -15406,13 +13686,6 @@ snapshots: jest-util: 29.7.0 string-length: 4.0.2 - jest-worker@29.5.0: - dependencies: - "@types/node": 20.19.11 - jest-util: 29.5.0 - merge-stream: 2.0.0 - supports-color: 8.1.1 - jest-worker@29.7.0: dependencies: "@types/node": 20.19.11 @@ -15420,23 +13693,12 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)): - dependencies: - "@jest/core": 29.5.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) - "@jest/types": 29.5.0 - import-local: 3.1.0 - jest-cli: 29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) - transitivePeerDependencies: - - "@types/node" - - supports-color - - ts-node - - jest@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)): + jest@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)): dependencies: - "@jest/core": 29.7.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + "@jest/core": 29.7.0(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) "@jest/types": 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3)) + jest-cli: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) transitivePeerDependencies: - "@types/node" - babel-plugin-macros @@ -15458,8 +13720,6 @@ snapshots: jsesc@0.5.0: {} - jsesc@2.5.2: {} - jsesc@3.1.0: {} json-parse-better-errors@1.0.2: {} @@ -15538,7 +13798,7 @@ snapshots: globby: 11.1.0 graceful-fs: 4.2.10 has-unicode: 2.0.1 - import-local: 3.1.0 + import-local: 3.2.0 init-package-json: 3.0.2 inquirer: 8.2.5 is-ci: 2.0.0 @@ -15568,7 +13828,7 @@ snapshots: read-package-json: 5.0.1 resolve-from: 5.0.0 rimraf: 4.4.1 - semver: 7.4.0 + semver: 7.7.2 signal-exit: 3.0.7 slash: 3.0.0 ssri: 9.0.1 @@ -15614,7 +13874,7 @@ snapshots: normalize-package-data: 4.0.1 npm-package-arg: 9.1.2 npm-registry-fetch: 13.3.1 - semver: 7.4.0 + semver: 7.7.2 ssri: 9.0.1 transitivePeerDependencies: - bluebird @@ -15704,13 +13964,9 @@ snapshots: lru-cache@9.0.1: {} - magic-string@0.30.17: - dependencies: - "@jridgewell/sourcemap-codec": 1.5.4 - - magic-string@0.30.5: + magic-string@0.30.21: dependencies: - "@jridgewell/sourcemap-codec": 1.4.15 + "@jridgewell/sourcemap-codec": 1.5.5 make-dir@2.1.0: dependencies: @@ -15719,7 +13975,7 @@ snapshots: make-dir@3.1.0: dependencies: - semver: 6.3.0 + semver: 6.3.1 make-dir@4.0.0: dependencies: @@ -15798,11 +14054,6 @@ snapshots: merge2@1.4.1: {} - micromatch@4.0.5: - dependencies: - braces: 3.0.2 - picomatch: 2.3.1 - micromatch@4.0.8: dependencies: braces: 3.0.3 @@ -15914,8 +14165,6 @@ snapshots: modify-values@1.0.1: {} - ms@2.1.2: {} - ms@2.1.3: {} multimatch@5.0.0: @@ -15924,7 +14173,7 @@ snapshots: array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 - minimatch: 3.0.5 + minimatch: 3.1.2 mute-stream@0.0.8: {} @@ -15940,7 +14189,7 @@ snapshots: node-abi@3.35.0: dependencies: - semver: 7.4.0 + semver: 7.7.2 node-addon-api@3.2.1: {} @@ -15963,7 +14212,7 @@ snapshots: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.4.0 + semver: 7.7.2 tar: 6.1.13 which: 2.0.2 transitivePeerDependencies: @@ -15972,8 +14221,6 @@ snapshots: node-int64@0.4.0: {} - node-releases@2.0.10: {} - node-releases@2.0.19: {} nopt@6.0.0: @@ -15987,29 +14234,29 @@ snapshots: normalize-package-data@2.5.0: dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.2 + resolve: 1.22.10 semver: 5.7.1 validate-npm-package-license: 3.0.4 normalize-package-data@3.0.3: dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.12.0 - semver: 7.4.0 + is-core-module: 2.16.1 + semver: 7.7.2 validate-npm-package-license: 3.0.4 normalize-package-data@4.0.1: dependencies: hosted-git-info: 5.2.1 - is-core-module: 2.12.0 - semver: 7.4.0 + is-core-module: 2.16.1 + semver: 7.7.2 validate-npm-package-license: 3.0.4 normalize-package-data@5.0.0: dependencies: hosted-git-info: 6.1.1 - is-core-module: 2.12.0 - semver: 7.4.0 + is-core-module: 2.16.1 + semver: 7.7.2 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} @@ -16024,11 +14271,11 @@ snapshots: npm-install-checks@5.0.0: dependencies: - semver: 7.4.0 + semver: 7.7.2 npm-install-checks@6.1.1: dependencies: - semver: 7.4.0 + semver: 7.7.2 npm-normalize-package-bin@1.0.1: {} @@ -16040,20 +14287,20 @@ snapshots: dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 - semver: 7.4.0 + semver: 7.7.2 validate-npm-package-name: 5.0.0 npm-package-arg@8.1.1: dependencies: hosted-git-info: 3.0.8 - semver: 7.4.0 + semver: 7.7.2 validate-npm-package-name: 3.0.0 npm-package-arg@9.1.2: dependencies: hosted-git-info: 5.2.1 proc-log: 2.0.1 - semver: 7.4.0 + semver: 7.7.2 validate-npm-package-name: 4.0.0 npm-packlist@5.1.1: @@ -16072,14 +14319,14 @@ snapshots: npm-install-checks: 5.0.0 npm-normalize-package-bin: 2.0.0 npm-package-arg: 9.1.2 - semver: 7.4.0 + semver: 7.7.2 npm-pick-manifest@8.0.1: dependencies: npm-install-checks: 6.1.1 npm-normalize-package-bin: 3.0.0 npm-package-arg: 10.1.0 - semver: 7.4.0 + semver: 7.7.2 npm-registry-fetch@13.3.1: dependencies: @@ -16168,7 +14415,7 @@ snapshots: tsconfig-paths: 4.2.0 tslib: 2.5.0 v8-compile-cache: 2.3.0 - yargs: 17.7.1 + yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: "@nrwl/nx-darwin-arm64": 15.9.2 @@ -16200,6 +14447,8 @@ snapshots: define-properties: 1.2.0 es-abstract: 1.21.2 + obug@2.1.1: {} + once@1.4.0: dependencies: wrappy: 1.0.2 @@ -16332,7 +14581,7 @@ snapshots: read-package-json-fast: 2.0.3 rimraf: 3.0.2 ssri: 9.0.1 - tar: 6.1.11 + tar: 6.1.13 transitivePeerDependencies: - bluebird - supports-color @@ -16356,7 +14605,7 @@ snapshots: read-package-json-fast: 3.0.2 sigstore: 1.2.0 ssri: 10.0.3 - tar: 6.1.11 + tar: 6.1.13 transitivePeerDependencies: - bluebird - supports-color @@ -16434,8 +14683,6 @@ snapshots: pify@5.0.0: {} - pirates@4.0.5: {} - pirates@4.0.7: {} pkg-dir@4.2.0: @@ -16480,12 +14727,6 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.2.0 - pretty-format@29.5.0: - dependencies: - "@jest/schemas": 29.4.3 - ansi-styles: 5.2.0 - react-is: 18.2.0 - pretty-format@29.7.0: dependencies: "@jest/schemas": 29.6.3 @@ -16535,8 +14776,6 @@ snapshots: punycode@2.3.0: {} - pure-rand@6.0.1: {} - pure-rand@6.1.0: {} q@1.5.1: {} @@ -16682,8 +14921,6 @@ snapshots: resolve-pkg-maps@1.0.0: {} - resolve.exports@2.0.2: {} - resolve.exports@2.0.3: {} resolve@1.22.10: @@ -16692,12 +14929,6 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - resolve@1.22.2: - dependencies: - is-core-module: 2.12.0 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - restore-cursor@3.1.0: dependencies: onetime: 5.1.2 @@ -16717,7 +14948,7 @@ snapshots: rollup-plugin-dts@6.1.0(rollup@4.48.1)(typescript@4.9.4): dependencies: - magic-string: 0.30.5 + magic-string: 0.30.21 rollup: 4.48.1 typescript: 4.9.4 optionalDependencies: @@ -16726,8 +14957,8 @@ snapshots: rollup-plugin-esbuild@6.1.0(esbuild@0.17.16)(rollup@4.48.1): dependencies: "@rollup/pluginutils": 5.0.5(rollup@4.48.1) - debug: 4.3.4 - es-module-lexer: 1.4.1 + debug: 4.4.1 + es-module-lexer: 1.7.0 esbuild: 0.17.16 get-tsconfig: 4.7.2 rollup: 4.48.1 @@ -16784,8 +15015,6 @@ snapshots: semver@5.7.1: {} - semver@6.3.0: {} - semver@6.3.1: {} semver@7.3.4: @@ -16796,10 +15025,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.4.0: - dependencies: - lru-cache: 6.0.0 - semver@7.7.2: {} set-blocking@2.0.0: {} @@ -16915,7 +15140,7 @@ snapshots: stackback@0.0.2: {} - std-env@3.9.0: {} + std-env@3.10.0: {} string-length@4.0.2: dependencies: @@ -17088,15 +15313,19 @@ snapshots: tinyexec@0.3.2: {} - tinyglobby@0.2.14: + tinyexec@1.0.2: {} + + tinyglobby@0.2.15: dependencies: - fdir: 6.4.6(picomatch@4.0.3) + fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 tinypool@1.1.1: {} tinyrainbow@2.0.0: {} + tinyrainbow@3.0.3: {} + tinyspy@4.0.3: {} tmp@0.0.33: @@ -17109,8 +15338,6 @@ snapshots: tmpl@1.0.5: {} - to-fast-properties@2.0.0: {} - to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -17125,42 +15352,24 @@ snapshots: dependencies: typescript: 5.8.3 - ts-jest@29.1.0(@babel/core@7.21.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.21.4))(esbuild@0.17.16)(jest@29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)))(typescript@4.9.4): + ts-jest@29.1.0(@babel/core@7.28.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.0))(esbuild@0.17.16)(jest@29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)))(typescript@4.9.4): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.5.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) - jest-util: 29.5.0 + jest: 29.7.0(@types/node@20.19.11)(ts-node@10.9.1(@types/node@20.19.11)(typescript@4.9.4)) + jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.4.0 + semver: 7.7.2 typescript: 4.9.4 yargs-parser: 21.1.1 optionalDependencies: - "@babel/core": 7.21.4 + "@babel/core": 7.28.0 "@jest/types": 29.6.3 - babel-jest: 29.7.0(@babel/core@7.21.4) + babel-jest: 29.7.0(@babel/core@7.28.0) esbuild: 0.17.16 - ts-node@10.9.1(@types/node@20.19.11)(typescript@5.2.2): - dependencies: - "@cspotcode/source-map-support": 0.8.1 - "@tsconfig/node10": 1.0.9 - "@tsconfig/node12": 1.0.11 - "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.3 - "@types/node": 20.19.11 - acorn: 8.10.0 - acorn-walk: 8.3.2 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.2.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - ts-node@10.9.1(@types/node@20.19.11)(typescript@5.8.3): dependencies: "@cspotcode/source-map-support": 0.8.1 @@ -17178,7 +15387,6 @@ snapshots: typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - optional: true tsconfig-paths@3.14.2: dependencies: @@ -17240,10 +15448,6 @@ snapshots: typescript@4.9.4: {} - typescript@5.1.3: {} - - typescript@5.2.2: {} - typescript@5.8.3: {} uglify-js@3.19.3: @@ -17295,12 +15499,6 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.0.10(browserslist@4.21.5): - dependencies: - browserslist: 4.21.5 - escalade: 3.1.1 - picocolors: 1.1.1 - update-browserslist-db@1.1.3(browserslist@4.25.1): dependencies: browserslist: 4.25.1 @@ -17321,12 +15519,6 @@ snapshots: v8-compile-cache@2.3.0: {} - v8-to-istanbul@9.1.0: - dependencies: - "@jridgewell/trace-mapping": 0.3.18 - "@types/istanbul-lib-coverage": 2.0.4 - convert-source-map: 1.9.0 - v8-to-istanbul@9.3.0: dependencies: "@jridgewell/trace-mapping": 0.3.29 @@ -17378,7 +15570,7 @@ snapshots: picomatch: 4.0.3 postcss: 8.5.6 rollup: 4.48.1 - tinyglobby: 0.2.14 + tinyglobby: 0.2.15 optionalDependencies: "@types/node": 20.19.11 fsevents: 2.3.3 @@ -17396,13 +15588,13 @@ snapshots: chai: 5.2.1 debug: 4.4.1 expect-type: 1.2.2 - magic-string: 0.30.17 + magic-string: 0.30.21 pathe: 2.0.3 picomatch: 4.0.3 - std-env: 3.9.0 + std-env: 3.10.0 tinybench: 2.9.0 tinyexec: 0.3.2 - tinyglobby: 0.2.14 + tinyglobby: 0.2.15 tinypool: 1.1.1 tinyrainbow: 2.0.0 vite: 7.1.3(@types/node@20.19.11) @@ -17424,6 +15616,43 @@ snapshots: - tsx - yaml + vitest@4.0.18(@types/node@20.19.11): + dependencies: + "@vitest/expect": 4.0.18 + "@vitest/mocker": 4.0.18(vite@7.1.3(@types/node@20.19.11)) + "@vitest/pretty-format": 4.0.18 + "@vitest/runner": 4.0.18 + "@vitest/snapshot": 4.0.18 + "@vitest/spy": 4.0.18 + "@vitest/utils": 4.0.18 + es-module-lexer: 1.7.0 + expect-type: 1.2.2 + magic-string: 0.30.21 + obug: 2.1.1 + pathe: 2.0.3 + picomatch: 4.0.3 + std-env: 3.10.0 + tinybench: 2.9.0 + tinyexec: 1.0.2 + tinyglobby: 0.2.15 + tinyrainbow: 3.0.3 + vite: 7.1.3(@types/node@20.19.11) + why-is-node-running: 2.3.0 + optionalDependencies: + "@types/node": 20.19.11 + transitivePeerDependencies: + - jiti + - less + - lightningcss + - msw + - sass + - sass-embedded + - stylus + - sugarss + - terser + - tsx + - yaml + walk-up-path@1.0.0: {} walker@1.0.8: @@ -17540,23 +15769,13 @@ snapshots: yargs@16.2.0: dependencies: cliui: 7.0.4 - escalade: 3.1.1 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 20.2.4 - yargs@17.7.1: - dependencies: - cliui: 8.0.1 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - yargs@17.7.2: dependencies: cliui: 8.0.1