diff options
| author | Pauline <git@ethanlibs.co> | 2023-12-26 16:44:14 +0100 |
|---|---|---|
| committer | Pauline <git@ethanlibs.co> | 2023-12-26 18:22:39 +0100 |
| commit | ae4afbb2af686e10feb7518cd2e5f4a4e94503bf (patch) | |
| tree | 242bd118f77603370a222f2434337532a02ce051 | |
| parent | 6db9917e7d2ffaa1a9e08c326c0ac8736332823c (diff) | |
| download | Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.gz Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.bz2 Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.zip | |
chore(deps): bump and use patched lint
| -rw-r--r-- | apps/website/package.json | 12 | ||||
| -rw-r--r-- | eslint.config.js | 11 | ||||
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | packages/config/package.json | 4 | ||||
| -rw-r--r-- | packages/ui/package.json | 8 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 1595 |
6 files changed, 505 insertions, 1129 deletions
diff --git a/apps/website/package.json b/apps/website/package.json index bb13cbe..11da785 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -11,19 +11,19 @@ "test": "vitest" }, "dependencies": { - "@astrojs/mdx": "^1.1.5", - "@astrojs/rss": "^3.0.0", + "@astrojs/mdx": "^2.0.2", + "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", - "@astrojs/tailwind": "^5.0.2", - "astro": "^4.0.6", + "@astrojs/tailwind": "^5.0.4", + "astro": "^4.0.7", "sass": "^1.69.5", "tailwindcss": "^3.4.0", - "vitest": "^0.34.6" + "vitest": "^1.1.0" }, "devDependencies": { "@polyfrost/config": "workspace:*", "@types/node": "~20.10.5", - "node-html-parser": "^6.1.11", + "node-html-parser": "^6.1.12", "typescript": "^5.3.3" } } diff --git a/eslint.config.js b/eslint.config.js index 015078e..af6976e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -2,7 +2,7 @@ import petal from '@flowr/eslint-config'; export default petal({ astro: true, - react: false, + react: true, typescript: true, gitignore: true, toml: false, @@ -20,13 +20,4 @@ export default petal({ 'apps/desktop/src/commands.ts', '**/.next/**', ], - overrides: { - astro: { - 'style/jsx-one-expression-per-line': 'off', - 'style/jsx-indent': 'off', - 'style/jsx-closing-bracket-location': 'off', - 'style/jsx-tag-spacing': 'off', - 'style/indent': 'off', - }, - }, }); diff --git a/package.json b/package.json index ad0e375..bafd4c4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "turbo run test", "typecheck": "pnpm -r typecheck", "lint": "eslint --cache .", - "lint:fix": "pnpm run lint --fix", + "lint:fix": "pnpm lint --fix", "clean": "git clean -qfX .", "prisma": "cd core && cargo prisma", "tauri": "pnpm desktop tauri", @@ -33,7 +33,7 @@ "codegen": "cargo test -p nexus-core api::tests::gen -- --exact" }, "devDependencies": { - "@flowr/eslint-config": "^2.1.1-alpha.17", + "@flowr/eslint-config": "^2.1.1-alpha.18", "@storybook/react-vite": "^7.6.6", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", diff --git a/packages/config/package.json b/packages/config/package.json index 30adebb..93eaa7a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -14,9 +14,9 @@ "@vitejs/plugin-react": "^4.2.1", "regexpp": "^3.2.0", "vite": "^5.0.10", - "vite-plugin-html": "^3.2.0", + "vite-plugin-html": "^3.2.1", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.2.2", - "vitest": "^0.34.6" + "vitest": "^1.1.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 321a5ef..dc17985 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -27,10 +27,10 @@ "clsx": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.20.0", - "sonner": "^1.2.3", + "react-router-dom": "^6.21.1", + "sonner": "^1.3.1", "tailwindcss-radix": "^2.8.0", - "ts-pattern": "^5.0.5", + "ts-pattern": "^5.0.6", "use-debounce": "^10.0.0", "zod": "^3.22.4" }, @@ -48,6 +48,6 @@ "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "typescript": "^5.3.3", - "vitest": "^0.34.6" + "vitest": "^1.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dca890a..dd3134b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@flowr/eslint-config': - specifier: ^2.1.1-alpha.17 - version: 2.1.1-alpha.17(@pnpm/logger@5.0.0)(@vue/compiler-sfc@3.3.13)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react-refresh@0.4.5)(eslint-plugin-react@7.33.2)(eslint@8.56.0) + specifier: ^2.1.1-alpha.18 + version: 2.1.1-alpha.18(@pnpm/logger@5.0.0)(@vue/compiler-sfc@3.3.13)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react-refresh@0.4.5)(eslint-plugin-react@7.33.2)(eslint@8.56.0) '@storybook/react-vite': specifier: ^7.6.6 version: 7.6.6(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(vite@5.0.10) @@ -140,20 +140,20 @@ importers: apps/website: dependencies: '@astrojs/mdx': - specifier: ^1.1.5 - version: 1.1.5(astro@4.0.6) + specifier: ^2.0.2 + version: 2.0.2(astro@4.0.7) '@astrojs/rss': - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@astrojs/sitemap': specifier: ^3.0.3 version: 3.0.3 '@astrojs/tailwind': - specifier: ^5.0.2 - version: 5.0.2(astro@4.0.6)(tailwindcss@3.4.0) + specifier: ^5.0.4 + version: 5.0.4(astro@4.0.7)(tailwindcss@3.4.0) astro: - specifier: ^4.0.6 - version: 4.0.6(@types/node@20.10.5)(sass@1.69.5)(typescript@5.3.3) + specifier: ^4.0.7 + version: 4.0.7(@types/node@20.10.5)(sass@1.69.5)(typescript@5.3.3) sass: specifier: ^1.69.5 version: 1.69.5 @@ -161,8 +161,8 @@ importers: specifier: ^3.4.0 version: 3.4.0 vitest: - specifier: ^0.34.6 - version: 0.34.6(sass@1.69.5) + specifier: ^1.1.0 + version: 1.1.0(@types/node@20.10.5)(sass@1.69.5) devDependencies: '@polyfrost/config': specifier: workspace:* @@ -171,8 +171,8 @@ importers: specifier: ~20.10.5 version: 20.10.5 node-html-parser: - specifier: ^6.1.11 - version: 6.1.11 + specifier: ^6.1.12 + version: 6.1.12 typescript: specifier: ^5.3.3 version: 5.3.3 @@ -191,17 +191,17 @@ importers: specifier: ^5.0.10 version: 5.0.10(@types/node@20.10.5)(sass@1.69.5) vite-plugin-html: - specifier: ^3.2.0 - version: 3.2.0(vite@5.0.10) + specifier: ^3.2.1 + version: 3.2.1(vite@5.0.10) vite-plugin-svgr: specifier: ^4.2.0 - version: 4.2.0(typescript@5.3.3)(vite@5.0.10) + version: 4.2.0(vite@5.0.10) vite-tsconfig-paths: specifier: ^4.2.2 - version: 4.2.2(typescript@5.3.3)(vite@5.0.10) + version: 4.2.2(vite@5.0.10) vitest: - specifier: ^0.34.6 - version: 0.34.6 + specifier: ^1.1.0 + version: 1.1.0(@types/node@20.10.5)(sass@1.69.5) packages/ui: dependencies: @@ -233,17 +233,17 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: ^6.20.0 - version: 6.20.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.21.1 + version: 6.21.1(react-dom@18.2.0)(react@18.2.0) sonner: - specifier: ^1.2.3 - version: 1.2.3(react-dom@18.2.0)(react@18.2.0) + specifier: ^1.3.1 + version: 1.3.1(react-dom@18.2.0)(react@18.2.0) tailwindcss-radix: specifier: ^2.8.0 version: 2.8.0 ts-pattern: - specifier: ^5.0.5 - version: 5.0.5 + specifier: ^5.0.6 + version: 5.0.6 use-debounce: specifier: ^10.0.0 version: 10.0.0(react@18.2.0) @@ -291,8 +291,8 @@ importers: specifier: ^5.3.3 version: 5.3.3 vitest: - specifier: ^0.34.6 - version: 0.34.6(sass@1.69.5) + specifier: ^1.1.0 + version: 1.1.0(@types/node@20.10.5)(sass@1.69.5) packages: @@ -397,30 +397,6 @@ packages: resolution: {integrity: sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==} dev: false - /@astrojs/markdown-remark@3.5.0(astro@4.0.6): - resolution: {integrity: sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==} - peerDependencies: - astro: ^3.0.0 - dependencies: - '@astrojs/prism': 3.0.0 - astro: 4.0.6(@types/node@20.10.5)(sass@1.69.5)(typescript@5.3.3) - github-slugger: 2.0.0 - import-meta-resolve: 3.1.1 - mdast-util-definitions: 6.0.0 - rehype-raw: 6.1.1 - rehype-stringify: 9.0.4 - remark-gfm: 3.0.1 - remark-parse: 10.0.2 - remark-rehype: 10.1.0 - remark-smartypants: 2.0.0 - shikiji: 0.6.13 - unified: 10.1.2 - unist-util-visit: 4.1.2 - vfile: 5.3.7 - transitivePeerDependencies: - - supports-color - dev: false - /@astrojs/markdown-remark@4.0.1: resolution: {integrity: sha512-RU4ESnqvyLpj8WZs0n5elS6idaDdtIIm7mIpMaRNPCebpxMjfcfdwcmBwz83ktAj5d2eO5bC3z92TcGdli+lRw==} dependencies: @@ -442,28 +418,28 @@ packages: - supports-color dev: false - /@astrojs/mdx@1.1.5(astro@4.0.6): - resolution: {integrity: sha512-4bveyB1Lb1vWo2kdHJjQYoCytWlrIjAxHATHUTuYnBPmdPjsfy9wuCnb9rozwyyarDABx87CzG5gotBNYd+dVA==} + /@astrojs/mdx@2.0.2(astro@4.0.7): + resolution: {integrity: sha512-pTkUb0+aiVU8MZU6XQKA/FyXdNOKxHwq+3uCIuzWyqjZyRB9hN3G3iokmkXFJhwgxl6gilkYeAKmmciVwnpq6w==} engines: {node: '>=18.14.1'} peerDependencies: - astro: ^3.0.0 + astro: ^4.0.0 dependencies: - '@astrojs/markdown-remark': 3.5.0(astro@4.0.6) - '@mdx-js/mdx': 2.3.0 + '@astrojs/markdown-remark': 4.0.1 + '@mdx-js/mdx': 3.0.0 acorn: 8.11.2 - astro: 4.0.6(@types/node@20.10.5)(sass@1.69.5)(typescript@5.3.3) + astro: 4.0.7(@types/node@20.10.5)(sass@1.69.5)(typescript@5.3.3) es-module-lexer: 1.4.1 - estree-util-visit: 1.2.1 + estree-util-visit: 2.0.0 github-slugger: 2.0.0 gray-matter: 4.0.3 - hast-util-to-html: 8.0.4 + hast-util-to-html: 9.0.0 kleur: 4.1.5 - rehype-raw: 6.1.1 - remark-gfm: 3.0.1 + rehype-raw: 7.0.0 + remark-gfm: 4.0.0 remark-smartypants: 2.0.0 source-map: 0.7.4 - unist-util-visit: 4.1.2 - vfile: 5.3.7 + unist-util-visit: 5.0.0 + vfile: 6.0.1 transitivePeerDependencies: - supports-color dev: false @@ -475,8 +451,8 @@ packages: prismjs: 1.29.0 dev: false - /@astrojs/rss@3.0.0: - resolution: {integrity: sha512-PMX8iqByk9gtOrusikten/oF5uHjOCZigL6RuXFBUu+xtdKQxXzfIohJ99V2haA4FJjVDyibDTGzXR81POBMxQ==} + /@astrojs/rss@4.0.1: + resolution: {integrity: sha512-fzXWsrAp17atO02OZJETM8e8McRz+dNWzMeO7ENb6xgod2nWj5mH/auPBFs1a9FzMUi1nOQmzSPHO1hxZZpkwQ==} dependencies: fast-xml-parser: 4.3.2 kleur: 4.1.5 @@ -489,13 +465,13 @@ packages: zod: 3.22.4 dev: false - /@astrojs/tailwind@5.0.2(astro@4.0.6)(tailwindcss@3.4.0): - resolution: {integrity: sha512-oXqeqmBlkQmsltrsU9nEWeXOtrZIAHW8dcmX7BCdrjzPnU6dPwWzAwhddNQ9ihKiWwsLnlbwQZIo2CDigcZlIA==} + /@astrojs/tailwind@5.0.4(astro@4.0.7)(tailwindcss@3.4.0): + resolution: {integrity: sha512-50ImfEFRBjndtWus6xJOWQ4EVpZWB4d+hieosMPm1Tca68mNTX+Yi1/PhTMk9q/w7iZPIUK/KGBoovo15O10eQ==} peerDependencies: - astro: ^3.2.4 + astro: ^3.0.0 || ^4.0.0 tailwindcss: ^3.0.24 dependencies: - astro: 4.0.6(@types/node@20.10.5)(sass@1.69.5)(typescript@5.3.3) + astro: 4.0.7(@types/node@20.10.5)(sass@1.69.5)(typescript@5.3.3) autoprefixer: 10.4.16(postcss@8.4.32) postcss: 8.4.32 postcss-load-config: 4.0.2(postcss@8.4.32) @@ -2380,8 +2356,8 @@ packages: resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==} dev: false - /@flowr/eslint-config@2.1.1-alpha.17(@pnpm/logger@5.0.0)(@vue/compiler-sfc@3.3.13)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react-refresh@0.4.5)(eslint-plugin-react@7.33.2)(eslint@8.56.0): - resolution: {integrity: sha512-y1Sr4JhmDrqtbttQfdf9wF6ot9OOzqGwvmMMzq5iLvbuF2MdxIeodYQuMWoRB+7B0/lk1J1s5x8wkgerb3jPpg==} + /@flowr/eslint-config@2.1.1-alpha.18(@pnpm/logger@5.0.0)(@vue/compiler-sfc@3.3.13)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react-refresh@0.4.5)(eslint-plugin-react@7.33.2)(eslint@8.56.0): + resolution: {integrity: sha512-jud20Y82qkRshZmuxLEku/Y63DOdHtjHkKjajYTWCdKq5r9mYOFk9gNIn3iNnBDky5pN+FmQ9WN+8rxAtGbPTg==} engines: {node: '>=18'} peerDependencies: '@unocss/eslint-plugin': '>=0.50.0' @@ -2407,33 +2383,33 @@ packages: '@eslint-types/jsdoc': 46.9.0 '@eslint-types/typescript-eslint': 6.12.0 '@eslint-types/unicorn': 49.0.0 - '@flowr/petal-utils': 2.1.1-alpha.17(@pnpm/logger@5.0.0) + '@flowr/petal-utils': 2.1.1-alpha.18(@pnpm/logger@5.0.0) '@stylistic/eslint-plugin': 1.5.1(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/eslint-plugin': 6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/parser': 6.15.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/eslint-plugin': 6.16.0(@typescript-eslint/parser@6.16.0)(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.16.0(eslint@8.56.0)(typescript@5.3.3) astro-eslint-parser: 0.16.0 eslint: 8.56.0 eslint-config-flat-gitignore: 0.1.2 eslint-merge-processors: 0.1.0(eslint@8.56.0) eslint-plugin-astro: 0.29.1(eslint@8.56.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.56.0) - eslint-plugin-i: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint@8.56.0) - eslint-plugin-jest: 27.6.0(@typescript-eslint/eslint-plugin@6.15.0)(eslint@8.56.0)(typescript@5.3.3) + eslint-plugin-i: 2.29.1(@typescript-eslint/parser@6.16.0)(eslint@8.56.0) + eslint-plugin-jest: 27.6.0(@typescript-eslint/eslint-plugin@6.16.0)(eslint@8.56.0)(typescript@5.3.3) eslint-plugin-jsdoc: 46.9.1(eslint@8.56.0) eslint-plugin-jsonc: 2.11.2(eslint@8.56.0) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.56.0) eslint-plugin-markdown: 3.0.1(eslint@8.56.0) - eslint-plugin-n: 16.4.0(eslint@8.56.0) + eslint-plugin-n: 16.5.0(eslint@8.56.0) eslint-plugin-no-only-tests: 3.1.0 eslint-plugin-perfectionist: 2.5.0(astro-eslint-parser@0.16.0)(eslint@8.56.0)(typescript@5.3.3)(vue-eslint-parser@9.3.2) - eslint-plugin-petal: 2.1.1-alpha.17(eslint@8.56.0) + eslint-plugin-petal: 2.1.1-alpha.18(eslint@8.56.0) eslint-plugin-react: 7.33.2(eslint@8.56.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) eslint-plugin-react-refresh: 0.4.5(eslint@8.56.0) eslint-plugin-toml: 0.8.0(eslint@8.56.0) eslint-plugin-unicorn: 49.0.0(eslint@8.56.0) - eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.15.0)(eslint@8.56.0) - eslint-plugin-vitest: 0.3.18(@typescript-eslint/eslint-plugin@6.15.0)(eslint@8.56.0)(typescript@5.3.3) + eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.16.0)(eslint@8.56.0) + eslint-plugin-vitest: 0.3.20(@typescript-eslint/eslint-plugin@6.16.0)(eslint@8.56.0)(typescript@5.3.3) eslint-plugin-vue: 9.19.2(eslint@8.56.0) eslint-plugin-yml: 1.11.0(eslint@8.56.0) eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.3.13)(eslint@8.56.0) @@ -2457,15 +2433,15 @@ packages: - vitest dev: true - /@flowr/petal-utils@2.1.1-alpha.17(@pnpm/logger@5.0.0): - resolution: {integrity: sha512-z1m8WcKdPGeNDLzJk4lDaVOHgyhCkjC0/1Qq1IkcAFAR/UonyDN/3XNwWFFONTlzuUqyCGsZYKltTru1iDa9qQ==} + /@flowr/petal-utils@2.1.1-alpha.18(@pnpm/logger@5.0.0): + resolution: {integrity: sha512-iCrpq9bDufdMrRbWbDvVl1oU6di9Wt/hV8autfaPAySyQVvnkthqNngnIT9oa6fEWmn9X/0zwpmDP0gbF5WZ7Q==} engines: {node: '>=18'} dependencies: '@manypkg/get-packages': 2.2.0 - '@pnpm/lockfile-file': 8.1.5(@pnpm/logger@5.0.0) - '@pnpm/lockfile-types': 5.1.4 - '@pnpm/lockfile-utils': 9.0.3 - '@pnpm/lockfile-walker': 7.0.7 + '@pnpm/lockfile-file': 8.1.6(@pnpm/logger@5.0.0) + '@pnpm/lockfile-types': 5.1.5 + '@pnpm/lockfile-utils': 9.0.4 + '@pnpm/lockfile-walker': 7.0.8 fs-extra: 11.2.0 glob: 8.1.0 luxon: 3.4.4 @@ -2675,26 +2651,32 @@ packages: read-yaml-file: 1.1.0 dev: true - /@mdx-js/mdx@2.3.0: - resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==} + /@mdx-js/mdx@3.0.0: + resolution: {integrity: sha512-Icm0TBKBLYqroYbNW3BPnzMGn+7mwpQOK310aZ7+fkCtiU3aqv2cdcX+nd0Ydo3wI5Rx8bX2Z2QmGb/XcAClCw==} dependencies: + '@types/estree': 1.0.5 '@types/estree-jsx': 1.0.3 + '@types/hast': 3.0.3 '@types/mdx': 2.0.10 - estree-util-build-jsx: 2.2.2 - estree-util-is-identifier-name: 2.1.0 - estree-util-to-js: 1.2.0 + collapse-white-space: 2.1.0 + devlop: 1.1.0 + estree-util-build-jsx: 3.0.1 + estree-util-is-identifier-name: 3.0.0 + estree-util-to-js: 2.0.0 estree-walker: 3.0.3 - hast-util-to-estree: 2.3.3 - markdown-extensions: 1.1.1 + hast-util-to-estree: 3.1.0 + hast-util-to-jsx-runtime: 2.3.0 + markdown-extensions: 2.0.0 periscopic: 3.1.0 - remark-mdx: 2.3.0 - remark-parse: 10.0.2 - remark-rehype: 10.1.0 - unified: 10.1.2 - unist-util-position-from-estree: 1.1.2 - unist-util-stringify-position: 3.0.3 - unist-util-visit: 4.1.2 - vfile: 5.3.7 + remark-mdx: 3.0.0 + remark-parse: 11.0.0 + remark-rehype: 11.0.0 + source-map: 0.7.4 + unified: 11.0.4 + unist-util-position-from-estree: 2.0.0 + unist-util-stringify-position: 4.0.0 + unist-util-visit: 5.0.0 + vfile: 6.0.1 transitivePeerDependencies: - supports-color dev: false @@ -2957,12 +2939,12 @@ packages: rfc4648: 1.5.3 dev: true - /@pnpm/dependency-path@2.1.6: - resolution: {integrity: sha512-xHld0DIIfMMTYmestpNInVpDQL7VC/9uXYzj1fNrDC4wLafgSBcjljlFPaWVCRC1xyrNcsepQD86Bl2hgZ7sJg==} + /@pnpm/dependency-path@2.1.7: + resolution: {integrity: sha512-/q3xNNgAEKkG0FvU8o/6B06nrBhSl1i34ZMEQDOhHFMDzS0mWqnIogb54seVKySNxfdJdyqfedjNnNIzKrPbkg==} engines: {node: '>=16.14'} dependencies: '@pnpm/crypto.base32-hash': 2.0.0 - '@pnpm/types': 9.4.1 + '@pnpm/types': 9.4.2 encode-registry: 3.0.1 semver: 7.5.4 dev: true @@ -2981,20 +2963,20 @@ packages: execa: /safe-execa@0.1.2 dev: true - /@pnpm/lockfile-file@8.1.5(@pnpm/logger@5.0.0): - resolution: {integrity: sha512-F4/dgJ5jzF3m9GR6oY/c5j2/cnaY70uwQpnTdxmcEmCUXomVpimvYzhL4dlsqZhHoOwh9A+yJuXwCkS37VzNAA==} + /@pnpm/lockfile-file@8.1.6(@pnpm/logger@5.0.0): + resolution: {integrity: sha512-ObCi2cONJ5DXqWu+h5TxlRvHTlGN9E63zGW/kghqiJFG562OxIS1pDndqwtSvqPyCt7DuoKSR/LVd/+XkpZwiw==} engines: {node: '>=16.14'} peerDependencies: '@pnpm/logger': ^5.0.0 dependencies: '@pnpm/constants': 7.1.1 - '@pnpm/dependency-path': 2.1.6 + '@pnpm/dependency-path': 2.1.7 '@pnpm/error': 5.0.2 '@pnpm/git-utils': 1.0.0 - '@pnpm/lockfile-types': 5.1.4 + '@pnpm/lockfile-types': 5.1.5 '@pnpm/logger': 5.0.0 - '@pnpm/merge-lockfile-changes': 5.0.6 - '@pnpm/types': 9.4.1 + '@pnpm/merge-lockfile-changes': 5.0.7 + '@pnpm/types': 9.4.2 '@pnpm/util.lex-comparator': 1.0.0 '@zkochan/rimraf': 2.1.3 comver-to-semver: 1.0.0 @@ -3007,33 +2989,33 @@ packages: write-file-atomic: 5.0.1 dev: true - /@pnpm/lockfile-types@5.1.4: - resolution: {integrity: sha512-m2alyNWTPjg63rQfBHpzbbl9FmbxfwNJ0H1dTM++FHQiUymS4MXvch6Uo0dQrxWLBb1tJ2C9Vb+LjjblVns8RA==} + /@pnpm/lockfile-types@5.1.5: + resolution: {integrity: sha512-02FP0HynzX+2DcuPtuMy7PH+kLIC0pevAydAOK+zug2bwdlSLErlvSkc+4+3dw60eRWgUXUqyfO2eR/Ansdbng==} engines: {node: '>=16.14'} dependencies: - '@pnpm/types': 9.4.1 + '@pnpm/types': 9.4.2 dev: true - /@pnpm/lockfile-utils@9.0.3: - resolution: {integrity: sha512-FBobJy+QOc+iX6hcUVCegOlG/1FupzIXBUTuuAE3uhrubSOQcWvo/Gx3HFuTn3cEnbwTkYzL2fZg8hB2bf/b/A==} + /@pnpm/lockfile-utils@9.0.4: + resolution: {integrity: sha512-TlmB9QETUtNUzww/e+FKGyM4UCyH8zcS84e2fcCXxzoEJbBqP1nJM1Z8xYP3abxrI+X7iFR2S47OCaN8tbH1fQ==} engines: {node: '>=16.14'} dependencies: - '@pnpm/dependency-path': 2.1.6 - '@pnpm/lockfile-types': 5.1.4 + '@pnpm/dependency-path': 2.1.7 + '@pnpm/lockfile-types': 5.1.5 '@pnpm/pick-fetcher': 2.0.1 - '@pnpm/resolver-base': 11.0.1 - '@pnpm/types': 9.4.1 + '@pnpm/resolver-base': 11.0.2 + '@pnpm/types': 9.4.2 get-npm-tarball-url: 2.1.0 ramda: /@pnpm/ramda@0.28.1 dev: true - /@pnpm/lockfile-walker@7.0.7: - resolution: {integrity: sha512-9yfjf43jRWmy8uihHcCVcDJV98dXPleBwLQY/ywUigJRR1sbNxxG1f1lqJ9WNP2G8k3aG41k7Ri6a2zQFKnR1g==} + /@pnpm/lockfile-walker@7.0.8: + resolution: {integrity: sha512-4/LqNKV4IbF0Kv1hs8w1Gd35I6JynyqREibjKQFtDRNlCyhSLof19GInnjEqakWhX/gvYLfWjeZt8wahOoCk+A==} engines: {node: '>=16.14'} dependencies: - '@pnpm/dependency-path': 2.1.6 - '@pnpm/lockfile-types': 5.1.4 - '@pnpm/types': 9.4.1 + '@pnpm/dependency-path': 2.1.7 + '@pnpm/lockfile-types': 5.1.5 + '@pnpm/types': 9.4.2 ramda: /@pnpm/ramda@0.28.1 dev: true @@ -3045,11 +3027,11 @@ packages: ndjson: 2.0.0 dev: true - /@pnpm/merge-lockfile-changes@5.0.6: - resolution: {integrity: sha512-UwBa6wp/UFGQwIy7ejIcg+yROKg+eNV1vrnqPf/Ot2EcNKUnKjtz/TDzVxk9wiCr7YpoQfIyhaW0ddFVv6jj/Q==} + /@pnpm/merge-lockfile-changes@5.0.7: + resolution: {integrity: sha512-fYmX1+EHv3wg7l4A9FCEkjgEBIHaY6JosknkLk3pL8dbB9k6unjIrF9f2onNtpj3XUlWxZ3aBw9THk/Bf6hKow==} engines: {node: '>=16.14'} dependencies: - '@pnpm/lockfile-types': 5.1.4 + '@pnpm/lockfile-types': 5.1.5 comver-to-semver: 1.0.0 ramda: /@pnpm/ramda@0.28.1 semver: 7.5.4 @@ -3064,15 +3046,15 @@ packages: resolution: {integrity: sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==} dev: true - /@pnpm/resolver-base@11.0.1: - resolution: {integrity: sha512-0EJ8dZqsaa/MCwB49NGNGy2WIIv3KU8xGkskDfSPpi5I5EyiIEVSi7NzUJp8rchrCbotFbOc+IHswHLeF2TSsw==} + /@pnpm/resolver-base@11.0.2: + resolution: {integrity: sha512-g6VXB/LK7DugXiCPG62qmYtuypVt44nnwyXYkTv86FKudI5d5Wy1FLkYAYKCj+No9h1GG3eSSwGH1NL0y4IbYg==} engines: {node: '>=16.14'} dependencies: - '@pnpm/types': 9.4.1 + '@pnpm/types': 9.4.2 dev: true - /@pnpm/types@9.4.1: - resolution: {integrity: sha512-X7k9wdk5XlW1uo9Nq38nSzqRvOAxrPcrzgx8xm2T3DtRsLYsiBbzcGZyqrGpsW37lYf/KLZwoTVMeQkACPE64Q==} + /@pnpm/types@9.4.2: + resolution: {integrity: sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==} engines: {node: '>=16.14'} dev: true @@ -3722,8 +3704,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@remix-run/router@1.13.0: - resolution: {integrity: sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA==} + /@remix-run/router@1.14.1: + resolution: {integrity: sha512-Qg4DMQsfPNAs88rb2xkdk03N3bjK4jgX5fR24eHCTR9q6PrhZQZ4UJBPzCHJkIpTRN1UKxx2DzjZmnC+7Lj0Ow==} engines: {node: '>=14.0.0'} dev: false @@ -4752,14 +4734,14 @@ packages: '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.23.6) dev: true - /@svgr/core@8.1.0(typescript@5.3.3): + /@svgr/core@8.1.0: resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} engines: {node: '>=14'} dependencies: '@babel/core': 7.23.6 '@svgr/babel-preset': 8.1.0(@babel/core@7.23.6) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig: 8.3.6 snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -4782,7 +4764,7 @@ packages: dependencies: '@babel/core': 7.23.6 '@svgr/babel-preset': 8.1.0(@babel/core@7.23.6) - '@svgr/core': 8.1.0(typescript@5.3.3) + '@svgr/core': 8.1.0 '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: @@ -4874,14 +4856,6 @@ packages: '@types/connect': 3.4.38 '@types/node': 20.10.5 - /@types/chai-subset@1.3.5: - resolution: {integrity: sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==} - dependencies: - '@types/chai': 4.3.11 - - /@types/chai@4.3.11: - resolution: {integrity: sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==} - /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: @@ -4977,12 +4951,6 @@ packages: '@types/node': 20.10.5 dev: false - /@types/hast@2.3.8: - resolution: {integrity: sha512-aMIqAlFd2wTIDZuvLbhUT+TGvMxrNC8ECUIVtH6xxy0sQLs3iu6NO8Kp/VT5je7i5ufnebXzdV1dNDMnvaH6IQ==} - dependencies: - '@types/unist': 2.0.10 - dev: false - /@types/hast@3.0.3: resolution: {integrity: sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==} dependencies: @@ -5019,6 +4987,7 @@ packages: resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} dependencies: '@types/unist': 2.0.10 + dev: true /@types/mdast@4.0.3: resolution: {integrity: sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==} @@ -5077,10 +5046,6 @@ packages: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} dev: true - /@types/parse5@6.0.3: - resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} - dev: false - /@types/pretty-hrtime@1.0.3: resolution: {integrity: sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==} @@ -5167,8 +5132,8 @@ packages: '@types/yargs-parser': 21.0.3 dev: false - /@typescript-eslint/eslint-plugin@6.15.0(@typescript-eslint/parser@6.15.0)(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg==} + /@typescript-eslint/eslint-plugin@6.16.0(@typescript-eslint/parser@6.16.0)(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -5179,11 +5144,11 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.15.0(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/scope-manager': 6.15.0 - '@typescript-eslint/type-utils': 6.15.0(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/utils': 6.15.0(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/visitor-keys': 6.15.0 + '@typescript-eslint/parser': 6.16.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/scope-manager': 6.16.0 + '@typescript-eslint/type-utils': 6.16.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/utils': 6.16.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.16.0 debug: 4.3.4 eslint: 8.56.0 graphemer: 1.4.0 @@ -5196,8 +5161,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.15.0(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==} + /@typescript-eslint/parser@6.16.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5206,10 +5171,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.15.0 - '@typescript-eslint/types': 6.15.0 - '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) - '@typescript-eslint/visitor-keys': 6.15.0 + '@typescript-eslint/scope-manager': 6.16.0 + '@typescript-eslint/types': 6.16.0 + '@typescript-eslint/typescript-estree': 6.16.0(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.16.0 debug: 4.3.4 eslint: 8.56.0 typescript: 5.3.3 @@ -5233,8 +5198,16 @@ packages: '@typescript-eslint/visitor-keys': 6.15.0 dev: true - /@typescript-eslint/type-utils@6.15.0(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ==} + /@typescript-eslint/scope-manager@6.16.0: + resolution: {integrity: sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==} + engines: {node: ^16.0.0 || >=18.0.0} + dependencies: + '@typescript-eslint/types': 6.16.0 + '@typescript-eslint/visitor-keys': 6.16.0 + dev: true + + /@typescript-eslint/type-utils@6.16.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5243,8 +5216,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.15.0(typescript@5.3.3) - '@typescript-eslint/utils': 6.15.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 6.16.0(typescript@5.3.3) + '@typescript-eslint/utils': 6.16.0(eslint@8.56.0)(typescript@5.3.3) debug: 4.3.4 eslint: 8.56.0 ts-api-utils: 1.0.3(typescript@5.3.3) @@ -5263,6 +5236,11 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true + /@typescript-eslint/types@6.16.0: + resolution: {integrity: sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==} + engines: {node: ^16.0.0 || >=18.0.0} + dev: true + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.3.3): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5305,6 +5283,28 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree@6.16.0(typescript@5.3.3): + resolution: {integrity: sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 6.16.0 + '@typescript-eslint/visitor-keys': 6.16.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.3 + semver: 7.5.4 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/utils@5.62.0(eslint@8.56.0)(typescript@5.3.3): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5344,6 +5344,25 @@ packages: - typescript dev: true + /@typescript-eslint/utils@6.16.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.6 + '@typescript-eslint/scope-manager': 6.16.0 + '@typescript-eslint/types': 6.16.0 + '@typescript-eslint/typescript-estree': 6.16.0(typescript@5.3.3) + eslint: 8.56.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + /@typescript-eslint/visitor-keys@5.62.0: resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5360,6 +5379,14 @@ packages: eslint-visitor-keys: 3.4.3 dev: true + /@typescript-eslint/visitor-keys@6.16.0: + resolution: {integrity: sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==} + engines: {node: ^16.0.0 || >=18.0.0} + dependencies: + '@typescript-eslint/types': 6.16.0 + eslint-visitor-keys: 3.4.3 + dev: true + /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} @@ -5394,39 +5421,39 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.6) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.0.10(less@4.2.0)(sass@1.69.5) + vite: 5.0.10(@types/node@20.10.5)(sass@1.69.5) transitivePeerDependencies: - supports-color dev: true - /@vitest/expect@0.34.6: - resolution: {integrity: sha512-QUzKpUQRc1qC7qdGo7rMK3AkETI7w18gTCUrsNnyjjJKYiuUB9+TQK3QnR1unhCnWRC0AbKv2omLGQDF/mIjOw==} + /@vitest/expect@1.1.0: + resolution: {integrity: sha512-9IE2WWkcJo2BR9eqtY5MIo3TPmS50Pnwpm66A6neb2hvk/QSLfPXBz2qdiwUOQkwyFuuXEUj5380CbwfzW4+/w==} dependencies: - '@vitest/spy': 0.34.6 - '@vitest/utils': 0.34.6 + '@vitest/spy': 1.1.0 + '@vitest/utils': 1.1.0 chai: 4.3.10 - /@vitest/runner@0.34.6: - resolution: {integrity: sha512-1CUQgtJSLF47NnhN+F9X2ycxUP0kLHQ/JWvNHbeBfwW8CzEGgeskzNnHDyv1ieKTltuR6sdIHV+nmR6kPxQqzQ==} + /@vitest/runner@1.1.0: + resolution: {integrity: sha512-zdNLJ00pm5z/uhbWF6aeIJCGMSyTyWImy3Fcp9piRGvueERFlQFbUwCpzVce79OLm2UHk9iwaMSOaU9jVHgNVw==} dependencies: - '@vitest/utils': 0.34.6 - p-limit: 4.0.0 + '@vitest/utils': 1.1.0 + p-limit: 5.0.0 pathe: 1.1.1 - /@vitest/snapshot@0.34.6: - resolution: {integrity: sha512-B3OZqYn6k4VaN011D+ve+AA4whM4QkcwcrwaKwAbyyvS/NB1hCWjFIBQxAQQSQir9/RtyAAGuq+4RJmbn2dH4w==} + /@vitest/snapshot@1.1.0: + resolution: {integrity: sha512-5O/wyZg09V5qmNmAlUgCBqflvn2ylgsWJRRuPrnHEfDNT6tQpQ8O1isNGgo+VxofISHqz961SG3iVvt3SPK/QQ==} dependencies: magic-string: 0.30.5 pathe: 1.1.1 pretty-format: 29.7.0 - /@vitest/spy@0.34.6: - resolution: {integrity: sha512-xaCvneSaeBw/cz8ySmF7ZwGvL0lBjfvqc1LpQ/vcdHEvpLn3Ff1vAvjw+CoGn0802l++5L/pxb7whwcWAw+DUQ==} + /@vitest/spy@1.1.0: + resolution: {integrity: sha512-sNOVSU/GE+7+P76qYo+VXdXhXffzWZcYIPQfmkiRxaNCSPiLANvQx5Mx6ZURJ/ndtEkUJEpvKLXqAYTKEY+lTg==} dependencies: tinyspy: 2.2.0 - /@vitest/utils@0.34.6: - resolution: {integrity: sha512-IG5aDD8S6zlvloDsnzHw0Ut5xczlF+kv2BOTo+iXfPr54Yhi5qbVOgGB1hZaVq4iJ4C/MZ2J0y15IlsV/ZcI0A==} + /@vitest/utils@1.1.0: + resolution: {integrity: sha512-z+s510fKmYz4Y41XhNs3vcuFTFhcij2YF7F8VQfMEYAAUfqQh0Zfg7+w9xdgFGhPf3tX3TicAe+8BDITk6ampQ==} dependencies: diff-sequences: 29.6.3 loupe: 2.3.7 @@ -5679,8 +5706,8 @@ packages: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} - /acorn-walk@8.3.0: - resolution: {integrity: sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==} + /acorn-walk@8.3.1: + resolution: {integrity: sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==} engines: {node: '>=0.4.0'} /aco |
