From 9158f6881ba001cb67a002dc833dbf7de8f90d57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:27:59 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- e2e/fixtures/plugin/package.json | 6 +- package.json | 14 +- packages/cli/package.json | 4 +- packages/core/package.json | 42 +- packages/create-rspress/package.json | 8 +- packages/document/package.json | 8 +- packages/plugin-api-docgen/package.json | 12 +- packages/plugin-container-syntax/package.json | 6 +- packages/plugin-medium-zoom/package.json | 2 +- packages/plugin-playground/package.json | 16 +- packages/plugin-preview/package.json | 18 +- packages/plugin-rss/package.json | 2 +- packages/plugin-shiki/package.json | 4 +- packages/plugin-typedoc/package.json | 2 +- packages/runtime/package.json | 2 +- packages/shared/package.json | 10 +- packages/theme-default/package.json | 22 +- pnpm-lock.yaml | 1555 +++++++---------- 18 files changed, 738 insertions(+), 995 deletions(-) diff --git a/e2e/fixtures/plugin/package.json b/e2e/fixtures/plugin/package.json index 6d6c1b76e..20dcd10fe 100644 --- a/e2e/fixtures/plugin/package.json +++ b/e2e/fixtures/plugin/package.json @@ -11,11 +11,11 @@ "@rspress/plugin-playground": "workspace:*", "@rspress/plugin-preview": "workspace:*", "@rspress/shared": "workspace:*", - "react": "^18", - "react-dom": "^18", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-transition-group": "4.4.5", "rspress": "workspace:*", - "solid-js": "^1.8.12" + "solid-js": "^1.8.16" }, "devDependencies": { "@types/node": "^14" diff --git a/package.json b/package.json index 19d1d9aa4..b0a67c5a7 100644 --- a/package.json +++ b/package.json @@ -45,28 +45,28 @@ }, "devDependencies": { "@biomejs/biome": "1.5.3", - "@manypkg/get-packages": "^2.2.0", + "@manypkg/get-packages": "^2.2.1", "@modern-js/generator-utils": "3.3.15", "@modern-js/module-tools": "2.48.4", "@modern-js/monorepo-tools": "2.48.4", "@modern-js/tsconfig": "2.48.4", "@playwright/test": "1.33.0", - "@types/cross-spawn": "^6.0.2", - "@types/fs-extra": "^11.0.1", + "@types/cross-spawn": "^6.0.6", + "@types/fs-extra": "^11.0.4", "cross-env": "^7.0.3", "cross-spawn": "^7.0.3", "cspell-ban-words": "^0.0.3", "execa": "8.0.1", "fs-extra": "^11.1.1", "get-port": "5.0.0", - "husky": "^8.0.0", + "husky": "^8.0.3", "lint-staged": "~13.1.0", "nx": "17.0.2", "playwright": "1.33.0", - "prettier": "3.2.2", + "prettier": "3.2.5", "tree-kill": "^1.2.2", - "ts-node": "^10.9.1", - "vitest": "0.34.1" + "ts-node": "^10.9.2", + "vitest": "0.34.6" }, "publishConfig": { "access": "public", diff --git a/packages/cli/package.json b/packages/cli/package.json index 0b5d05d01..a81bf67d5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -37,7 +37,7 @@ "upgrade": "modern upgrade" }, "dependencies": { - "@rsbuild/core": "0.5.1", + "@rsbuild/core": "0.5.6", "@rspress/core": "workspace:*", "@rspress/shared": "workspace:*", "cac": "^6.7.14", @@ -49,7 +49,7 @@ "@types/node": "~16.11.7", "@types/react": "~18.0.26", "rimraf": "~3.0.2", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "~5.0.4" }, "sideEffects": [], diff --git a/packages/core/package.json b/packages/core/package.json index 5779d44e9..ccbd06c54 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -53,8 +53,8 @@ "@mdx-js/mdx": "2.3.0", "@mdx-js/react": "2.3.0", "@modern-js/utils": "2.48.4", - "@rsbuild/core": "0.5.1", - "@rsbuild/plugin-react": "0.5.1", + "@rsbuild/core": "0.5.6", + "@rsbuild/plugin-react": "0.5.6", "@rspress/theme-default": "workspace:*", "@rspress/runtime": "workspace:*", "@rspress/plugin-medium-zoom": "workspace:*", @@ -69,54 +69,54 @@ "flexsearch": "0.6.32", "fs-extra": "10.1.0", "github-slugger": "^2.0.0", - "hast-util-from-html": "^1.0.0", + "hast-util-from-html": "^1.0.2", "hast-util-heading-rank": "^3.0.0", - "html-to-text": "^9.0.3", + "html-to-text": "^9.0.5", "htmr": "^1.0.2", "is-html": "^3.0.0", "lodash-es": "^4.17.21", - "mdast-util-mdxjs-esm": "^1.3.0", - "node-fetch": "3.3.0", + "mdast-util-mdxjs-esm": "^1.3.1", + "node-fetch": "3.3.2", "nprogress": "^0.2.0", - "postcss": "8.4.31", + "postcss": "8.4.38", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", "react-lazy-with-preload": "^2.2.1", "react-syntax-highlighter": "^15.5.0", "rehype-external-links": "^2.0.1", - "rehype-stringify": "^9.0.3", - "remark": "^14.0.2", + "rehype-stringify": "^9.0.4", + "remark": "^14.0.3", "remark-gfm": "3.0.1", - "remark-html": "^15.0.1", - "remark-parse": "^10.0.1", + "remark-html": "^15.0.2", + "remark-parse": "^10.0.2", "remark-rehype": "^10.1.0", "rspack-plugin-virtual-module": "0.1.12", "source-map": "0.7.4", "unified": "^10.1.2", - "unist-util-visit": "^4.1.1", - "unist-util-visit-children": "^2.0.1", + "unist-util-visit": "^4.1.2", + "unist-util-visit-children": "^2.0.2", "yaml-front-matter": "^4.1.1" }, "devDependencies": { "tailwindcss": "^3.2.7", "@modern-js/plugin-tailwindcss": "2.48.4", "@modern-js/tsconfig": "2.48.4", - "@types/body-scroll-lock": "^3.1.0", + "@types/body-scroll-lock": "^3.1.2", "@types/fs-extra": "^9.0.13", - "@types/hast": "^2.3.4", + "@types/hast": "^2.3.10", "@types/html-to-text": "^8.1.1", - "@types/jest": "^26.0.9", - "@types/lodash-es": "^4.17.6", - "@types/mdast": "^3.0.10", + "@types/jest": "^26.0.24", + "@types/lodash-es": "^4.17.12", + "@types/mdast": "^3.0.15", "@types/node": "^14", - "@types/nprogress": "^0.2.0", + "@types/nprogress": "^0.2.3", "@types/react": "^18", "@types/react-dom": "^18", - "@types/yaml-front-matter": "^4.1.0", + "@types/yaml-front-matter": "^4.1.3", "rimraf": "^3.0.2", "typescript": "^5", - "vite": "^4.0.5", + "vite": "^4.5.3", "vitest": "0.33.0", "webpack": "^5.88.1" }, diff --git a/packages/create-rspress/package.json b/packages/create-rspress/package.json index 05c1920bc..2d84f0e62 100644 --- a/packages/create-rspress/package.json +++ b/packages/create-rspress/package.json @@ -23,16 +23,16 @@ "devDependencies": { "@types/jest": "~29.2.4", "@types/node": "~16.11.7", - "@types/prompts": "^2.4.4", + "@types/prompts": "^2.4.9", "@types/react": "~18.0.26", - "@types/fs-extra": "11.0.1", + "@types/fs-extra": "11.0.4", "rimraf": "~3.0.2", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "~5.0.4", "cac": "6.7.14", "chalk": "5.3.0", "fs-extra": "11.1.1", - "prompts": "2.4.1" + "prompts": "2.4.2" }, "sideEffects": [], "publishConfig": { diff --git a/packages/document/package.json b/packages/document/package.json index 741c105b6..fa7a64d08 100644 --- a/packages/document/package.json +++ b/packages/document/package.json @@ -19,13 +19,13 @@ "license": "MIT", "devDependencies": { "@documate/documate": "^0.1.0", - "@documate/react": "0.2.1", - "@types/react": "18.2.0", + "@documate/react": "0.2.2", + "@types/react": "18.2.74", "framer-motion": "10.16.4", "rsbuild-plugin-google-analytics": "^1.0.0", "rsbuild-plugin-open-graph": "^1.0.0", "rspress": "workspace:*", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "^5" }, "publishConfig": { @@ -37,6 +37,6 @@ "docs" ], "dependencies": { - "rsfamily-nav-icon": "^1.0.1" + "rsfamily-nav-icon": "^1.0.2" } } diff --git a/packages/plugin-api-docgen/package.json b/packages/plugin-api-docgen/package.json index 52fe7a766..cd1948070 100644 --- a/packages/plugin-api-docgen/package.json +++ b/packages/plugin-api-docgen/package.json @@ -34,22 +34,22 @@ "@modern-js/utils": "2.48.4", "react-markdown": "8.0.7", "react-docgen-typescript": "2.2.2", - "documentation": "14.0.2", + "documentation": "14.0.3", "remark-gfm": "3.0.1" }, "devDependencies": { "@rspress/shared": "workspace:*", - "@types/mdast": "^3.0.10", + "@types/mdast": "^3.0.15", "@types/node": "^18.11.17", "@types/react": "^18", "@types/react-dom": "^18", - "mdast-util-mdxjs-esm": "^1.3.0", - "react": "^18", - "react-dom": "^18", + "mdast-util-mdxjs-esm": "^1.3.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-router-dom": "^6.8.1", "typescript": "^5", "unified": "^10.1.2", - "unist-util-visit": "^4.1.1" + "unist-util-visit": "^4.1.2" }, "peerDependencies": { "react": ">=17", diff --git a/packages/plugin-container-syntax/package.json b/packages/plugin-container-syntax/package.json index e0ee78640..f703c1cb6 100644 --- a/packages/plugin-container-syntax/package.json +++ b/packages/plugin-container-syntax/package.json @@ -51,9 +51,9 @@ "@rspress/shared": "workspace:*" }, "devDependencies": { - "@types/mdast": "^3.0.10", - "rehype-stringify": "^9.0.3", - "remark-parse": "^10.0.1", + "@types/mdast": "^3.0.15", + "rehype-stringify": "^9.0.4", + "remark-parse": "^10.0.2", "remark-rehype": "^10.1.0", "unified": "^10.1.2" } diff --git a/packages/plugin-medium-zoom/package.json b/packages/plugin-medium-zoom/package.json index 42e23c6b5..f7fb0be15 100644 --- a/packages/plugin-medium-zoom/package.json +++ b/packages/plugin-medium-zoom/package.json @@ -39,7 +39,7 @@ "@types/react-dom": "^18", "typescript": "^5", "vitest": "0.33.0", - "react": "^17", + "react": "^17.0.2", "@rspress/shared": "workspace:*" }, "peerDependencies": { diff --git a/packages/plugin-playground/package.json b/packages/plugin-playground/package.json index 400a27ca6..90bfbc31d 100644 --- a/packages/plugin-playground/package.json +++ b/packages/plugin-playground/package.json @@ -52,20 +52,20 @@ }, "devDependencies": { "@babel/types": "^7.22.17", - "@types/babel__core": "^7.20.1", - "@types/babel__standalone": "^7.1.4", - "@types/babel__traverse": "^7.20.1", - "@types/mdast": "^3.0.10", + "@types/babel__core": "^7.20.5", + "@types/babel__standalone": "^7.1.7", + "@types/babel__traverse": "^7.20.5", + "@types/mdast": "^3.0.15", "@types/node": "^18.11.17", "@types/react": "^18", "@types/react-dom": "^18", - "mdast-util-mdxjs-esm": "^1.3.0", - "react": "^18", - "react-dom": "^18", + "mdast-util-mdxjs-esm": "^1.3.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-router-dom": "^6.8.1", "typescript": "^5", "unified": "^10.1.2", - "unist-util-visit": "^4.1.1" + "unist-util-visit": "^4.1.2" }, "peerDependencies": { "@rspress/core": "^1.0.2", diff --git a/packages/plugin-preview/package.json b/packages/plugin-preview/package.json index f8a08a226..dd4602754 100644 --- a/packages/plugin-preview/package.json +++ b/packages/plugin-preview/package.json @@ -32,10 +32,10 @@ }, "dependencies": { "@mdx-js/mdx": "2.3.0", - "@rsbuild/core": "0.5.1", - "@rsbuild/plugin-solid": "0.5.1", - "@rsbuild/plugin-babel": "0.5.1", - "@rsbuild/plugin-react": "0.5.1", + "@rsbuild/core": "0.5.6", + "@rsbuild/plugin-solid": "0.5.6", + "@rsbuild/plugin-babel": "0.5.6", + "@rsbuild/plugin-react": "0.5.6", "@rspress/shared": "workspace:*", "@rspress/theme-default": "workspace:*", "get-port": "6.1.2", @@ -44,18 +44,18 @@ "lodash": "4.17.21" }, "devDependencies": { - "@types/mdast": "^3.0.10", + "@types/mdast": "^3.0.15", "@types/node": "^18.11.17", "@types/lodash": "4.17.0", "@types/react": "^18", "@types/react-dom": "^18", - "mdast-util-mdxjs-esm": "^1.3.0", - "react": "^18", - "react-dom": "^18", + "mdast-util-mdxjs-esm": "^1.3.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-router-dom": "^6.8.1", "typescript": "^5", "unified": "^10.1.2", - "unist-util-visit": "^4.1.1" + "unist-util-visit": "^4.1.2" }, "peerDependencies": { "react": ">=17", diff --git a/packages/plugin-rss/package.json b/packages/plugin-rss/package.json index 4bc27bd89..7ffe7d93f 100644 --- a/packages/plugin-rss/package.json +++ b/packages/plugin-rss/package.json @@ -47,7 +47,7 @@ "@types/react": "^18", "@rspress/shared": "workspace:*", "@rspress/runtime": "workspace:*", - "react": "^18", + "react": "^18.2.0", "typescript": "^5" }, "peerDependencies": { diff --git a/packages/plugin-shiki/package.json b/packages/plugin-shiki/package.json index db7702035..585355de7 100644 --- a/packages/plugin-shiki/package.json +++ b/packages/plugin-shiki/package.json @@ -40,7 +40,7 @@ "typescript": "^5", "vitest": "0.33.0", "react": "^18.2.0", - "@types/hast": "3.0.3", + "@types/hast": "3.0.4", "unified": "10.1.2" }, "sideEffects": [ @@ -59,7 +59,7 @@ "registry": "https://registry.npmjs.org/" }, "dependencies": { - "shiki": "0.14.5", + "shiki": "0.14.7", "unist-util-visit": "5.0.0", "hast-util-from-html": "2.0.1", "@rspress/shared": "workspace:*" diff --git a/packages/plugin-typedoc/package.json b/packages/plugin-typedoc/package.json index b60ee2a6f..4dffab593 100644 --- a/packages/plugin-typedoc/package.json +++ b/packages/plugin-typedoc/package.json @@ -38,7 +38,7 @@ "@types/react-dom": "^18", "typescript": "^5", "vitest": "0.33.0", - "react": "^18" + "react": "^18.2.0" }, "peerDependencies": { "rspress": "^1.0.2" diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 69f625ad1..a22b46d01 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@modern-js/tsconfig": "2.48.4", - "@types/jest": "^26.0.9", + "@types/jest": "^26.0.24", "@types/react": "^18", "@types/react-dom": "^18", "typescript": "^5" diff --git a/packages/shared/package.json b/packages/shared/package.json index caffe1a71..3edf8df5d 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -51,7 +51,7 @@ "upgrade": "modern upgrade" }, "dependencies": { - "@rsbuild/core": "0.5.1", + "@rsbuild/core": "0.5.6", "unified": "10.1.2", "chalk": "4.1.2", "execa": "5.1.1", @@ -60,15 +60,15 @@ }, "devDependencies": { "lodash-es": "^4.17.21", - "@types/interpret": "^1.1.1", + "@types/interpret": "^1.1.3", "@types/jest": "~29.2.4", "@types/lodash": "^4.17.0", - "@types/lodash-es": "^4.17.8", + "@types/lodash-es": "^4.17.12", "@types/node": "~16.11.7", "@types/react": "~18.0.26", - "@types/rechoir": "^0.6.1", + "@types/rechoir": "^0.6.4", "rimraf": "~3.0.2", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "~5.0.4", "medium-zoom": "1.0.8", "@types/fs-extra": "11.0.4" diff --git a/packages/theme-default/package.json b/packages/theme-default/package.json index acdf4f09e..80f0b6761 100644 --- a/packages/theme-default/package.json +++ b/packages/theme-default/package.json @@ -52,8 +52,8 @@ "flexsearch": "0.6.32", "github-slugger": "^2.0.0", "globby": "11.1.0", - "hast-util-from-html": "^1.0.0", - "html-to-text": "^9.0.3", + "hast-util-from-html": "^1.0.2", + "html-to-text": "^9.0.5", "htmr": "^1.0.2", "is-html": "^3.0.0", "lodash-es": "^4.17.21", @@ -68,20 +68,20 @@ "devDependencies": { "@modern-js/plugin-tailwindcss": "2.48.4", "@modern-js/tsconfig": "2.48.4", - "@types/body-scroll-lock": "^3.1.0", - "@types/hast": "^2.3.4", + "@types/body-scroll-lock": "^3.1.2", + "@types/hast": "^2.3.10", "@types/html-to-text": "^8.1.1", - "@types/is-html": "^2.0.1", - "@types/jest": "^26.0.9", - "@types/lodash-es": "^4.17.6", - "@types/mdast": "^3.0.10", - "@types/nprogress": "^0.2.0", + "@types/is-html": "^2.0.2", + "@types/jest": "^26.0.24", + "@types/lodash-es": "^4.17.12", + "@types/mdast": "^3.0.15", + "@types/nprogress": "^0.2.3", "@types/react": "^18", "@types/react-dom": "^18", - "@types/react-syntax-highlighter": "^15.5.9", + "@types/react-syntax-highlighter": "^15.5.11", "gray-matter": "4.0.3", "typescript": "^5", - "vite": "^4.0.5", + "vite": "^4.5.3", "vitest": "0.33.0", "webpack": "^5.88.1", "tailwindcss": "3.2.7" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0789e427..e190f3f39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 1.5.3 version: 1.5.3 '@manypkg/get-packages': - specifier: ^2.2.0 - version: 2.2.0 + specifier: ^2.2.1 + version: 2.2.1 '@modern-js/generator-utils': specifier: 3.3.15 version: 3.3.15(@modern-js/codesmith@2.3.5)(typescript@5.0.4) @@ -30,11 +30,11 @@ importers: specifier: 1.33.0 version: 1.33.0 '@types/cross-spawn': - specifier: ^6.0.2 - version: 6.0.2 + specifier: ^6.0.6 + version: 6.0.6 '@types/fs-extra': - specifier: ^11.0.1 - version: 11.0.1 + specifier: ^11.0.4 + version: 11.0.4 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -54,8 +54,8 @@ importers: specifier: 5.0.0 version: 5.0.0 husky: - specifier: ^8.0.0 - version: 8.0.1 + specifier: ^8.0.3 + version: 8.0.3 lint-staged: specifier: ~13.1.0 version: 13.1.0 @@ -66,17 +66,17 @@ importers: specifier: 1.33.0 version: 1.33.0 prettier: - specifier: 3.2.2 - version: 3.2.2 + specifier: 3.2.5 + version: 3.2.5 tree-kill: specifier: ^1.2.2 version: 1.2.2 ts-node: - specifier: ^10.9.1 - version: 10.9.1(@types/node@18.11.17)(typescript@5.0.4) + specifier: ^10.9.2 + version: 10.9.2(@types/node@18.11.17)(typescript@5.0.4) vitest: - specifier: 0.34.1 - version: 0.34.1(playwright@1.33.0) + specifier: 0.34.6 + version: 0.34.6(playwright@1.33.0) e2e/fixtures/api-docgen: dependencies: @@ -228,10 +228,10 @@ importers: specifier: workspace:* version: link:../../../packages/shared react: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0 react-dom: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-transition-group: specifier: 4.4.5 @@ -240,8 +240,8 @@ importers: specifier: workspace:* version: link:../../../packages/cli solid-js: - specifier: ^1.8.12 - version: 1.8.12 + specifier: ^1.8.16 + version: 1.8.16 devDependencies: '@types/node': specifier: ^14 @@ -305,8 +305,8 @@ importers: packages/cli: dependencies: '@rsbuild/core': - specifier: 0.5.1 - version: 0.5.1 + specifier: 0.5.6 + version: 0.5.6 '@rspress/core': specifier: workspace:* version: link:../core @@ -336,8 +336,8 @@ importers: specifier: ~3.0.2 version: 3.0.2 ts-node: - specifier: ^10.9.1 - version: 10.9.1(@types/node@16.11.7)(typescript@5.0.4) + specifier: ^10.9.2 + version: 10.9.2(@types/node@16.11.7)(typescript@5.0.4) typescript: specifier: ~5.0.4 version: 5.0.4 @@ -360,11 +360,11 @@ importers: specifier: 2.48.4 version: 2.48.4 '@rsbuild/core': - specifier: 0.5.1 - version: 0.5.1 + specifier: 0.5.6 + version: 0.5.6 '@rsbuild/plugin-react': - specifier: 0.5.1 - version: 0.5.1(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3) + specifier: 0.5.6 + version: 0.5.6(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3) '@rspress/mdx-rs': specifier: 0.5.1 version: 0.5.1 @@ -408,14 +408,14 @@ importers: specifier: ^2.0.0 version: 2.0.0 hast-util-from-html: - specifier: ^1.0.0 - version: 1.0.0 + specifier: ^1.0.2 + version: 1.0.2 hast-util-heading-rank: specifier: ^3.0.0 version: 3.0.0 html-to-text: - specifier: ^9.0.3 - version: 9.0.3 + specifier: ^9.0.5 + version: 9.0.5 htmr: specifier: ^1.0.2 version: 1.0.2(react@18.2.0) @@ -426,17 +426,17 @@ importers: specifier: ^4.17.21 version: 4.17.21 mdast-util-mdxjs-esm: - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^1.3.1 + version: 1.3.1 node-fetch: - specifier: 3.3.0 - version: 3.3.0 + specifier: 3.3.2 + version: 3.3.2 nprogress: specifier: ^0.2.0 version: 0.2.0 postcss: - specifier: 8.4.31 - version: 8.4.31 + specifier: 8.4.38 + version: 8.4.38 react: specifier: ^18.2.0 version: 18.2.0 @@ -456,20 +456,20 @@ importers: specifier: ^2.0.1 version: 2.0.1 rehype-stringify: - specifier: ^9.0.3 - version: 9.0.3 + specifier: ^9.0.4 + version: 9.0.4 remark: - specifier: ^14.0.2 - version: 14.0.2 + specifier: ^14.0.3 + version: 14.0.3 remark-gfm: specifier: 3.0.1 version: 3.0.1 remark-html: - specifier: ^15.0.1 - version: 15.0.1 + specifier: ^15.0.2 + version: 15.0.2 remark-parse: - specifier: ^10.0.1 - version: 10.0.1 + specifier: ^10.0.2 + version: 10.0.2 remark-rehype: specifier: ^10.1.0 version: 10.1.0 @@ -483,11 +483,11 @@ importers: specifier: ^10.1.2 version: 10.1.2 unist-util-visit: - specifier: ^4.1.1 - version: 4.1.1 + specifier: ^4.1.2 + version: 4.1.2 unist-util-visit-children: - specifier: ^2.0.1 - version: 2.0.1 + specifier: ^2.0.2 + version: 2.0.2 yaml-front-matter: specifier: ^4.1.1 version: 4.1.1 @@ -499,32 +499,32 @@ importers: specifier: 2.48.4 version: 2.48.4 '@types/body-scroll-lock': - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.2 + version: 3.1.2 '@types/fs-extra': specifier: ^9.0.13 version: 9.0.13 '@types/hast': - specifier: ^2.3.4 - version: 2.3.4 + specifier: ^2.3.10 + version: 2.3.10 '@types/html-to-text': specifier: ^8.1.1 version: 8.1.1 '@types/jest': - specifier: ^26.0.9 - version: 26.0.9 + specifier: ^26.0.24 + version: 26.0.24 '@types/lodash-es': - specifier: ^4.17.6 - version: 4.17.8 + specifier: ^4.17.12 + version: 4.17.12 '@types/mdast': - specifier: ^3.0.10 - version: 3.0.12 + specifier: ^3.0.15 + version: 3.0.15 '@types/node': specifier: ^14 version: 14.0.0 '@types/nprogress': - specifier: ^0.2.0 - version: 0.2.0 + specifier: ^0.2.3 + version: 0.2.3 '@types/react': specifier: ^18 version: 18.0.26 @@ -532,20 +532,20 @@ importers: specifier: ^18 version: 18.0.0 '@types/yaml-front-matter': - specifier: ^4.1.0 - version: 4.1.0 + specifier: ^4.1.3 + version: 4.1.3 rimraf: specifier: ^3.0.2 version: 3.0.2 tailwindcss: specifier: ^3.2.7 - version: 3.2.7(postcss@8.4.31)(ts-node@10.9.1) + version: 3.2.7(postcss@8.4.38)(ts-node@10.9.2) typescript: specifier: ^5 version: 5.0.4 vite: - specifier: ^4.0.5 - version: 4.5.2(@types/node@14.0.0) + specifier: ^4.5.3 + version: 4.5.3(@types/node@14.0.0) vitest: specifier: 0.33.0 version: 0.33.0(playwright@1.33.0) @@ -560,8 +560,8 @@ importers: packages/create-rspress: devDependencies: '@types/fs-extra': - specifier: 11.0.1 - version: 11.0.1 + specifier: 11.0.4 + version: 11.0.4 '@types/jest': specifier: ~29.2.4 version: 29.2.4 @@ -569,8 +569,8 @@ importers: specifier: ~16.11.7 version: 16.11.7 '@types/prompts': - specifier: ^2.4.4 - version: 2.4.4 + specifier: ^2.4.9 + version: 2.4.9 '@types/react': specifier: ~18.0.26 version: 18.0.26 @@ -584,14 +584,14 @@ importers: specifier: 11.1.1 version: 11.1.1 prompts: - specifier: 2.4.1 - version: 2.4.1 + specifier: 2.4.2 + version: 2.4.2 rimraf: specifier: ~3.0.2 version: 3.0.2 ts-node: - specifier: ^10.9.1 - version: 10.9.1(@types/node@16.11.7)(typescript@5.0.4) + specifier: ^10.9.2 + version: 10.9.2(@types/node@16.11.7)(typescript@5.0.4) typescript: specifier: ~5.0.4 version: 5.0.4 @@ -599,18 +599,18 @@ importers: packages/document: dependencies: rsfamily-nav-icon: - specifier: ^1.0.1 - version: 1.0.1 + specifier: ^1.0.2 + version: 1.0.2 devDependencies: '@documate/documate': specifier: ^0.1.0 version: 0.1.0 '@documate/react': - specifier: 0.2.1 - version: 0.2.1(react-dom@18.2.0)(react@18.2.0) + specifier: 0.2.2 + version: 0.2.2(react-dom@18.2.0)(react@18.2.0) '@types/react': - specifier: 18.2.0 - version: 18.2.0 + specifier: 18.2.74 + version: 18.2.74 framer-motion: specifier: 10.16.4 version: 10.16.4(react-dom@18.2.0)(react@18.2.0) @@ -624,8 +624,8 @@ importers: specifier: workspace:* version: link:../cli ts-node: - specifier: ^10.9.1 - version: 10.9.1(@types/node@18.11.17)(typescript@5.0.4) + specifier: ^10.9.2 + version: 10.9.2(@types/node@18.11.17)(typescript@5.0.4) typescript: specifier: ^5 version: 5.0.4 @@ -673,8 +673,8 @@ importers: specifier: ^1.0.2 version: link:../core documentation: - specifier: 14.0.2 - version: 14.0.2 + specifier: 14.0.3 + version: 14.0.3 react-docgen-typescript: specifier: 2.2.2 version: 2.2.2(typescript@5.0.4) @@ -689,8 +689,8 @@ importers: specifier: workspace:* version: link:../shared '@types/mdast': - specifier: ^3.0.10 - version: 3.0.12 + specifier: ^3.0.15 + version: 3.0.15 '@types/node': specifier: ^18.11.17 version: 18.11.17 @@ -701,13 +701,13 @@ importers: specifier: ^18 version: 18.0.0 mdast-util-mdxjs-esm: - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^1.3.1 + version: 1.3.1 react: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0 react-dom: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: specifier: ^6.8.1 @@ -719,8 +719,8 @@ importers: specifier: ^10.1.2 version: 10.1.2 unist-util-visit: - specifier: ^4.1.1 - version: 4.1.1 + specifier: ^4.1.2 + version: 4.1.2 packages/plugin-auto-nav-sidebar: dependencies: @@ -757,14 +757,14 @@ importers: version: link:../shared devDependencies: '@types/mdast': - specifier: ^3.0.10 - version: 3.0.12 + specifier: ^3.0.15 + version: 3.0.15 rehype-stringify: - specifier: ^9.0.3 - version: 9.0.3 + specifier: ^9.0.4 + version: 9.0.4 remark-parse: - specifier: ^10.0.1 - version: 10.0.1 + specifier: ^10.0.2 + version: 10.0.2 remark-rehype: specifier: ^10.1.0 version: 10.1.0 @@ -825,8 +825,8 @@ importers: specifier: ^18 version: 18.0.0 react: - specifier: ^17 - version: 17.0.0 + specifier: ^17.0.2 + version: 17.0.2 typescript: specifier: ^5 version: 5.0.4 @@ -862,17 +862,17 @@ importers: specifier: ^7.22.17 version: 7.22.17 '@types/babel__core': - specifier: ^7.20.1 - version: 7.20.1 + specifier: ^7.20.5 + version: 7.20.5 '@types/babel__standalone': - specifier: ^7.1.4 - version: 7.1.4 + specifier: ^7.1.7 + version: 7.1.7 '@types/babel__traverse': - specifier: ^7.20.1 - version: 7.20.1 + specifier: ^7.20.5 + version: 7.20.5 '@types/mdast': - specifier: ^3.0.10 - version: 3.0.12 + specifier: ^3.0.15 + version: 3.0.15 '@types/node': specifier: ^18.11.17 version: 18.11.17 @@ -883,13 +883,13 @@ importers: specifier: ^18 version: 18.0.0 mdast-util-mdxjs-esm: - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^1.3.1 + version: 1.3.1 react: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0 react-dom: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: specifier: ^6.8.1 @@ -901,8 +901,8 @@ importers: specifier: ^10.1.2 version: 10.1.2 unist-util-visit: - specifier: ^4.1.1 - version: 4.1.1 + specifier: ^4.1.2 + version: 4.1.2 packages/plugin-preview: dependencies: @@ -910,17 +910,17 @@ importers: specifier: 2.3.0 version: 2.3.0 '@rsbuild/core': - specifier: 0.5.1 - version: 0.5.1 + specifier: 0.5.6 + version: 0.5.6 '@rsbuild/plugin-babel': - specifier: 0.5.1 - version: 0.5.1(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3) + specifier: 0.5.6 + version: 0.5.6(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3) '@rsbuild/plugin-react': - specifier: 0.5.1 - version: 0.5.1(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3) + specifier: 0.5.6 + version: 0.5.6(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3) '@rsbuild/plugin-solid': - specifier: 0.5.1 - version: 0.5.1(@babel/core@7.24.1)(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3)(solid-js@1.8.16) + specifier: 0.5.6 + version: 0.5.6(@babel/core@7.24.1)(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3)(solid-js@1.8.16) '@rspress/core': specifier: ^1.0.2 version: link:../core @@ -947,8 +947,8 @@ importers: specifier: 4.17.0 version: 4.17.0 '@types/mdast': - specifier: ^3.0.10 - version: 3.0.12 + specifier: ^3.0.15 + version: 3.0.15 '@types/node': specifier: ^18.11.17 version: 18.11.17 @@ -959,13 +959,13 @@ importers: specifier: ^18 version: 18.0.0 mdast-util-mdxjs-esm: - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^1.3.1 + version: 1.3.1 react: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0 react-dom: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: specifier: ^6.8.1 @@ -977,8 +977,8 @@ importers: specifier: ^10.1.2 version: 10.1.2 unist-util-visit: - specifier: ^4.1.1 - version: 4.1.1 + specifier: ^4.1.2 + version: 4.1.2 packages/plugin-rss: dependencies: @@ -999,7 +999,7 @@ importers: specifier: ^18 version: 18.0.26 react: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0 typescript: specifier: ^5 @@ -1014,8 +1014,8 @@ importers: specifier: 2.0.1 version: 2.0.1 shiki: - specifier: 0.14.5 - version: 0.14.5 + specifier: 0.14.7 + version: 0.14.7 unist-util-visit: specifier: 5.0.0 version: 5.0.0 @@ -1024,8 +1024,8 @@ importers: specifier: 2.48.4 version: 2.48.4 '@types/hast': - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.0.4 + version: 3.0.4 '@types/node': specifier: ^18.11.17 version: 18.11.17 @@ -1076,7 +1076,7 @@ importers: specifier: ^18 version: 18.0.0 react: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0 typescript: specifier: ^5 @@ -1107,8 +1107,8 @@ importers: specifier: 2.48.4 version: 2.48.4 '@types/jest': - specifier: ^26.0.9 - version: 26.0.9 + specifier: ^26.0.24 + version: 26.0.24 '@types/react': specifier: ^18 version: 18.0.26 @@ -1122,8 +1122,8 @@ importers: packages/shared: dependencies: '@rsbuild/core': - specifier: 0.5.1 - version: 0.5.1 + specifier: 0.5.6 + version: 0.5.6 chalk: specifier: 4.1.2 version: 4.1.2 @@ -1144,8 +1144,8 @@ importers: specifier: 11.0.4 version: 11.0.4 '@types/interpret': - specifier: ^1.1.1 - version: 1.1.1 + specifier: ^1.1.3 + version: 1.1.3 '@types/jest': specifier: ~29.2.4 version: 29.2.4 @@ -1153,8 +1153,8 @@ importers: specifier: ^4.17.0 version: 4.17.0 '@types/lodash-es': - specifier: ^4.17.8 - version: 4.17.8 + specifier: ^4.17.12 + version: 4.17.12 '@types/node': specifier: ~16.11.7 version: 16.11.7 @@ -1162,8 +1162,8 @@ importers: specifier: ~18.0.26 version: 18.0.26 '@types/rechoir': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.6.4 + version: 0.6.4 lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -1174,8 +1174,8 @@ importers: specifier: ~3.0.2 version: 3.0.2 ts-node: - specifier: ^10.9.1 - version: 10.9.1(@types/node@16.11.7)(typescript@5.0.4) + specifier: ^10.9.2 + version: 10.9.2(@types/node@16.11.7)(typescript@5.0.4) typescript: specifier: ~5.0.4 version: 5.0.4 @@ -1207,11 +1207,11 @@ importers: specifier: 11.1.0 version: link:../core/compiled/globby hast-util-from-html: - specifier: ^1.0.0 - version: 1.0.0 + specifier: ^1.0.2 + version: 1.0.2 html-to-text: - specifier: ^9.0.3 - version: 9.0.3 + specifier: ^9.0.5 + version: 9.0.5 htmr: specifier: ^1.0.2 version: 1.0.2(react@18.2.0) @@ -1250,29 +1250,29 @@ importers: specifier: 2.48.4 version: 2.48.4 '@types/body-scroll-lock': - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.2 + version: 3.1.2 '@types/hast': - specifier: ^2.3.4 - version: 2.3.4 + specifier: ^2.3.10 + version: 2.3.10 '@types/html-to-text': specifier: ^8.1.1 version: 8.1.1 '@types/is-html': - specifier: ^2.0.1 - version: 2.0.1 + specifier: ^2.0.2 + version: 2.0.2 '@types/jest': - specifier: ^26.0.9 - version: 26.0.9 + specifier: ^26.0.24 + version: 26.0.24 '@types/lodash-es': - specifier: ^4.17.6 - version: 4.17.8 + specifier: ^4.17.12 + version: 4.17.12 '@types/mdast': - specifier: ^3.0.10 - version: 3.0.12 + specifier: ^3.0.15 + version: 3.0.15 '@types/nprogress': - specifier: ^0.2.0 - version: 0.2.0 + specifier: ^0.2.3 + version: 0.2.3 '@types/react': specifier: ^18 version: 18.0.26 @@ -1280,20 +1280,20 @@ importers: specifier: ^18 version: 18.0.0 '@types/react-syntax-highlighter': - specifier: ^15.5.9 - version: 15.5.9 + specifier: ^15.5.11 + version: 15.5.11 gray-matter: specifier: 4.0.3 version: 4.0.3 tailwindcss: specifier: 3.2.7 - version: 3.2.7(postcss@8.4.31)(ts-node@10.9.1) + version: 3.2.7(postcss@8.4.38)(ts-node@10.9.2) typescript: specifier: ^5 version: 5.0.4 vite: - specifier: ^4.0.5 - version: 4.5.2(@types/node@18.11.17) + specifier: ^4.5.3 + version: 4.5.3(@types/node@18.11.17) vitest: specifier: 0.33.0 version: 0.33.0(playwright@1.33.0) @@ -1303,13 +1303,6 @@ importers: packages: - /@ampproject/remapping@2.2.1: - resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.19 - /@ampproject/remapping@2.3.0: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} @@ -1428,8 +1421,9 @@ packages: resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.13 + '@babel/highlight': 7.24.2 chalk: 2.4.2 + dev: true /@babel/code-frame@7.24.2: resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} @@ -1438,28 +1432,24 @@ packages: '@babel/highlight': 7.24.2 picocolors: 1.0.0 - /@babel/compat-data@7.23.2: - resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} - engines: {node: '>=6.9.0'} - /@babel/compat-data@7.24.1: resolution: {integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==} engines: {node: '>=6.9.0'} - /@babel/core@7.23.2: - resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} + /@babel/core@7.24.1: + resolution: {integrity: sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==} engines: {node: '>=6.9.0'} dependencies: - '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.6 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) - '@babel/helpers': 7.23.2 - '@babel/parser': 7.23.0 - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.6 + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.1 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.1) + '@babel/helpers': 7.24.1 + '@babel/parser': 7.24.1 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -1468,15 +1458,15 @@ packages: transitivePeerDependencies: - supports-color - /@babel/core@7.24.1: - resolution: {integrity: sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==} + /@babel/core@7.24.3: + resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 '@babel/generator': 7.24.1 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.1) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) '@babel/helpers': 7.24.1 '@babel/parser': 7.24.1 '@babel/template': 7.24.0 @@ -1489,26 +1479,8 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - - /@babel/generator@7.23.0: - resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.6 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.19 - jsesc: 2.5.2 dev: false - /@babel/generator@7.23.6: - resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.6 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.19 - jsesc: 2.5.2 - /@babel/generator@7.24.1: resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==} engines: {node: '>=6.9.0'} @@ -1522,19 +1494,9 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: false - /@babel/helper-compilation-targets@7.22.15: - resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.23.2 - '@babel/helper-validator-option': 7.22.15 - browserslist: 4.22.1 - lru-cache: 5.1.1 - semver: 6.3.1 - /@babel/helper-compilation-targets@7.23.6: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} @@ -1545,19 +1507,19 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} + /@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.24.3 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 @@ -1571,72 +1533,67 @@ packages: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 - /@babel/helper-member-expression-to-functions@7.22.15: - resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} + /@babel/helper-member-expression-to-functions@7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: false /@babel/helper-module-imports@7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: false - /@babel/helper-module-imports@7.22.15: - resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.6 - /@babel/helper-module-imports@7.24.1: resolution: {integrity: sha512-HfEWzysMyOa7xI5uQHc/OcZf67/jc+xe/RZlznWQHhbb8Pg1SkRdbK4yEi61aY8wxQA7PkSfoojtLQP/Kpe3og==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.0 - /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2): - resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.1): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.24.1 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 + '@babel/helper-module-imports': 7.24.1 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 - /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.1): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.1 + '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.24.1 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + dev: false /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: false /@babel/helper-plugin-utils@7.22.5: @@ -1644,15 +1601,20 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.2): - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + /@babel/helper-plugin-utils@7.24.0: + resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 dev: false @@ -1660,30 +1622,26 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: false /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-string-parser@7.23.4: - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} - engines: {node: '>=6.9.0'} - /@babel/helper-string-parser@7.24.1: resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} @@ -1692,24 +1650,10 @@ packages: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} - engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} - /@babel/helpers@7.23.2: - resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.6 - transitivePeerDependencies: - - supports-color - /@babel/helpers@7.24.1: resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==} engines: {node: '>=6.9.0'} @@ -1720,14 +1664,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/highlight@7.22.13: - resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 - /@babel/highlight@7.24.2: resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} @@ -1737,111 +1673,113 @@ packages: js-tokens: 4.0.0 picocolors: 1.0.0 - /@babel/parser@7.23.0: - resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.6 - /@babel/parser@7.24.1: resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.24.0 - /@babel/plugin-proposal-decorators@7.23.2(@babel/core@7.23.2): - resolution: {integrity: sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==} + /@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.23.2) + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.3) dev: false - /@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.23.2): - resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==} + /@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: false - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.2): + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.24.1): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.24.1 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.24.1): - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.1 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: false - /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: false - /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.2): - resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} + /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: false + + /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} + /@babel/plugin-transform-typescript@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.24.3 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.2) + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.3) dev: false - /@babel/preset-typescript@7.23.2(@babel/core@7.23.2): - resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} + /@babel/preset-typescript@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3) dev: false /@babel/runtime@7.23.2: @@ -1850,14 +1788,6 @@ packages: dependencies: regenerator-runtime: 0.14.0 - /@babel/template@7.22.15: - resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.22.13 - '@babel/parser': 7.23.0 - '@babel/types': 7.23.6 - /@babel/template@7.24.0: resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} @@ -1866,23 +1796,6 @@ packages: '@babel/parser': 7.24.1 '@babel/types': 7.24.0 - /@babel/traverse@7.23.2: - resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.6 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.0 - '@babel/types': 7.23.6 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/traverse@7.24.1: resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} engines: {node: '>=6.9.0'} @@ -1909,22 +1822,6 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types@7.23.0: - resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - - /@babel/types@7.23.6: - resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - /@babel/types@7.24.0: resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} @@ -2226,11 +2123,11 @@ packages: - debug dev: true - /@documate/react@0.2.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-DgMxOZVxLIlAbkbU64/m+r0mx2/VgwgrXjcdMf5B0lqajlDnNx9b6zA4ITg3/TdJSmKei3dEz3uii55aI2cpZw==} + /@documate/react@0.2.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-jAXonmCeqJh5VIGQ6Mo3vHYsYXnZ5vCDpqgrprvej2q4Rs2oOOtoV7NTNqht+8LBlQInoVEg6hCxdFz2HwG56g==} peerDependencies: - react: ^18 - react-dom: ^18 + react: ^17 || ^18 + react-dom: ^17 || ^18 dependencies: '@headlessui/react': 1.7.17(react-dom@18.2.0)(react@18.2.0) markdown-it: 13.0.1 @@ -2936,14 +2833,15 @@ packages: '@sinclair/typebox': 0.27.8 dev: true - /@jest/types@25.5.0: - resolution: {integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==} - engines: {node: '>= 8.3'} + /@jest/types@26.6.2: + resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} + engines: {node: '>= 10.14.2'} dependencies: '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 1.1.2 + '@types/istanbul-reports': 3.0.1 + '@types/node': 18.11.17 '@types/yargs': 15.0.15 - chalk: 3.0.0 + chalk: 4.1.2 dev: true /@jest/types@29.6.1: @@ -2958,14 +2856,6 @@ packages: chalk: 4.1.2 dev: true - /@jridgewell/gen-mapping@0.3.3: - resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.19 - /@jridgewell/gen-mapping@0.3.5: resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} @@ -2974,18 +2864,10 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 - /@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: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} - /@jridgewell/set-array@1.1.2: - resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} - engines: {node: '>=6.0.0'} - /@jridgewell/set-array@1.2.1: resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} @@ -2993,18 +2875,12 @@ packages: /@jridgewell/source-map@0.3.5: resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.19 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - /@jridgewell/trace-mapping@0.3.19: - resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==} - dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 - /@jridgewell/trace-mapping@0.3.25: resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} dependencies: @@ -3014,7 +2890,7 @@ packages: /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: - '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 dev: true @@ -3059,8 +2935,8 @@ packages: read-yaml-file: 1.1.0 dev: true - /@manypkg/get-packages@2.2.0: - resolution: {integrity: sha512-B5p5BXMwhGZKi/syEEAP1eVg5DZ/9LP+MZr0HqfrHLgu9fq0w4ZwH8yVen4JmjrxI2dWS31dcoswYzuphLaRxg==} + /@manypkg/get-packages@2.2.1: + resolution: {integrity: sha512-TrJd86paBkKEx6InhObcUhuoJNcATlbO6+s1dQdLd4+Y1SLDKJUAMhU46kTZ1SOFbegTuhDbIF3j+Jy564BERA==} engines: {node: '>=14.18.0'} dependencies: '@manypkg/find-root': 2.2.1 @@ -3102,12 +2978,12 @@ packages: markdown-extensions: 1.1.1 periscopic: 3.1.0 remark-mdx: 2.3.0 - remark-parse: 10.0.1 + 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.1 + unist-util-visit: 4.1.2 vfile: 5.3.7 transitivePeerDependencies: - supports-color @@ -3289,7 +3165,7 @@ packages: '@modern-js/utils': 2.48.4 '@swc/helpers': 0.5.3 cross-spawn: 7.0.3 - husky: 8.0.1 + husky: 8.0.3 dev: true /@modern-js/plugin-tailwindcss@2.48.4(tailwindcss@3.2.7): @@ -3306,7 +3182,7 @@ packages: '@swc/helpers': 0.5.3 babel-plugin-macros: 3.1.0 hoist-non-react-statics: 3.3.2 - tailwindcss: 3.2.7(postcss@8.4.31)(ts-node@10.9.1) + tailwindcss: 3.2.7(postcss@8.4.38)(ts-node@10.9.2) dev: true /@modern-js/plugin@2.48.4: @@ -3685,59 +3561,60 @@ packages: picomatch: 2.3.1 dev: true - /@rsbuild/core@0.5.1: - resolution: {integrity: sha512-xpWRETHgRUmEgmKhK03PloiiYZ455myyGkc0VTionCLUSpdT+jyTtDUW0T+rNvHkgukH20fVvjpwMbQnT19vXw==} + /@rsbuild/core@0.5.6: + resolution: {integrity: sha512-CvgH2pDxeYk54Ux9NqwnGSRj2kTdC3HRLzWMQpSSEFA65ZcyT6HLyGEXjM+mKa2XtLDaHgqxCo4/ruI//tiV5g==} engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@rsbuild/shared': 0.5.1(@swc/helpers@0.5.3) - '@rspack/core': 0.5.8(@swc/helpers@0.5.3) + '@rsbuild/shared': 0.5.6(@swc/helpers@0.5.3) + '@rspack/core': 0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3) '@swc/helpers': 0.5.3 core-js: 3.36.0 - html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.5.8) - postcss: 8.4.35 + html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240328104834) + postcss: 8.4.38 dev: false - /@rsbuild/plugin-babel@0.5.1(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3): - resolution: {integrity: sha512-VihDykYDMBnn0f5KQt44vUzm2AP3omkJmQAn9Dgna8aD8wpvneA8ijVM/Ar+V1z6V1jJaAjI29TbmBy+dyfpxg==} + /@rsbuild/plugin-babel@0.5.6(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3): + resolution: {integrity: sha512-c3sPL4ce9A3m1wskEsXjel05fqgJIqBgY6LoeY5di7Gz1X3+a4m7sQYpEG/5u4wwF4Q1mLd/gLKgmHS1EH5E6Q==} peerDependencies: - '@rsbuild/core': ^0.5.1 - dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-proposal-decorators': 7.23.2(@babel/core@7.23.2) - '@babel/preset-typescript': 7.23.2(@babel/core@7.23.2) - '@rsbuild/core': 0.5.1 - '@rsbuild/shared': 0.5.1(@swc/helpers@0.5.3) - '@types/babel__core': 7.20.3 + '@rsbuild/core': ^0.5.6 + dependencies: + '@babel/core': 7.24.3 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.3) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.3) + '@rsbuild/core': 0.5.6 + '@rsbuild/shared': 0.5.6(@swc/helpers@0.5.3) + '@types/babel__core': 7.20.5 upath: 2.0.1 transitivePeerDependencies: - '@swc/helpers' - supports-color dev: false - /@rsbuild/plugin-react@0.5.1(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3): - resolution: {integrity: sha512-5GkLJj/Ht+6HUOGMSXK3v3lfe4ldkaPBtKLd11XUrvGkgPrOAYHZvzF6vLSZaM2yJRr0irLTMYYTBrK+D2Iypw==} + /@rsbuild/plugin-react@0.5.6(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3): + resolution: {integrity: sha512-S0zBCk5JQ/UxeO5D8V3P/C/qiFWg4duKimguaWvbw4wkkCFrJXdyW9+wHpCrBc0AnLwa3TomkWGfaR0JFByhXQ==} peerDependencies: - '@rsbuild/core': ^0.5.1 + '@rsbuild/core': ^0.5.6 dependencies: - '@rsbuild/core': 0.5.1 - '@rsbuild/shared': 0.5.1(@swc/helpers@0.5.3) - '@rspack/plugin-react-refresh': 0.5.8(react-refresh@0.14.0) + '@rsbuild/core': 0.5.6 + '@rsbuild/shared': 0.5.6(@swc/helpers@0.5.3) + '@rspack/plugin-react-refresh': 0.5.9-canary-8778e17-20240328104834(react-refresh@0.14.0) react-refresh: 0.14.0 transitivePeerDependencies: - '@swc/helpers' dev: false - /@rsbuild/plugin-solid@0.5.1(@babel/core@7.24.1)(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3)(solid-js@1.8.16): - resolution: {integrity: sha512-Q9v/wXWZcPpLGnCnyzgeE+6udETuthafKDMDwcss2ycwbYdEWW2w1iG4TbED74qsCiA8XZhEP1xZvOMJETyAOg==} + /@rsbuild/plugin-solid@0.5.6(@babel/core@7.24.1)(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3)(solid-js@1.8.16): + resolution: {integrity: sha512-LDOQc5GANOmYOoETBrBnYCMh2Ge7MdRIoYzhNrodi5HnwK6r7qT9d6i1WHidm9nFqT/xbPM5UwJiE5IWn3QByQ==} peerDependencies: - '@rsbuild/core': ^0.5.1 + '@rsbuild/core': ^0.5.6 dependencies: - '@rsbuild/core': 0.5.1 - '@rsbuild/plugin-babel': 0.5.1(@rsbuild/core@0.5.1)(@swc/helpers@0.5.3) - '@rsbuild/shared': 0.5.1(@swc/helpers@0.5.3) - babel-preset-solid: 1.8.12(@babel/core@7.24.1) - solid-refresh: 0.7.5(solid-js@1.8.16) + '@rsbuild/core': 0.5.6 + '@rsbuild/plugin-babel': 0.5.6(@rsbuild/core@0.5.6)(@swc/helpers@0.5.3) + '@rsbuild/shared': 0.5.6(@swc/helpers@0.5.3) + babel-preset-solid: 1.8.16(@babel/core@7.24.1) + solid-refresh: 0.6.3(solid-js@1.8.16) transitivePeerDependencies: - '@babel/core' - '@swc/helpers' @@ -3745,104 +3622,59 @@ packages: - supports-color dev: false - /@rsbuild/shared@0.5.1(@swc/helpers@0.5.3): - resolution: {integrity: sha512-jBa4Cm91s/1KBcDs1MgGqYbaGRtmSjJK9BQeFV1dKvQoxpXViwOO457EBmOb+T28Dy6hNJK/1f9Uza5qQ4/7Tg==} + /@rsbuild/shared@0.5.6(@swc/helpers@0.5.3): + resolution: {integrity: sha512-GThfzH/GoISDWdwgp+SZuAKGqy4fmgTxG1A+AUU1C4OgK43B9p86Q+bVbEiN8cOSRa6uvV0neiuLAVxxDOPQgQ==} dependencies: - '@rspack/core': 0.5.8(@swc/helpers@0.5.3) - caniuse-lite: 1.0.30001585 - postcss: 8.4.35 + '@rspack/core': 0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3) + caniuse-lite: 1.0.30001605 + postcss: 8.4.38 transitivePeerDependencies: - '@swc/helpers' dev: false - /@rspack/binding-darwin-arm64@0.5.8: - resolution: {integrity: sha512-kvz2f9bMoFOEuXJ/fyJzOWuNXq5EvQhA19cqgwrDRQgfc5sQ0qv2vW3qI5v2oVOHccQBwKHkVTHHDn5vWlnRsQ==} + /@rspack/binding-darwin-arm64@0.5.9-canary-8778e17-20240328104834: + resolution: {integrity: sha512-guZbBOQ+YOuhYoZCXKNHKjgDTUb5djCd4DDKa0O7oIZB/YYaaQz5DDzngLWojkFh+P5mLSbl1I8eJVUAxft2PQ==} cpu: [arm64] os: [darwin] requiresBuild: true dev: false optional: true - /@rspack/binding-darwin-x64@0.5.8: - resolution: {integrity: sha512-TgVtKntzOGcIczogZXMWqqXrvK07XjRnz1ES56RYfsOVvzTEmldvX5S+pQIwYzCt7fNddIMl9muHa9qYswzFbQ==} + /@rspack/binding-darwin-x64@0.5.9-canary-8778e17-20240328104834: + resolution: {integrity: sha512-2H1d+FEe3sizq9DU3HTvLZAR1NEO0jZY2NosZ2RukkAaXsMel9Sqy6d+egH2un5QXaVV+KbGP0TiEIgB4iOhig==} cpu: [x64] os: [darwin] requiresBuild: true dev: false optional: true - /@rspack/binding-linux-arm64-gnu@0.5.8: - resolution: {integrity: sha512-g+4ddgEpK+R50mqKs6jPr7IiPGpukabbSBSYGGezErHMMAfgSxuRQ1IGP/pOOHQXXmHJbrbqk4Ow56vE0fKZnQ==} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: false - optional: true - - /@rspack/binding-linux-arm64-musl@0.5.8: - resolution: {integrity: sha512-MistQCUYkcwb4u3XTnmwGimxD161LlRZqP/7PPrInaBNCpYQYnXI4RX6RhMgusnjaW406N0XBS94Q9QNwujyxg==} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: false - optional: true - - /@rspack/binding-linux-x64-gnu@0.5.8: - resolution: {integrity: sha512-DlsCXeSZKKOh7T8uwIcUgbOXLcsoUVCHkWx04GDBi09OYHjrT+dc1Iqpy5uHcIScRWjtVgGnOb6M9EsyABNoAw==} + /@rspack/binding-linux-x64-gnu@0.5.9-canary-8778e17-20240328104834: + resolution: {integrity: sha512-Yolbu8npW90xVuhY84bzgqNX3/k4xJcTBPjzTQtxNxI2gXvoAroMqY2AQbaccJfvUUEOV0AFN63eT9lIwZ+HUw==} cpu: [x64] os: [linux] requiresBuild: true dev: false optional: true - /@rspack/binding-linux-x64-musl@0.5.8: - resolution: {integrity: sha512-B4V5wFGig+WCNbeOwU6O8rvxzu9sONUML6YEe/NiR+e9NLsYemEQG8volZVQ4WM/SDii6G4h9z/2jEoGXcfRsQ==} + /@rspack/binding-win32-x64-msvc@0.5.9-canary-8778e17-20240328104834: + resolution: {integrity: sha512-X0P47f9nn7s/GZshmKKLzlwir9JowGHnTlInWuStKB4NTcBkcH0TpuOl3mCDA2oksVUAOWC60baHmmMVpoiZPQ==} cpu: [x64] - os: [linux] - requiresBuild: true - dev: false - optional: true - - /@rspack/binding-win32-arm64-msvc@0.5.8: - resolution: {integrity: sha512-ubWsFoJkUQNOt1w1WDQCk5UvFPOII/dNj/orpEe+NPveEn6i+im2euK+6fKucmDrXAyC1ZhEzjJeFMjcvyS9Dg==} - cpu: [arm64] os: [win32] requiresBuild: true dev: false optional: true - /@rspack/binding-win32-ia32-msvc@0.5.8: - resolution: {integrity: sha512-NPwkNbEe/IY/I93E07q3p7AM4rLDLkpgTzBPFhi6jgNzK8k/eGAUIdaEDJhEkWzsI8o8m7I5XlJyxrmK5/SWFw==} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: false - optional: true - - /@rspack/binding-win32-x64-msvc@0.5.8: - resolution: {integrity: sha512-ox+PdrWh5VjI3G2GCLoXJ0eZ/lLgxPQsmGkyjikJyaIuetWtMun8khvaoAspnSw3FzHCEbA62vs0ot8YV3DggQ==} - cpu: [x64] - os: [win32] - requiresBuild: true + /@rspack/binding@0.5.9-canary-8778e17-20240328104834: + resolution: {integrity: sha512-aj7/ybVWFq0rjaLXMJY3ZTZOM/Weng4akWFrPvao3umJRs5lIR2crUKG3PVF1gVH16qL8Ra4GpbaucU0SXY0qQ==} + optionalDependencies: + '@rspack/binding-darwin-arm64': 0.5.9-canary-8778e17-20240328104834 + '@rspack/binding-darwin-x64': 0.5.9-canary-8778e17-20240328104834 + '@rspack/binding-linux-x64-gnu': 0.5.9-canary-8778e17-20240328104834 + '@rspack/binding-win32-x64-msvc': 0.5.9-canary-8778e17-20240328104834 dev: false - optional: true - /@rspack/binding@0.5.8: - resolution: {integrity: sha512-RDiiBDeIwCPtqQ/CYMXoFqstaJVGZu3KoUKeuJoiN+TO77OAC0fRs7J/BvV+KLoF35SFpe/XnSLCkv+Nkk9/ow==} - optionalDependencies: - '@rspack/binding-darwin-arm64': 0.5.8 - '@rspack/binding-darwin-x64': 0.5.8 - '@rspack/binding-linux-arm64-gnu': 0.5.8 - '@rspack/binding-linux-arm64-musl': 0.5.8 - '@rspack/binding-linux-x64-gnu': 0.5.8 - '@rspack/binding-linux-x64-musl': 0.5.8 - '@rspack/binding-win32-arm64-msvc': 0.5.8 - '@rspack/binding-win32-ia32-msvc': 0.5.8 - '@rspack/binding-win32-x64-msvc': 0.5.8 - dev: false - - /@rspack/core@0.5.8(@swc/helpers@0.5.3): - resolution: {integrity: sha512-F7NiiLCE//5JXsEmS36DcIUiSyi5sylZZ5MKw9ABSGrtqVDB23oOjUxP1kt/Wo6npf0V2eVuAHpoudwJ1lUmhQ==} + /@rspack/core@0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3): + resolution: {integrity: sha512-Dzi1OGoGDO9udyH3Msuwhi6j7PlwsPI7Z5MkaiUTuwzkp8zGqNa+zykY8ZCMrbwQ3uDS1HkNlQgT6Oc9HheqhQ==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -3851,9 +3683,9 @@ packages: optional: true dependencies: '@module-federation/runtime-tools': 0.0.8 - '@rspack/binding': 0.5.8 + '@rspack/binding': 0.5.9-canary-8778e17-20240328104834 '@swc/helpers': 0.5.3 - browserslist: 4.22.1 + browserslist: 4.23.0 enhanced-resolve: 5.12.0 events: 3.3.0 graceful-fs: 4.2.10 @@ -3866,8 +3698,8 @@ packages: zod-validation-error: 1.3.1(zod@3.22.4) dev: false - /@rspack/plugin-react-refresh@0.5.8(react-refresh@0.14.0): - resolution: {integrity: sha512-y6wp0r4u+QxReP5DmKI2MTG5VfOATHIsFmbujhrM/C1Afon7azGZL7by7Rn+pc6A2ul2jigTph7Mlp7vVC3tbQ==} + /@rspack/plugin-react-refresh@0.5.9-canary-8778e17-20240328104834(react-refresh@0.14.0): + resolution: {integrity: sha512-bycpjZfoDV5acHp9V3IY5n6L4qjkzFD36bl8A2GWjjEHrurAnFWefJ88c/uaETBEzjMuoP1FJEbiIkwprnFm1A==} peerDependencies: react-refresh: '>=0.10.0 <1.0.0' peerDependenciesMeta: @@ -4000,11 +3832,11 @@ packages: '@rushstack/node-core-library': 3.53.3 dev: true - /@selderee/plugin-htmlparser2@0.10.0: - resolution: {integrity: sha512-gW69MEamZ4wk1OsOq1nG1jcyhXIQcnrsX5JwixVw/9xaiav8TCyjESAruu1Rz9yyInhgBXxkNwMeygKnN2uxNA==} + /@selderee/plugin-htmlparser2@0.11.0: + resolution: {integrity: sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==} dependencies: domhandler: 5.0.3 - selderee: 0.10.0 + selderee: 0.11.0 dev: false /@sinclair/typebox@0.27.8: @@ -4044,52 +3876,39 @@ packages: '@types/estree': 1.0.1 dev: false - /@types/babel__core@7.20.1: - resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} + /@types/babel__core@7.20.5: + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 - '@types/babel__generator': 7.6.4 - '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.20.1 - dev: true - - /@types/babel__core@7.20.3: - resolution: {integrity: sha512-54fjTSeSHwfan8AyHWrKbfBWiEUrNTZsUwPTDSNaaP1QDQIZbeNUg3a59E9D+375MzUw/x1vx2/0F5LBz+AeYA==} - dependencies: - '@babel/parser': 7.23.0 - '@babel/types': 7.23.6 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.20.1 - dev: false + '@types/babel__traverse': 7.20.5 /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 - /@types/babel__standalone@7.1.4: - resolution: {integrity: sha512-HijIDmcNl3Wmo0guqjYkQvMzyRCM6zMCkYcdG8f+2X7mPBNa9ikSeaQlWs2Yg18KN1klOJzyupX5BPOf+7ahaw==} + /@types/babel__standalone@7.1.7: + resolution: {integrity: sha512-4RUJX9nWrP/emaZDzxo/+RYW8zzLJTXWJyp2k78HufG459HCz754hhmSymt3VFOU6/Wy+IZqfPvToHfLuGOr7w==} dependencies: - '@babel/core': 7.23.2 - transitivePeerDependencies: - - supports-color + '@types/babel__core': 7.20.5 dev: true /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.23.0 - '@babel/types': 7.23.6 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 - /@types/babel__traverse@7.20.1: - resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==} + /@types/babel__traverse@7.20.5: + resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.24.0 - /@types/body-scroll-lock@3.1.0: - resolution: {integrity: sha512-3owAC4iJub5WPqRhxd8INarF2bWeQq1yQHBgYhN0XLBJMpd5ED10RrJ3aKiAwlTyL5wK7RkBD4SZUQz2AAAMdA==} + /@types/body-scroll-lock@3.1.2: + resolution: {integrity: sha512-ELhtuphE/YbhEcpBf/rIV9Tl3/O0A0gpCVD+oYFSS8bWstHFJUgA4nNw1ZakVlRC38XaQEIsBogUZKWIPBvpfQ==} dev: true /@types/chai-subset@1.3.3: @@ -4102,8 +3921,8 @@ packages: resolution: {integrity: sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==} dev: true - /@types/cross-spawn@6.0.2: - resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} + /@types/cross-spawn@6.0.6: + resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} dependencies: '@types/node': 18.11.17 dev: true @@ -4137,13 +3956,6 @@ packages: resolution: {integrity: sha512-R1g/VyKFFI2HLC1QGAeTtCBWCo6n75l41OnsVYNbmKG+kempOESaodf6BeJyUM3Q0rKa/NQcTHbB2+66lNnxLw==} dev: false - /@types/fs-extra@11.0.1: - resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==} - dependencies: - '@types/jsonfile': 6.1.1 - '@types/node': 18.11.17 - dev: true - /@types/fs-extra@11.0.4: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: @@ -4157,22 +3969,22 @@ packages: '@types/node': 18.11.17 dev: true - /@types/hast@2.3.4: - resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==} + /@types/hast@2.3.10: + resolution: {integrity: sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==} dependencies: '@types/unist': 2.0.7 - /@types/hast@3.0.3: - resolution: {integrity: sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==} + /@types/hast@3.0.4: + resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} dependencies: - '@types/unist': 2.0.7 + '@types/unist': 3.0.2 /@types/html-to-text@8.1.1: resolution: {integrity: sha512-QFcqfc7TiVbvIX8Fc2kWUxakruI1Ay6uitaGCYHzI5M0WHQROV5D2XeSaVrK0FmvssivXum4yERVnJsiuH61Ww==} dev: true - /@types/interpret@1.1.1: - resolution: {integrity: sha512-HZ4d0m2Ebl8DmrOdYZHgYyipj/8Ftq1/ssB/oQR7fqfUrwtTP7IW3BDi2V445nhPBLzZjEkApaPVp83moSCXlA==} + /@types/interpret@1.1.3: + resolution: {integrity: sha512-uBaBhj/BhilG58r64mtDb/BEdH51HIQLgP5bmWzc5qCtFMja8dCk/IOJmk36j0lbi9QHwI6sbtUNGuqXdKCAtQ==} dependencies: '@types/node': 18.11.17 dev: true @@ -4183,8 +3995,8 @@ packages: ci-info: 3.8.0 dev: true - /@types/is-html@2.0.1: - resolution: {integrity: sha512-ge9xbo7ofZFrHlN3mzdnGzUXLN7Gw6ULnlxfuf1cgGwxOt3NiH3bPN+q5F0cde6V8MJrnbFlaK08d0qKQdNSBw==} + /@types/is-html@2.0.2: + resolution: {integrity: sha512-SHdlXsp1XB8+CzelA4xFsUqykJxUVKD4HXHGDjtLUD7zZXtp+f/sUsUxdyziZclPFDzHZls/kWDawbuOG3oZVQ==} dev: true /@types/istanbul-lib-coverage@2.0.4: @@ -4197,24 +4009,17 @@ packages: '@types/istanbul-lib-coverage': 2.0.4 dev: true - /@types/istanbul-reports@1.1.2: - resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} - dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-lib-report': 3.0.0 - dev: true - /@types/istanbul-reports@3.0.1: resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} dependencies: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest@26.0.9: - resolution: {integrity: sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==} + /@types/jest@26.0.24: + resolution: {integrity: sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==} dependencies: - jest-diff: 25.5.0 - pretty-format: 25.5.0 + jest-diff: 26.6.2 + pretty-format: 26.6.2 dev: true /@types/jest@29.2.4: @@ -4237,22 +4042,18 @@ packages: '@types/node': 18.11.17 dev: true - /@types/lodash-es@4.17.8: - resolution: {integrity: sha512-euY3XQcZmIzSy7YH5+Unb3b2X12Wtk54YWINBvvGQ5SmMvwb11JQskGsfkH/5HXK77Kr8GF0wkVDIxzAisWtog==} + /@types/lodash-es@4.17.12: + resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} dependencies: - '@types/lodash': 4.14.200 - dev: true - - /@types/lodash@4.14.200: - resolution: {integrity: sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==} + '@types/lodash': 4.17.0 dev: true /@types/lodash@4.17.0: resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} dev: true - /@types/mdast@3.0.12: - resolution: {integrity: sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==} + /@types/mdast@3.0.15: + resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} dependencies: '@types/unist': 2.0.7 @@ -4289,8 +4090,8 @@ packages: /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} - /@types/nprogress@0.2.0: - resolution: {integrity: sha512-1cYJrqq9GezNFPsWTZpFut/d4CjpZqA0vhqDUPFWYKF1oIyBz5qnoYMzR+0C/T96t3ebLAC1SSnwrVOm5/j74A==} + /@types/nprogress@0.2.3: + resolution: {integrity: sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==} dev: true /@types/parse-json@4.0.0: @@ -4300,8 +4101,8 @@ packages: /@types/parse5@6.0.3: resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} - /@types/prompts@2.4.4: - resolution: {integrity: sha512-p5N9uoTH76lLvSAaYSZtBCdEXzpOOufsRjnhjVSrZGXikVGHX9+cc9ERtHRV4hvBKHyZb1bg4K+56Bd2TqUn4A==} + /@types/prompts@2.4.9: + resolution: {integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==} dependencies: '@types/node': 18.11.17 kleur: 3.0.3 @@ -4316,8 +4117,8 @@ packages: '@types/react': 18.0.26 dev: true - /@types/react-syntax-highlighter@15.5.9: - resolution: {integrity: sha512-ven8zRSVMNkqt8ySJ2eEW5ugbfl/V/Z9S1c9UNhGqwkwVZNV5akk10rYDALxgwS25cLmN+/Q5UxlGj9CJmZ6Ew==} + /@types/react-syntax-highlighter@15.5.11: + resolution: {integrity: sha512-ZqIJl+Pg8kD+47kxUjvrlElrraSUrYa4h0dauY/U/FTUuprSCqvUj+9PNQNQzVc6AJgIWUUxn87/gqsMHNbRjw==} dependencies: '@types/react': 18.0.26 dev: true @@ -4329,18 +4130,17 @@ packages: '@types/scheduler': 0.16.3 csstype: 3.1.2 - /@types/react@18.2.0: - resolution: {integrity: sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==} + /@types/react@18.2.74: + resolution: {integrity: sha512-9AEqNZZyBx8OdZpxzQlaFEVCSFUM2YXJH46yPOiOpm078k6ZLOCcuAzGum/zK8YBwY+dbahVNbHrbgrAwIRlqw==} dependencies: '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.3 - csstype: 3.1.2 + csstype: 3.1.3 dev: true - /@types/rechoir@0.6.1: - resolution: {integrity: sha512-HbMQqyZC8W9NxE3R89rW+hFwFXeIdmCT7x91NQjzB4+0CI42K/CJfRak5/jAQ7L5qi1cGcQQdo+GI9pqqUhbKQ==} + /@types/rechoir@0.6.4: + resolution: {integrity: sha512-qpb56wvjUSuJQwZzDcmQEFudUsolIabyOE9aP9Wr5s1EYlWQ/4Zz7XSjr69gDhWY5PBX/+M62ZLQgQyUzTiPAA==} dependencies: - '@types/interpret': 1.1.1 + '@types/interpret': 1.1.3 dev: true /@types/scheduler@0.16.3: @@ -4363,10 +4163,9 @@ packages: /@types/unist@3.0.2: resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==} - dev: false - /@types/yaml-front-matter@4.1.0: - resolution: {integrity: sha512-d4YGe2onl1T4VA6QhT4agdxaStOBe/ig9RAFAT1OltytvO2z9Ro69DiwHD2FUwewcjeD9PWEfUeZhw7E9hApcQ==} + /@types/yaml-front-matter@4.1.3: + resolution: {integrity: sha512-XDsnZdIZ8QGRFzfRTCSxjbm0NGQQfFPxk2zqy0DB4SH2TXJVptzdY+IgDNM1K2ZIjFvFaHo2l5wJd71JzMeI9A==} dependencies: '@types/js-yaml': 4.0.5 '@types/node': 18.11.17 @@ -4396,12 +4195,12 @@ packages: chai: 4.3.7 dev: true - /@vitest/expect@0.34.1: - resolution: {integrity: sha512-q2CD8+XIsQ+tHwypnoCk8Mnv5e6afLFvinVGCq3/BOT4kQdVQmY6rRfyKkwcg635lbliLPqbunXZr+L1ssUWiQ==} + /@vitest/expect@0.34.6: + resolution: {integrity: sha512-QUzKpUQRc1qC7qdGo7rMK3AkETI7w18gTCUrsNnyjjJKYiuUB9+TQK3QnR1unhCnWRC0AbKv2omLGQDF/mIjOw==} dependencies: - '@vitest/spy': 0.34.1 - '@vitest/utils': 0.34.1 - chai: 4.3.7 + '@vitest/spy': 0.34.6 + '@vitest/utils': 0.34.6 + chai: 4.4.1 dev: true /@vitest/runner@0.33.0: @@ -4412,10 +4211,10 @@ packages: pathe: 1.1.1 dev: true - /@vitest/runner@0.34.1: - resolution: {integrity: sha512-YfQMpYzDsYB7yqgmlxZ06NI4LurHWfrH7Wy3Pvf/z/vwUSgq1zLAb1lWcItCzQG+NVox+VvzlKQrYEXb47645g==} + /@vitest/runner@0.34.6: + resolution: {integrity: sha512-1CUQgtJSLF47NnhN+F9X2ycxUP0kLHQ/JWvNHbeBfwW8CzEGgeskzNnHDyv1ieKTltuR6sdIHV+nmR6kPxQqzQ==} dependencies: - '@vitest/utils': 0.34.1 + '@vitest/utils': 0.34.6 p-limit: 4.0.0 pathe: 1.1.1 dev: true @@ -4423,15 +4222,15 @@ packages: /@vitest/snapshot@0.33.0: resolution: {integrity: sha512-tJjrl//qAHbyHajpFvr8Wsk8DIOODEebTu7pgBrP07iOepR5jYkLFiqLq2Ltxv+r0uptUb4izv1J8XBOwKkVYA==} dependencies: - magic-string: 0.30.2 + magic-string: 0.30.8 pathe: 1.1.1 pretty-format: 29.6.2 dev: true - /@vitest/snapshot@0.34.1: - resolution: {integrity: sha512-0O9LfLU0114OqdF8lENlrLsnn024Tb1CsS9UwG0YMWY2oGTQfPtkW+B/7ieyv0X9R2Oijhi3caB1xgGgEgclSQ==} + /@vitest/snapshot@0.34.6: + resolution: {integrity: sha512-B3OZqYn6k4VaN011D+ve+AA4whM4QkcwcrwaKwAbyyvS/NB1hCWjFIBQxAQQSQir9/RtyAAGuq+4RJmbn2dH4w==} dependencies: - magic-string: 0.30.5 + magic-string: 0.30.8 pathe: 1.1.1 pretty-format: 29.6.2 dev: true @@ -4442,8 +4241,8 @@ packages: tinyspy: 2.1.1 dev: true - /@vitest/spy@0.34.1: - resolution: {integrity: sha512-UT4WcI3EAPUNO8n6y9QoEqynGGEPmmRxC+cLzneFFXpmacivjHZsNbiKD88KUScv5DCHVDgdBsLD7O7s1enFcQ==} + /@vitest/spy@0.34.6: + resolution: {integrity: sha512-xaCvneSaeBw/cz8ySmF7ZwGvL0lBjfvqc1LpQ/vcdHEvpLn3Ff1vAvjw+CoGn0802l++5L/pxb7whwcWAw+DUQ==} dependencies: tinyspy: 2.1.1 dev: true @@ -4456,8 +4255,8 @@ packages: pretty-format: 29.6.2 dev: true - /@vitest/utils@0.34.1: - resolution: {integrity: sha512-/ql9dsFi4iuEbiNcjNHQWXBum7aL8pyhxvfnD9gNtbjR9fUKAjxhj4AA3yfLXg6gJpMGGecvtF8Au2G9y3q47Q==} + /@vitest/utils@0.34.6: + resolution: {integrity: sha512-IG5aDD8S6zlvloDsnzHw0Ut5xczlF+kv2BOTo+iXfPr54Yhi5qbVOgGB1hZaVq4iJ4C/MZ2J0y15IlsV/ZcI0A==} dependencies: diff-sequences: 29.4.3 loupe: 2.3.6 @@ -4496,7 +4295,7 @@ packages: '@vue/shared': 3.4.21 estree-walker: 2.0.2 magic-string: 0.30.8 - postcss: 8.4.37 + postcss: 8.4.38 source-map-js: 1.2.0 dev: false optional: true @@ -4867,15 +4666,15 @@ packages: resolution: {integrity: sha512-iCvCkGFskbaYtfQ0a3GmcQCHl/Sv1GufXFGuUQ+FE+WJa7A/espLOuFIn09B944V8/ImPj71T4+rTASxO2PAuA==} dev: false - /babel-plugin-jsx-dom-expressions@0.37.16(@babel/core@7.24.1): - resolution: {integrity: sha512-ItMD16axbk+FqVb9vIbc7AOpNowy46VaSUHaMYPn+erPGpMCxsahQ1Iv+qhPMthjxtn5ROVMZ5AJtQvzjxjiNA==} + /babel-plugin-jsx-dom-expressions@0.37.19(@babel/core@7.24.1): + resolution: {integrity: sha512-nef2eLpWBgFggwrYwN6O3dNKn3RnlX6n4DIamNEAeHwp03kVQUaKUiLaEPnHPJHwxie1KwPelyIY9QikU03vUA==} peerDependencies: '@babel/core': ^7.20.12 dependencies: '@babel/core': 7.24.1 '@babel/helper-module-imports': 7.18.6 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.24.1) - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 html-entities: 2.3.3 validate-html-nesting: 1.2.2 dev: false @@ -4889,13 +4688,13 @@ packages: resolve: 1.22.4 dev: true - /babel-preset-solid@1.8.12(@babel/core@7.24.1): - resolution: {integrity: sha512-Fx1dYokeRwouWqjLkdobA6qvTAPxFSEU2c5PlkfJjlNyONlSMJQPaX0Bae5pc+5/LNteb9BseOp4UHwQu6VC9Q==} + /babel-preset-solid@1.8.16(@babel/core@7.24.1): + resolution: {integrity: sha512-b4HFg/xaKM+H3Tu5iUlZ/43TJOZnhi85xrm3JrXDQ0s4cmtmU37bXXYzb2m55G4QKiFjxLAjvb7sUorPrAMs5w==} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.24.1 - babel-plugin-jsx-dom-expressions: 0.37.16(@babel/core@7.24.1) + babel-plugin-jsx-dom-expressions: 0.37.19(@babel/core@7.24.1) dev: false /bail@2.0.2: @@ -4960,9 +4759,9 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001585 - electron-to-chromium: 1.4.559 - node-releases: 2.0.13 + caniuse-lite: 1.0.30001599 + electron-to-chromium: 1.4.711 + node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.1) /browserslist@4.23.0: @@ -5027,12 +4826,13 @@ packages: engines: {node: '>=6'} dev: true - /caniuse-lite@1.0.30001585: - resolution: {integrity: sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q==} - /caniuse-lite@1.0.30001599: resolution: {integrity: sha512-LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA==} + /caniuse-lite@1.0.30001605: + resolution: {integrity: sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==} + dev: false + /ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -5049,6 +4849,19 @@ packages: type-detect: 4.0.8 dev: true + /chai@4.4.1: + resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} + engines: {node: '>=4'} + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.3 + deep-eql: 4.1.3 + get-func-name: 2.0.2 + loupe: 2.3.6 + pathval: 1.1.1 + type-detect: 4.0.8 + dev: true + /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -5057,14 +4870,6 @@ packages: escape-string-regexp: 1.0.5 supports-color: 5.5.0 - /chalk@3.0.0: - resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} - engines: {node: '>=8'} - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - dev: true - /chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} @@ -5113,6 +4918,12 @@ packages: resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==} dev: true + /check-error@1.0.3: + resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + dependencies: + get-func-name: 2.0.2 + dev: true + /chokidar@3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} @@ -5376,7 +5187,6 @@ packages: /csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - dev: false /csv-generate@3.4.3: resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} @@ -5524,9 +5334,9 @@ packages: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} dev: true - /diff-sequences@25.2.6: - resolution: {integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==} - engines: {node: '>= 8.3'} + /diff-sequences@26.6.2: + resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} + engines: {node: '>= 10.14.2'} dev: true /diff-sequences@29.4.3: @@ -5561,16 +5371,16 @@ packages: esutils: 2.0.3 dev: false - /documentation@14.0.2: - resolution: {integrity: sha512-hWoTf8/u4pOjib02L7w94hwmhPfcSwyJNGtlPdGVe8GFyq8HkzcFzQQltaaikKunHEp0YSwDAbwBAO7nxrWIfA==} + /documentation@14.0.3: + resolution: {integrity: sha512-B7cAviVKN9Rw7Ofd+9grhVuxiHwly6Ieh+d/ceMw8UdBOv/irkuwnDEJP8tq0wgdLJDUVuIkovV+AX9mTrZFxg==} engines: {node: '>=14'} hasBin: true dependencies: - '@babel/core': 7.23.2 - '@babel/generator': 7.23.0 - '@babel/parser': 7.23.0 - '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/core': 7.24.1 + '@babel/generator': 7.24.1 + '@babel/parser': 7.24.1 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 chalk: 5.3.0 chokidar: 3.5.3 diff: 5.1.0 @@ -5590,15 +5400,15 @@ packages: parse-filepath: 1.0.2 pify: 6.1.0 read-pkg-up: 9.1.0 - remark: 14.0.2 + remark: 14.0.3 remark-gfm: 3.0.1 - remark-html: 15.0.1 + remark-html: 15.0.2 remark-reference-links: 6.0.1 remark-toc: 8.0.1 resolve: 1.22.4 strip-json-comments: 5.0.1 unist-builder: 3.0.1 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 vfile: 5.3.7 vfile-reporter: 7.0.5 vfile-sort: 3.0.1 @@ -5614,7 +5424,7 @@ packages: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: '@babel/runtime': 7.23.2 - csstype: 3.1.2 + csstype: 3.1.3 dev: false /dom-serializer@1.4.1: @@ -5691,9 +5501,6 @@ packages: /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - /electron-to-chromium@1.4.559: - resolution: {integrity: sha512-iS7KhLYCSJbdo3rUSkhDTVuFNCV34RKs2UaB9Ecr7VlqzjjWW//0nfsFF5dtDmyXlZQaDYYtID5fjtC/6lpRug==} - /electron-to-chromium@1.4.711: resolution: {integrity: sha512-hRg81qzvUEibX2lDxnFlVCHACa+LtrCPIsWAxo161LDYIB3jauf57RGsMZV9mvGwE98yGH06icj3zBEoOkxd/w==} @@ -6378,6 +6185,10 @@ packages: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} dev: true + /get-func-name@2.0.2: + resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} + dev: true + /get-intrinsic@1.2.1: resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: @@ -6621,19 +6432,20 @@ packages: dependencies: function-bind: 1.1.1 - /hast-util-from-html@1.0.0: - resolution: {integrity: sha512-tXYPhk28aMtDjGb4xNDaxtGKqlyZAEPGjN12jPCjczWppdLSrG/0r604a3FMvrd+9nV1HclILQiVqMnuPxN0WQ==} + /hast-util-from-html@1.0.2: + resolution: {integrity: sha512-LhrTA2gfCbLOGJq2u/asp4kwuG0y6NhWTXiPKP+n0qNukKy7hc10whqqCFfyvIA1Q5U5d0sp9HhNim9gglEH4A==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-from-parse5: 7.1.2 parse5: 7.1.1 vfile: 5.3.7 + vfile-message: 3.1.4 dev: false /hast-util-from-html@2.0.1: resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 devlop: 1.1.0 hast-util-from-parse5: 8.0.1 parse5: 7.1.1 @@ -6644,7 +6456,7 @@ packages: /hast-util-from-parse5@7.1.2: resolution: {integrity: sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 '@types/unist': 2.0.7 hastscript: 7.2.0 property-information: 6.2.0 @@ -6655,7 +6467,7 @@ packages: /hast-util-from-parse5@8.0.1: resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 '@types/unist': 3.0.2 devlop: 1.1.0 hastscript: 8.0.0 @@ -6668,7 +6480,7 @@ packages: /hast-util-heading-rank@3.0.0: resolution: {integrity: sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 dev: false /hast-util-parse-selector@2.2.5: @@ -6678,25 +6490,25 @@ packages: /hast-util-parse-selector@3.1.1: resolution: {integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 /hast-util-parse-selector@4.0.0: resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 dev: false /hast-util-raw@7.2.3: resolution: {integrity: sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 '@types/parse5': 6.0.3 hast-util-from-parse5: 7.1.2 hast-util-to-parse5: 7.1.0 html-void-elements: 2.0.1 parse5: 6.0.1 unist-util-position: 4.0.4 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 vfile: 5.3.7 web-namespaces: 2.0.1 zwitch: 2.0.4 @@ -6704,7 +6516,7 @@ packages: /hast-util-sanitize@4.1.0: resolution: {integrity: sha512-Hd9tU0ltknMGRDv+d6Ro/4XKzBqQnP/EZrpiTbpFYfXv/uOhWeKc+2uajcbEvAEH98VZd7eII2PiXm13RihnLw==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 dev: false /hast-util-to-estree@2.3.3: @@ -6712,14 +6524,14 @@ packages: dependencies: '@types/estree': 1.0.1 '@types/estree-jsx': 1.0.0 - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 '@types/unist': 2.0.7 comma-separated-tokens: 2.0.3 estree-util-attach-comments: 2.1.1 estree-util-is-identifier-name: 2.1.0 hast-util-whitespace: 2.0.1 mdast-util-mdx-expression: 1.3.2 - mdast-util-mdxjs-esm: 1.3.0 + mdast-util-mdxjs-esm: 1.3.1 property-information: 6.2.0 space-separated-tokens: 2.0.2 style-to-object: 0.4.2 @@ -6732,7 +6544,7 @@ packages: /hast-util-to-html@8.0.4: resolution: {integrity: sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 '@types/unist': 2.0.7 ccount: 2.0.1 comma-separated-tokens: 2.0.3 @@ -6747,7 +6559,7 @@ packages: /hast-util-to-parse5@7.1.0: resolution: {integrity: sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 comma-separated-tokens: 2.0.3 property-information: 6.2.0 space-separated-tokens: 2.0.2 @@ -6760,7 +6572,7 @@ packages: /hastscript@6.0.0: resolution: {integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 comma-separated-tokens: 1.0.8 hast-util-parse-selector: 2.2.5 property-information: 5.6.0 @@ -6770,7 +6582,7 @@ packages: /hastscript@7.2.0: resolution: {integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 3.1.1 property-information: 6.2.0 @@ -6779,7 +6591,7 @@ packages: /hastscript@8.0.0: resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} dependencies: - '@types/hast': 3.0.3 + '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 4.0.0 property-information: 6.2.0 @@ -6825,7 +6637,7 @@ packages: resolution: {integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==} dev: false - /html-rspack-plugin@5.6.2(@rspack/core@0.5.8): + /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240328104834): resolution: {integrity: sha512-cPGwV3odvKJ7DBAG/DxF5e0nMMvBl1zGfyDciT2xMETRrIwajwC7LtEB3cf7auoGMK6xJOOLjWJgaKHLu/FzkQ==} engines: {node: '>=10.13.0'} peerDependencies: @@ -6834,7 +6646,7 @@ packages: '@rspack/core': optional: true dependencies: - '@rspack/core': 0.5.8(@swc/helpers@0.5.3) + '@rspack/core': 0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3) lodash: 4.17.21 tapable: 2.2.1 dev: false @@ -6844,15 +6656,15 @@ packages: engines: {node: '>=8'} dev: false - /html-to-text@9.0.3: - resolution: {integrity: sha512-hxDF1kVCF2uw4VUJ3vr2doc91pXf2D5ngKcNviSitNkhP9OMOaJkDrFIFL6RMvko7NisWTEiqGpQ9LAxcVok1w==} + /html-to-text@9.0.5: + resolution: {integrity: sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==} engines: {node: '>=14'} dependencies: - '@selderee/plugin-htmlparser2': 0.10.0 + '@selderee/plugin-htmlparser2': 0.11.0 deepmerge: 4.3.1 dom-serializer: 2.0.0 htmlparser2: 8.0.2 - selderee: 0.10.0 + selderee: 0.11.0 dev: false /html-void-elements@2.0.1: @@ -6904,8 +6716,8 @@ packages: engines: {node: '>=16.17.0'} dev: true - /husky@8.0.1: - resolution: {integrity: sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==} + /husky@8.0.3: + resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} engines: {node: '>=14'} hasBin: true dev: true @@ -7310,14 +7122,14 @@ packages: '@pkgjs/parseargs': 0.11.0 dev: true - /jest-diff@25.5.0: - resolution: {integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==} - engines: {node: '>= 8.3'} + /jest-diff@26.6.2: + resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} + engines: {node: '>= 10.14.2'} dependencies: - chalk: 3.0.0 - diff-sequences: 25.2.6 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 + chalk: 4.1.2 + diff-sequences: 26.6.2 + jest-get-type: 26.3.0 + pretty-format: 26.6.2 dev: true /jest-diff@29.6.2: @@ -7330,9 +7142,9 @@ packages: pretty-format: 29.6.2 dev: true - /jest-get-type@25.2.6: - resolution: {integrity: sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==} - engines: {node: '>= 8.3'} + /jest-get-type@26.3.0: + resolution: {integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==} + engines: {node: '>= 10.14.2'} dev: true /jest-get-type@29.4.3: @@ -7458,8 +7270,8 @@ packages: /konan@2.1.1: resolution: {integrity: sha512-7ZhYV84UzJ0PR/RJnnsMZcAbn+kLasJhVNWsu8ZyVEJYRpGA5XESQ9d/7zOa08U0Ou4cmB++hMNY/3OSV9KIbg==} dependencies: - '@babel/parser': 7.23.0 - '@babel/traverse': 7.23.2 + '@babel/parser': 7.24.1 + '@babel/traverse': 7.24.1 transitivePeerDependencies: - supports-color dev: false @@ -7630,8 +7442,9 @@ packages: /loupe@2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} + deprecated: Please upgrade to 2.3.7 which fixes GHSA-4q6p-r6v2-jvc5 dependencies: - get-func-name: 2.0.0 + get-func-name: 2.0.2 dev: true /lower-case@2.0.2: @@ -7694,8 +7507,6 @@ packages: requiresBuild: true dependencies: '@jridgewell/sourcemap-codec': 1.4.15 - dev: false - optional: true /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} @@ -7759,14 +7570,14 @@ packages: /mdast-util-definitions@5.1.2: resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 '@types/unist': 2.0.7 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 /mdast-util-find-and-replace@2.2.2: resolution: {integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 escape-string-regexp: 5.0.0 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 @@ -7775,7 +7586,7 @@ packages: /mdast-util-from-markdown@1.3.1: resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 '@types/unist': 2.0.7 decode-named-character-reference: 1.0.2 mdast-util-to-string: 3.2.0 @@ -7793,7 +7604,7 @@ packages: /mdast-util-gfm-autolink-literal@1.0.3: resolution: {integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 ccount: 2.0.1 mdast-util-find-and-replace: 2.2.2 micromark-util-character: 1.2.0 @@ -7802,7 +7613,7 @@ packages: /mdast-util-gfm-footnote@1.0.2: resolution: {integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 mdast-util-to-markdown: 1.5.0 micromark-util-normalize-identifier: 1.1.0 dev: false @@ -7810,14 +7621,14 @@ packages: /mdast-util-gfm-strikethrough@1.0.3: resolution: {integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-gfm-table@1.0.7: resolution: {integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 markdown-table: 3.0.3 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 @@ -7828,7 +7639,7 @@ packages: /mdast-util-gfm-task-list-item@1.0.2: resolution: {integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 mdast-util-to-markdown: 1.5.0 dev: false @@ -7856,8 +7667,8 @@ packages: resolution: {integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==} dependencies: '@types/estree-jsx': 1.0.0 - '@types/hast': 2.3.4 - '@types/mdast': 3.0.12 + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: @@ -7868,8 +7679,8 @@ packages: resolution: {integrity: sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==} dependencies: '@types/estree-jsx': 1.0.0 - '@types/hast': 2.3.4 - '@types/mdast': 3.0.12 + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 '@types/unist': 2.0.7 ccount: 2.0.1 mdast-util-from-markdown: 1.3.1 @@ -7889,18 +7700,18 @@ packages: mdast-util-from-markdown: 1.3.1 mdast-util-mdx-expression: 1.3.2 mdast-util-mdx-jsx: 2.1.4 - mdast-util-mdxjs-esm: 1.3.0 + mdast-util-mdxjs-esm: 1.3.1 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: - supports-color dev: false - /mdast-util-mdxjs-esm@1.3.0: - resolution: {integrity: sha512-7N5ihsOkAEGjFotIX9p/YPdl4TqUoMxL4ajNz7PbT89BqsdWJuBC9rvgt6wpbwTZqWWR0jKWqQbwsOWDBUZv4g==} + /mdast-util-mdxjs-esm@1.3.1: + resolution: {integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==} dependencies: '@types/estree-jsx': 1.0.0 - '@types/hast': 2.3.4 - '@types/mdast': 3.0.12 + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: @@ -7909,31 +7720,31 @@ packages: /mdast-util-phrasing@3.0.1: resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 unist-util-is: 5.2.1 /mdast-util-to-hast@12.3.0: resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} dependencies: - '@types/hast': 2.3.4 - '@types/mdast': 3.0.12 + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 mdast-util-definitions: 5.1.2 micromark-util-sanitize-uri: 1.2.0 trim-lines: 3.0.1 unist-util-generated: 2.0.1 unist-util-position: 4.0.4 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 /mdast-util-to-markdown@1.5.0: resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 '@types/unist': 2.0.7 longest-streak: 3.1.0 mdast-util-phrasing: 3.0.1 mdast-util-to-string: 3.2.0 micromark-util-decode-string: 1.1.0 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 zwitch: 2.0.4 /mdast-util-to-string@1.1.0: @@ -7943,18 +7754,18 @@ packages: /mdast-util-to-string@3.2.0: resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 /mdast-util-toc@6.1.1: resolution: {integrity: sha512-Er21728Kow8hehecK2GZtb7Ny3omcoPUVrmObiSUwmoRYVZaXLR751QROEFjR8W/vAQdHMLj49Lz20J55XaNpw==} dependencies: '@types/extend': 3.0.1 - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 extend: 3.0.2 github-slugger: 2.0.0 mdast-util-to-string: 3.2.0 unist-util-is: 5.2.1 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 dev: false /mdurl@1.0.1: @@ -8454,8 +8265,8 @@ packages: engines: {node: '>=10.5.0'} dev: false - /node-fetch@3.3.0: - resolution: {integrity: sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==} + /node-fetch@3.3.2: + resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: data-uri-to-buffer: 4.0.1 @@ -8467,9 +8278,6 @@ packages: resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} dev: true - /node-releases@2.0.13: - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} - /node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} @@ -8775,7 +8583,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.13 + '@babel/code-frame': 7.24.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -8801,11 +8609,11 @@ packages: entities: 4.5.0 dev: false - /parseley@0.11.0: - resolution: {integrity: sha512-VfcwXlBWgTF+unPcr7yu3HSSA6QUdDaDnrHcytVfj5Z8azAyKBDrYnSIfeSxlrEayndNcLmrXzg+Vxbo6DWRXQ==} + /parseley@0.12.1: + resolution: {integrity: sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==} dependencies: leac: 0.6.0 - peberminta: 0.8.0 + peberminta: 0.9.0 dev: false /pascal-case@3.1.2: @@ -8875,8 +8683,8 @@ packages: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true - /peberminta@0.8.0: - resolution: {integrity: sha512-YYEs+eauIjDH5nUEGi18EohWE0nV2QbGTqmxQcqgZ/0g+laPCQmuIqq7EBLVi9uim9zMgfJv0QBZEnQ3uHw/Tw==} + /peberminta@0.9.0: + resolution: {integrity: sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==} dev: false /periscopic@3.1.0: @@ -8950,29 +8758,29 @@ packages: playwright-core: 1.33.0 dev: true - /postcss-import@14.1.0(postcss@8.4.31): + /postcss-import@14.1.0(postcss@8.4.38): resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.31 + postcss: 8.4.38 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.4 dev: true - /postcss-js@4.0.1(postcss@8.4.31): + /postcss-js@4.0.1(postcss@8.4.38): resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.31 + postcss: 8.4.38 dev: true - /postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.1): + /postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.2): resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -8985,8 +8793,8 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.31 - ts-node: 10.9.1(@types/node@18.11.17)(typescript@5.0.4) + postcss: 8.4.38 + ts-node: 10.9.2(@types/node@18.11.17)(typescript@5.0.4) yaml: 1.10.2 dev: true @@ -9047,13 +8855,13 @@ packages: string-hash: 1.1.3 dev: true - /postcss-nested@6.0.0(postcss@8.4.31): + /postcss-nested@6.0.0(postcss@8.4.38): resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.31 + postcss: 8.4.38 postcss-selector-parser: 6.0.13 dev: true @@ -9069,25 +8877,17 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.4.31: - resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.7 - picocolors: 1.0.0 - source-map-js: 1.0.2 - - /postcss@8.4.35: - resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} + /postcss@8.4.37: + resolution: {integrity: sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 picocolors: 1.0.0 source-map-js: 1.2.0 - dev: false + dev: true - /postcss@8.4.37: - resolution: {integrity: sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==} + /postcss@8.4.38: + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 @@ -9110,20 +8910,20 @@ packages: hasBin: true dev: true - /prettier@3.2.2: - resolution: {integrity: sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==} + /prettier@3.2.5: + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} engines: {node: '>=14'} hasBin: true dev: true - /pretty-format@25.5.0: - resolution: {integrity: sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==} - engines: {node: '>= 8.3'} + /pretty-format@26.6.2: + resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} + engines: {node: '>= 10'} dependencies: - '@jest/types': 25.5.0 + '@jest/types': 26.6.2 ansi-regex: 5.0.1 ansi-styles: 4.3.0 - react-is: 16.13.1 + react-is: 17.0.2 dev: true /pretty-format@29.6.2: @@ -9145,8 +8945,8 @@ packages: engines: {node: '>=6'} dev: false - /prompts@2.4.1: - resolution: {integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==} + /prompts@2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} dependencies: kleur: 3.0.3 @@ -9280,6 +9080,10 @@ packages: /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + /react-is@17.0.2: + resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + dev: true + /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} @@ -9293,7 +9097,7 @@ packages: '@types/react': '>=16' react: '>=16' dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 '@types/prop-types': 15.7.5 '@types/react': 18.0.26 '@types/unist': 2.0.7 @@ -9303,12 +9107,12 @@ packages: property-information: 6.2.0 react: 18.2.0 react-is: 18.2.0 - remark-parse: 10.0.1 + remark-parse: 10.0.2 remark-rehype: 10.1.0 space-separated-tokens: 2.0.2 style-to-object: 0.4.2 unified: 10.1.2 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 vfile: 5.3.7 transitivePeerDependencies: - supports-color @@ -9367,8 +9171,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react@17.0.0: - resolution: {integrity: sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==} + /react@17.0.2: + resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 @@ -9481,25 +9285,25 @@ packages: /rehype-external-links@2.0.1: resolution: {integrity: sha512-u2dNypma+ps12SJWlS23zvbqwNx0Hl24t0YHXSM/6FCZj/pqWETCO3WyyrvALv4JYvRtuPjhiv2Lpen15ESqbA==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 extend: 3.0.2 is-absolute-url: 4.0.1 space-separated-tokens: 2.0.2 unified: 10.1.2 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 dev: false - /rehype-stringify@9.0.3: - resolution: {integrity: sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw==} + /rehype-stringify@9.0.4: + resolution: {integrity: sha512-Uk5xu1YKdqobe5XpSskwPvo1XeHUUucWEQSl8hTrXt5selvca1e8K1EZ37E6YoZ4BT8BCqCdVfQW7OfHfthtVQ==} dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-to-html: 8.0.4 unified: 10.1.2 /remark-gfm@3.0.1: resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 mdast-util-gfm: 2.0.2 micromark-extension-gfm: 2.0.3 unified: 10.1.2 @@ -9507,10 +9311,10 @@ packages: - supports-color dev: false - /remark-html@15.0.1: - resolution: {integrity: sha512-7ta5UPRqj8nP0GhGMYUAghZ/DRno7dgq7alcW90A7+9pgJsXzGJlFgwF8HOP1b1tMgT3WwbeANN+CaTimMfyNQ==} + /remark-html@15.0.2: + resolution: {integrity: sha512-/CIOI7wzHJzsh48AiuIyIe1clxVkUtreul73zcCXLub0FmnevQE0UMFDQm7NUx8/3rl/4zCshlMfqBdWScQthw==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 hast-util-sanitize: 4.1.0 hast-util-to-html: 8.0.4 mdast-util-to-hast: 12.3.0 @@ -9526,10 +9330,10 @@ packages: - supports-color dev: false - /remark-parse@10.0.1: - resolution: {integrity: sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==} + /remark-parse@10.0.2: + resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 mdast-util-from-markdown: 1.3.1 unified: 10.1.2 transitivePeerDependencies: @@ -9538,23 +9342,23 @@ packages: /remark-reference-links@6.0.1: resolution: {integrity: sha512-34wY2C6HXSuKVTRtyJJwefkUD8zBOZOSHFZ4aSTnU2F656gr9WeuQ2dL6IJDK3NPd2F6xKF2t4XXcQY9MygAXg==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 unified: 10.1.2 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 dev: false /remark-rehype@10.1.0: resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} dependencies: - '@types/hast': 2.3.4 - '@types/mdast': 3.0.12 + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 mdast-util-to-hast: 12.3.0 unified: 10.1.2 /remark-stringify@10.0.3: resolution: {integrity: sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 mdast-util-to-markdown: 1.5.0 unified: 10.1.2 dev: false @@ -9562,16 +9366,16 @@ packages: /remark-toc@8.0.1: resolution: {integrity: sha512-7he2VOm/cy13zilnOTZcyAoyoolV26ULlon6XyCFU+vG54Z/LWJnwphj/xKIDLOt66QmJUgTyUvLVHi2aAElyg==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.15 mdast-util-toc: 6.1.1 unified: 10.1.2 dev: false - /remark@14.0.2: - resolution: {integrity: sha512-A3ARm2V4BgiRXaUo5K0dRvJ1lbogrbXnhkJRmD0yw092/Yl0kOCZt1k9ZeElEwkZsWGsMumz6qL5MfNJH9nOBA==} + /remark@14.0.3: + resolution: {integrity: sha512-bfmJW1dmR2LvaMJuAnE88pZP9DktIFYXazkTfOIKZzi3Knk9lT0roItIA24ydOucI3bV/g/tXBA6hzqq3FV9Ew==} dependencies: - '@types/mdast': 3.0.12 - remark-parse: 10.0.1 + '@types/mdast': 3.0.15 + remark-parse: 10.0.2 remark-stringify: 10.0.3 unified: 10.1.2 transitivePeerDependencies: @@ -9664,8 +9468,8 @@ packages: optional: true dev: true - /rsfamily-nav-icon@1.0.1: - resolution: {integrity: sha512-TJdyzLpFfmEGfJiPAwZqn1TdXwoR7j/Y0j9ejovNk3zABzJ1FRQ6WZl7DVQQTHoJnABlRgXphMuxnAZ2UMePdQ==} + /rsfamily-nav-icon@1.0.2: + resolution: {integrity: sha512-gbvJ3wxy1iV6g6T1m/+UIM09t1Sr1ISEBMLUVwPITW+Ckhjuca1xyDh2gbMpYnYX+jXhOSSqA9qtlXpchUOH9Q==} dev: false /rslog@1.1.0: @@ -9764,10 +9568,10 @@ packages: extend-shallow: 2.0.1 kind-of: 6.0.3 - /selderee@0.10.0: - resolution: {integrity: sha512-DEL/RW/f4qLw/NrVg97xKaEBC8IpzIG2fvxnzCp3Z4yk4jQ3MXom+Imav9wApjxX2dfS3eW7x0DXafJr85i39A==} + /selderee@0.11.0: + resolution: {integrity: sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==} dependencies: - parseley: 0.11.0 + parseley: 0.12.1 dev: false /semver@5.7.2: @@ -9807,15 +9611,6 @@ packages: dependencies: randombytes: 2.1.0 - /seroval-plugins@1.0.4(seroval@1.0.4): - resolution: {integrity: sha512-DQ2IK6oQVvy8k+c2V5x5YCtUa/GGGsUwUBNN9UqohrZ0rWdUapBFpNMYP1bCyRHoxOJjdKGl+dieacFIpU/i1A==} - engines: {node: '>=10'} - peerDependencies: - seroval: ^1.0 - dependencies: - seroval: 1.0.4 - dev: false - /seroval-plugins@1.0.5(seroval@1.0.5): resolution: {integrity: sha512-8+pDC1vOedPXjKG7oz8o+iiHrtF2WswaMQJ7CKFpccvSYfrzmvKY9zOJWCg+881722wIHfwkdnRmiiDm9ym+zQ==} engines: {node: '>=10'} @@ -9825,11 +9620,6 @@ packages: seroval: 1.0.5 dev: false - /seroval@1.0.4: - resolution: {integrity: sha512-qQs/N+KfJu83rmszFQaTxcoJoPn6KNUruX4KmnmyD0oZkUoiNvJ1rpdYKDf4YHM05k+HOgCxa3yvf15QbVijGg==} - engines: {node: '>=10'} - dev: false - /seroval@1.0.5: resolution: {integrity: sha512-TM+Z11tHHvQVQKeNlOUonOWnsNM+2IBwZ4vwoi4j3zKzIpc5IDw8WPwCfcc8F17wy6cBcJGbZbFOR0UCuTZHQA==} engines: {node: '>=10'} @@ -9865,8 +9655,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shiki@0.14.5: - resolution: {integrity: sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==} + /shiki@0.14.7: + resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -9948,14 +9738,6 @@ packages: yargs: 15.4.1 dev: true - /solid-js@1.8.12: - resolution: {integrity: sha512-sLE/i6M9FSWlov3a2pTC5ISzanH2aKwqXTZj+bbFt4SUrVb4iGEa7fpILBMOxsQjkv3eXqEk6JVLlogOdTe0UQ==} - dependencies: - csstype: 3.1.2 - seroval: 1.0.4 - seroval-plugins: 1.0.4(seroval@1.0.4) - dev: false - /solid-js@1.8.16: resolution: {integrity: sha512-rja94MNU9flF3qQRLNsu60QHKBDKBkVE1DldJZPIfn2ypIn3NV2WpSbGTQIvsyGPBo+9E2IMjwqnqpbgfWuzeg==} dependencies: @@ -9964,20 +9746,17 @@ packages: seroval-plugins: 1.0.5(seroval@1.0.5) dev: false - /solid-refresh@0.7.5(solid-js@1.8.16): - resolution: {integrity: sha512-ZYMbjWsy7IwSF3+oZCNnReiTYSyCAFRvC7oLUKxxh1wPa6/6YIWqsxa+Ma2kM4F/ypWT69B1c0fmKeZRdLueGw==} + /solid-refresh@0.6.3(solid-js@1.8.16): + resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==} peerDependencies: solid-js: ^1.3 dependencies: - '@babel/generator': 7.23.6 - '@babel/types': 7.23.6 + '@babel/generator': 7.24.1 + '@babel/helper-module-imports': 7.24.1 + '@babel/types': 7.24.0 solid-js: 1.8.16 dev: false - /source-map-js@1.0.2: - resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} - engines: {node: '>=0.10.0'} - /source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} @@ -10241,7 +10020,7 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /tailwindcss@3.2.7(postcss@8.4.31)(ts-node@10.9.1): + /tailwindcss@3.2.7(postcss@8.4.38)(ts-node@10.9.2): resolution: {integrity: sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==} engines: {node: '>=12.13.0'} hasBin: true @@ -10262,11 +10041,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.31 - postcss-import: 14.1.0(postcss@8.4.31) - postcss-js: 4.0.1(postcss@8.4.31) - postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.1) - postcss-nested: 6.0.0(postcss@8.4.31) + postcss: 8.4.38 + postcss-import: 14.1.0(postcss@8.4.38) + postcss-js: 4.0.1(postcss@8.4.38) + postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2) + postcss-nested: 6.0.0(postcss@8.4.38) postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -10323,7 +10102,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.19 + '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -10424,8 +10203,8 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-node@10.9.1(@types/node@16.11.7)(typescript@5.0.4): - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + /ts-node@10.9.2(@types/node@16.11.7)(typescript@5.0.4): + resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -10455,8 +10234,8 @@ packages: yn: 3.1.1 dev: true - /ts-node@10.9.1(@types/node@18.11.17)(typescript@5.0.4): - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + /ts-node@10.9.2(@types/node@18.11.17)(typescript@5.0.4): + resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -10613,7 +10392,7 @@ packages: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.3 - shiki: 0.14.5 + shiki: 0.14.7 typescript: 5.0.4 dev: false @@ -10698,7 +10477,7 @@ packages: resolution: {integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==} dependencies: '@types/unist': 2.0.7 - unist-util-visit: 4.1.1 + unist-util-visit: 4.1.2 dev: false /unist-util-stringify-position@3.0.3: @@ -10712,8 +10491,8 @@ packages: '@types/unist': 3.0.2 dev: false - /unist-util-visit-children@2.0.1: - resolution: {integrity: sha512-2cEU3dhV1hMfO9ajwb8rJsDedMfsahsm6fCfR8LxDR/w7KcB5lzHQ9dBTQIXsWGNWBFH5MPmaFP3Xh0dWLqClQ==} + /unist-util-visit-children@2.0.2: + resolution: {integrity: sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==} dependencies: '@types/unist': 2.0.7 dev: false @@ -10731,8 +10510,8 @@ packages: unist-util-is: 6.0.0 dev: false - /unist-util-visit@4.1.1: - resolution: {integrity: sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==} + /unist-util-visit@4.1.2: + resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} dependencies: '@types/unist': 2.0.7 unist-util-is: 5.2.1 @@ -10938,7 +10717,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.5.2(@types/node@18.11.17) + vite: 4.5.3(@types/node@18.11.17) transitivePeerDependencies: - '@types/node' - less @@ -10950,8 +10729,8 @@ packages: - terser dev: true - /vite-node@0.34.1(@types/node@18.11.17): - resolution: {integrity: sha512-odAZAL9xFMuAg8aWd7nSPT+hU8u2r9gU3LRm9QKjxBEF2rRdWpMuqkrkjvyVQEdNFiBctqr2Gg4uJYizm5Le6w==} + /vite-node@0.34.6(@types/node@18.11.17): + resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==} engines: {node: '>=v14.18.0'} hasBin: true dependencies: @@ -10960,7 +10739,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@18.11.17) + vite: 4.5.3(@types/node@18.11.17) transitivePeerDependencies: - '@types/node' - less @@ -10972,44 +10751,8 @@ packages: - terser dev: true - /vite@4.4.9(@types/node@18.11.17): - resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} - engines: {node: ^14.18.0 || >=16.0.0} - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 18.11.17 - esbuild: 0.18.20 - postcss: 8.4.37 - rollup: 3.29.4 - optionalDependencies: - fsevents: 2.3.3 - dev: true - - /vite@4.5.2(@types/node@14.0.0): - resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==} + /vite@4.5.3(@types/node@14.0.0): + resolution: {integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -11038,14 +10781,14 @@ packages: dependencies: '@types/node': 14.0.0 esbuild: 0.18.20 - postcss: 8.4.37 + postcss: 8.4.38 rollup: 3.29.4 optionalDependencies: fsevents: 2.3.3 dev: true - /vite@4.5.2(@types/node@18.11.17): - resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==} + /vite@4.5.3(@types/node@18.11.17): + resolution: {integrity: sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -11074,7 +10817,7 @@ packages: dependencies: '@types/node': 18.11.17 esbuild: 0.18.20 - postcss: 8.4.37 + postcss: 8.4.38 rollup: 3.29.4 optionalDependencies: fsevents: 2.3.3 @@ -11133,7 +10876,7 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.0 tinypool: 0.6.0 - vite: 4.5.2(@types/node@18.11.17) + vite: 4.5.3(@types/node@18.11.17) vite-node: 0.33.0(@types/node@18.11.17) why-is-node-running: 2.2.2 transitivePeerDependencies: @@ -11146,8 +10889,8 @@ packages: - terser dev: true - /vitest@0.34.1(playwright@1.33.0): - resolution: {integrity: sha512-G1PzuBEq9A75XSU88yO5G4vPT20UovbC/2osB2KEuV/FisSIIsw7m5y2xMdB7RsAGHAfg2lPmp2qKr3KWliVlQ==} + /vitest@0.34.6(playwright@1.33.0): + resolution: {integrity: sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -11180,18 +10923,18 @@ packages: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 '@types/node': 18.11.17 - '@vitest/expect': 0.34.1 - '@vitest/runner': 0.34.1 - '@vitest/snapshot': 0.34.1 - '@vitest/spy': 0.34.1 - '@vitest/utils': 0.34.1 + '@vitest/expect': 0.34.6 + '@vitest/runner': 0.34.6 + '@vitest/snapshot': 0.34.6 + '@vitest/spy': 0.34.6 + '@vitest/utils': 0.34.6 acorn: 8.10.0 acorn-walk: 8.2.0 cac: 6.7.14 - chai: 4.3.7 + chai: 4.4.1 debug: 4.3.4 local-pkg: 0.4.3 - magic-string: 0.30.2 + magic-string: 0.30.8 pathe: 1.1.1 picocolors: 1.0.0 playwright: 1.33.0 @@ -11199,8 +10942,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.4.9(@types/node@18.11.17) - vite-node: 0.34.1(@types/node@18.11.17) + vite: 4.5.3(@types/node@18.11.17) + vite-node: 0.34.6(@types/node@18.11.17) why-is-node-running: 2.2.2 transitivePeerDependencies: - less