diff --git a/apps/docs/package.json b/apps/docs/package.json index 5e58ae907..c0ce8185a 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -22,7 +22,7 @@ "vue": "3.3.7" }, "devDependencies": { - "@types/node": "18.18.7", + "@types/node": "18.18.11", "@vite-pwa/vitepress": "0.2.3", "dotenv": "16.3.1", "eslint": "8.52.0", diff --git a/config/tsconfig/package.json b/config/tsconfig/package.json index 32c2ce737..cfcefb5a8 100644 --- a/config/tsconfig/package.json +++ b/config/tsconfig/package.json @@ -12,6 +12,6 @@ "vite-press.json" ], "dependencies": { - "@types/node": "18.18.7" + "@types/node": "18.18.11" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f87ef9def..ffce9a933 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,8 +40,8 @@ importers: version: 3.3.7(typescript@5.2.2) devDependencies: '@types/node': - specifier: 18.18.7 - version: 18.18.7 + specifier: 18.18.11 + version: 18.18.11 '@vite-pwa/vitepress': specifier: 0.2.3 version: 0.2.3(vite-plugin-pwa@0.16.5) @@ -80,7 +80,7 @@ importers: version: 0.16.5(vite@4.5.0)(workbox-build@7.0.0)(workbox-window@7.0.0) vitepress: specifier: 1.0.0-rc.24 - version: 1.0.0-rc.24(@algolia/client-search@4.20.0)(@types/node@18.18.7)(sass@1.69.4)(search-insights@2.9.0)(typescript@5.2.2) + version: 1.0.0-rc.24(@algolia/client-search@4.20.0)(@types/node@18.18.11)(sass@1.69.4)(search-insights@2.9.0)(typescript@5.2.2) workbox-window: specifier: 7.0.0 version: 7.0.0 @@ -122,8 +122,8 @@ importers: config/tsconfig: dependencies: '@types/node': - specifier: 18.18.7 - version: 18.18.7 + specifier: 18.18.11 + version: 18.18.11 config/typedoc-config: devDependencies: @@ -180,10 +180,10 @@ importers: version: 5.2.2 vite: specifier: 4.5.0 - version: 4.5.0(@types/node@18.18.7)(sass@1.69.4) + version: 4.5.0(@types/node@18.18.11)(sass@1.69.4) vite-plugin-dts: specifier: 3.6.1 - version: 3.6.1(@types/node@18.18.7)(typescript@5.2.2)(vite@4.5.0) + version: 3.6.1(@types/node@18.18.11)(typescript@5.2.2)(vite@4.5.0) vite-tsconfig-paths: specifier: 4.2.1 version: 4.2.1(typescript@5.2.2)(vite@4.5.0) @@ -1838,15 +1838,15 @@ packages: '@commitlint/execute-rule': 18.1.0 '@commitlint/resolve-extends': 18.1.0 '@commitlint/types': 18.1.0 - '@types/node': 18.18.7 + '@types/node': 18.18.11 chalk: 4.1.2 cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0(@types/node@18.18.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.2.2) + cosmiconfig-typescript-loader: 4.3.0(@types/node@18.18.11)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.2.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@18.18.7)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@18.18.11)(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - '@swc/core' @@ -2314,24 +2314,24 @@ packages: read-yaml-file: 1.1.0 dev: true - /@microsoft/api-extractor-model@7.28.2(@types/node@18.18.7): + /@microsoft/api-extractor-model@7.28.2(@types/node@18.18.11): resolution: {integrity: sha512-vkojrM2fo3q4n4oPh4uUZdjJ2DxQ2+RnDQL/xhTWSRUNPF6P4QyrvY357HBxbnltKcYu+nNNolVqc6TIGQ73Ig==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.61.0(@types/node@18.18.7) + '@rushstack/node-core-library': 3.61.0(@types/node@18.18.11) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.38.0(@types/node@18.18.7): + /@microsoft/api-extractor@7.38.0(@types/node@18.18.11): resolution: {integrity: sha512-e1LhZYnfw+JEebuY2bzhw0imDCl1nwjSThTrQqBXl40hrVo6xm3j/1EpUr89QyzgjqmAwek2ZkIVZbrhaR+cqg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.2(@types/node@18.18.7) + '@microsoft/api-extractor-model': 7.28.2(@types/node@18.18.11) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.61.0(@types/node@18.18.7) + '@rushstack/node-core-library': 3.61.0(@types/node@18.18.11) '@rushstack/rig-package': 0.5.1 '@rushstack/ts-command-line': 4.16.1 colors: 1.2.5 @@ -2466,7 +2466,7 @@ packages: picomatch: 2.3.1 dev: true - /@rushstack/node-core-library@3.61.0(@types/node@18.18.7): + /@rushstack/node-core-library@3.61.0(@types/node@18.18.11): resolution: {integrity: sha512-tdOjdErme+/YOu4gPed3sFS72GhtWCgNV9oDsHDnoLY5oDfwjKUc9Z+JOZZ37uAxcm/OCahDHfuu2ugqrfWAVQ==} peerDependencies: '@types/node': '*' @@ -2474,7 +2474,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 18.18.7 + '@types/node': 18.18.11 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -2598,8 +2598,8 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: true - /@types/node@18.18.7: - resolution: {integrity: sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==} + /@types/node@18.18.11: + resolution: {integrity: sha512-c1vku6qnTeujJneYH94/4aq73XrVcsJe35UPyAsSok1ijiKrkRzK+AxQPSpNMUnC03roWBBwJx/9I8V7lQoxmA==} dependencies: undici-types: 5.26.5 @@ -2610,13 +2610,13 @@ packages: /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.18.7 + '@types/node': 18.18.11 dev: true /@types/sax@1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 18.18.7 + '@types/node': 18.18.11 dev: true /@types/semver@7.5.0: @@ -2783,7 +2783,7 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.5.0(@types/node@18.18.7)(sass@1.69.4) + vite: 4.5.0(@types/node@18.18.11)(sass@1.69.4) vue: 3.3.7(typescript@5.2.2) dev: true @@ -3559,7 +3559,7 @@ packages: browserslist: 4.21.5 dev: true - /cosmiconfig-typescript-loader@4.3.0(@types/node@18.18.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.2.2): + /cosmiconfig-typescript-loader@4.3.0(@types/node@18.18.11)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.2.2): resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -3568,9 +3568,9 @@ packages: ts-node: '>=10' typescript: '>=3' dependencies: - '@types/node': 18.18.7 + '@types/node': 18.18.11 cosmiconfig: 8.1.3 - ts-node: 10.9.1(@types/node@18.18.7)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@18.18.11)(typescript@5.2.2) typescript: 5.2.2 dev: true @@ -4852,7 +4852,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.18.7 + '@types/node': 18.18.11 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -6393,7 +6393,7 @@ packages: typescript: 5.2.2 dev: false - /ts-node@10.9.1(@types/node@18.18.7)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@18.18.11)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -6412,7 +6412,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.18.7 + '@types/node': 18.18.11 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -6713,7 +6713,7 @@ packages: engines: {node: '>= 0.10'} dev: true - /vite-node@0.34.6(@types/node@18.18.7): + /vite-node@0.34.6(@types/node@18.18.11): resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==} engines: {node: '>=v14.18.0'} hasBin: true @@ -6723,7 +6723,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.5.0(@types/node@18.18.7)(sass@1.69.4) + vite: 4.5.0(@types/node@18.18.11)(sass@1.69.4) transitivePeerDependencies: - '@types/node' - less @@ -6735,7 +6735,7 @@ packages: - terser dev: true - /vite-plugin-dts@3.6.1(@types/node@18.18.7)(typescript@5.2.2)(vite@4.5.0): + /vite-plugin-dts@3.6.1(@types/node@18.18.11)(typescript@5.2.2)(vite@4.5.0): resolution: {integrity: sha512-Juy5qsDVxag9p0seSjkcdXnAkTfI9WtYcP9ccJbxZlavtK5nGY17ViqjuKpj0+qk+003PPcC6j/CIV/KIorlAg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -6745,13 +6745,13 @@ packages: vite: optional: true dependencies: - '@microsoft/api-extractor': 7.38.0(@types/node@18.18.7) + '@microsoft/api-extractor': 7.38.0(@types/node@18.18.11) '@rollup/pluginutils': 5.0.5 '@vue/language-core': 1.8.21(typescript@5.2.2) debug: 4.3.4 kolorist: 1.8.0 typescript: 5.2.2 - vite: 4.5.0(@types/node@18.18.7)(sass@1.69.4) + vite: 4.5.0(@types/node@18.18.11)(sass@1.69.4) vue-tsc: 1.8.21(typescript@5.2.2) transitivePeerDependencies: - '@types/node' @@ -6770,7 +6770,7 @@ packages: debug: 4.3.4 fast-glob: 3.3.1 pretty-bytes: 6.1.1 - vite: 4.5.0(@types/node@18.18.7)(sass@1.69.4) + vite: 4.5.0(@types/node@18.18.11)(sass@1.69.4) workbox-build: 7.0.0 workbox-window: 7.0.0 transitivePeerDependencies: @@ -6788,13 +6788,13 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 2.1.1(typescript@5.2.2) - vite: 4.5.0(@types/node@18.18.7)(sass@1.69.4) + vite: 4.5.0(@types/node@18.18.11)(sass@1.69.4) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@4.5.0(@types/node@18.18.7)(sass@1.69.4): + /vite@4.5.0(@types/node@18.18.11)(sass@1.69.4): resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -6822,7 +6822,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.18.7 + '@types/node': 18.18.11 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 @@ -6831,7 +6831,7 @@ packages: fsevents: 2.3.2 dev: true - /vitepress@1.0.0-rc.24(@algolia/client-search@4.20.0)(@types/node@18.18.7)(sass@1.69.4)(search-insights@2.9.0)(typescript@5.2.2): + /vitepress@1.0.0-rc.24(@algolia/client-search@4.20.0)(@types/node@18.18.11)(sass@1.69.4)(search-insights@2.9.0)(typescript@5.2.2): resolution: {integrity: sha512-RpnL8cnOGwiRlBbrYQUm9sYkJbtyOt/wYXk2diTcokY4yvks/5lq9LuSt+MURWB6ZqwpSNHvTmxgaSfLoG0/OA==} hasBin: true peerDependencies: @@ -6854,7 +6854,7 @@ packages: mark.js: 8.11.1 minisearch: 6.1.0 shiki: 0.14.5 - vite: 4.5.0(@types/node@18.18.7)(sass@1.69.4) + vite: 4.5.0(@types/node@18.18.11)(sass@1.69.4) vue: 3.3.7(typescript@5.2.2) transitivePeerDependencies: - '@algolia/client-search' @@ -6929,7 +6929,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 18.18.7 + '@types/node': 18.18.11 '@vitest/expect': 0.34.6 '@vitest/runner': 0.34.6 '@vitest/snapshot': 0.34.6 @@ -6949,8 +6949,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.5.0(@types/node@18.18.7)(sass@1.69.4) - vite-node: 0.34.6(@types/node@18.18.7) + vite: 4.5.0(@types/node@18.18.11)(sass@1.69.4) + vite-node: 0.34.6(@types/node@18.18.11) why-is-node-running: 2.2.2 transitivePeerDependencies: - less