From 65187a69a7fe2c4f95ac5134fec1a7c8ead0ebba Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Wed, 31 Jan 2024 13:23:35 +0800 Subject: [PATCH] build: bump deps --- docs/package.json | 2 +- e2e/package.json | 4 +- package.json | 12 +- plugins/plugin-shiki/package.json | 2 +- pnpm-lock.yaml | 192 ++++++++++++++++------------- tools/create-vuepress/package.json | 2 +- 6 files changed, 114 insertions(+), 100 deletions(-) diff --git a/docs/package.json b/docs/package.json index 5ea86d30c6..4e17bfe76d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "@vuepress/plugin-shiki": "workspace:*", "@vuepress/theme-default": "workspace:*", "anywhere": "^1.6.0", - "sass-loader": "^14.0.0", + "sass-loader": "^14.1.0", "vue": "^3.4.15", "vuepress": "2.0.0-rc.2" } diff --git a/e2e/package.json b/e2e/package.json index fa0a6c7f66..7f1aac3dcd 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -21,13 +21,13 @@ "@vuepress/plugin-feed": "workspace:*", "@vuepress/theme-default": "workspace:*", "sass": "^1.70.0", - "sass-loader": "^14.0.0", + "sass-loader": "^14.1.0", "vue": "^3.4.15", "vuepress": "2.0.0-rc.2" }, "devDependencies": { "anywhere": "^1.6.0", - "cypress": "^13.6.3", + "cypress": "^13.6.4", "start-server-and-test": "^2.0.3" } } diff --git a/package.json b/package.json index 8891c5dfbf..be9314e34a 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "@commitlint/config-conventional": "^18.6.0", "@lerna-lite/cli": "^3.2.1", "@lerna-lite/publish": "^3.2.1", - "@types/node": "^20.11.6", + "@types/node": "^20.11.13", "@types/webpack-env": "^1.18.4", - "@vitest/coverage-istanbul": "^1.2.1", + "@vitest/coverage-istanbul": "^1.2.2", "conventional-changelog-cli": "^4.1.0", "cpx2": "^7.0.1", "cross-env": "^7.0.3", @@ -42,19 +42,19 @@ "eslint-config-vuepress": "^4.10.0", "eslint-config-vuepress-typescript": "^4.10.0", "eslint-plugin-cypress": "^2.15.1", - "husky": "^9.0.6", + "husky": "^9.0.7", "lint-staged": "^15.2.0", "prettier": "^3.2.4", "prettier-config-vuepress": "^4.4.0", "rimraf": "^5.0.5", - "sort-package-json": "^2.6.0", + "sort-package-json": "^2.7.0", "tsconfig-vuepress": "^4.5.0", "typescript": "^5.3.3", "vite": "~5.0.12", - "vitest": "^1.2.1", + "vitest": "^1.2.2", "vuepress": "2.0.0-rc.2" }, - "packageManager": "pnpm@8.14.3", + "packageManager": "pnpm@8.15.1", "engines": { "node": ">=18.16.0" } diff --git a/plugins/plugin-shiki/package.json b/plugins/plugin-shiki/package.json index 1a8ee0fc1e..aa0a2b68af 100644 --- a/plugins/plugin-shiki/package.json +++ b/plugins/plugin-shiki/package.json @@ -35,7 +35,7 @@ "clean": "rimraf --glob ./lib ./*.tsbuildinfo" }, "dependencies": { - "shikiji": "^0.10.1" + "shikiji": "^0.10.2" }, "peerDependencies": { "vuepress": "2.0.0-rc.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d9a3043bc..679baa6154 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@commitlint/cli': specifier: ^18.6.0 - version: 18.6.0(@types/node@20.11.7)(typescript@5.3.3) + version: 18.6.0(@types/node@20.11.13)(typescript@5.3.3) '@commitlint/config-conventional': specifier: ^18.6.0 version: 18.6.0 @@ -21,13 +21,13 @@ importers: specifier: ^3.2.1 version: 3.2.1(typescript@5.3.3) '@types/node': - specifier: ^20.11.6 - version: 20.11.7 + specifier: ^20.11.13 + version: 20.11.13 '@types/webpack-env': specifier: ^1.18.4 version: 1.18.4 '@vitest/coverage-istanbul': - specifier: ^1.2.1 + specifier: ^1.2.2 version: 1.2.2(vitest@1.2.2) conventional-changelog-cli: specifier: ^4.1.0 @@ -51,8 +51,8 @@ importers: specifier: ^2.15.1 version: 2.15.1(eslint@8.56.0) husky: - specifier: ^9.0.6 - version: 9.0.6 + specifier: ^9.0.7 + version: 9.0.7 lint-staged: specifier: ^15.2.0 version: 15.2.0 @@ -66,8 +66,8 @@ importers: specifier: ^5.0.5 version: 5.0.5 sort-package-json: - specifier: ^2.6.0 - version: 2.6.0 + specifier: ^2.7.0 + version: 2.7.0 tsconfig-vuepress: specifier: ^4.5.0 version: 4.5.0 @@ -76,10 +76,10 @@ importers: version: 5.3.3 vite: specifier: ~5.0.12 - version: 5.0.12(@types/node@20.11.7)(sass@1.70.0) + version: 5.0.12(@types/node@20.11.13)(sass@1.70.0) vitest: - specifier: ^1.2.1 - version: 1.2.2(@types/node@20.11.7) + specifier: ^1.2.2 + version: 1.2.2(@types/node@20.11.13) vuepress: specifier: 2.0.0-rc.2 version: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2)(@vuepress/bundler-webpack@2.0.0-rc.2)(typescript@5.3.3)(vue@3.4.15) @@ -88,7 +88,7 @@ importers: dependencies: '@vuepress/bundler-vite': specifier: 2.0.0-rc.2 - version: 2.0.0-rc.2(@types/node@20.11.7)(sass@1.70.0)(typescript@5.3.3) + version: 2.0.0-rc.2(@types/node@20.11.13)(sass@1.70.0)(typescript@5.3.3) '@vuepress/bundler-webpack': specifier: 2.0.0-rc.2 version: 2.0.0-rc.2(typescript@5.3.3) @@ -129,8 +129,8 @@ importers: specifier: ^1.6.0 version: 1.6.0 sass-loader: - specifier: ^14.0.0 - version: 14.0.0(sass@1.70.0)(webpack@5.90.0) + specifier: ^14.1.0 + version: 14.1.0(sass@1.70.0)(webpack@5.90.0) vue: specifier: ^3.4.15 version: 3.4.15(typescript@5.3.3) @@ -142,7 +142,7 @@ importers: dependencies: '@vuepress/bundler-vite': specifier: 2.0.0-rc.2 - version: 2.0.0-rc.2(@types/node@20.11.7)(sass@1.70.0)(typescript@5.3.3) + version: 2.0.0-rc.2(@types/node@20.11.13)(sass@1.70.0)(typescript@5.3.3) '@vuepress/bundler-webpack': specifier: 2.0.0-rc.2 version: 2.0.0-rc.2(typescript@5.3.3) @@ -159,8 +159,8 @@ importers: specifier: ^1.70.0 version: 1.70.0 sass-loader: - specifier: ^14.0.0 - version: 14.0.0(sass@1.70.0)(webpack@5.90.0) + specifier: ^14.1.0 + version: 14.1.0(sass@1.70.0)(webpack@5.90.0) vue: specifier: ^3.4.15 version: 3.4.15(typescript@5.3.3) @@ -172,8 +172,8 @@ importers: specifier: ^1.6.0 version: 1.6.0 cypress: - specifier: ^13.6.3 - version: 13.6.3 + specifier: ^13.6.4 + version: 13.6.4 start-server-and-test: specifier: ^2.0.3 version: 2.0.3 @@ -406,7 +406,7 @@ importers: plugins/plugin-shiki: dependencies: shikiji: - specifier: ^0.10.1 + specifier: ^0.10.2 version: 0.10.2 vuepress: specifier: 2.0.0-rc.2 @@ -518,8 +518,8 @@ importers: specifier: ^8.0.1 version: 8.0.1 inquirer: - specifier: ^9.2.12 - version: 9.2.12 + specifier: ^9.2.13 + version: 9.2.13 devDependencies: '@types/inquirer': specifier: 9.0.7 @@ -551,7 +551,7 @@ importers: version: 3.4.38 '@vuepress/bundler-vite': specifier: 2.0.0-rc.2 - version: 2.0.0-rc.2(@types/node@20.11.7)(sass@1.70.0)(typescript@5.3.3) + version: 2.0.0-rc.2(@types/node@20.11.13)(sass@1.70.0)(typescript@5.3.3) '@vuepress/bundler-webpack': specifier: 2.0.0-rc.2 version: 2.0.0-rc.2(typescript@5.3.3) @@ -560,7 +560,7 @@ importers: version: link:../../plugins/plugin-git vite: specifier: 5.0.12 - version: 5.0.12(@types/node@20.11.7)(sass@1.70.0) + version: 5.0.12(@types/node@20.11.13)(sass@1.70.0) packages: @@ -1908,14 +1908,14 @@ packages: dev: true optional: true - /@commitlint/cli@18.6.0(@types/node@20.11.7)(typescript@5.3.3): + /@commitlint/cli@18.6.0(@types/node@20.11.13)(typescript@5.3.3): resolution: {integrity: sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==} engines: {node: '>=v18'} hasBin: true dependencies: '@commitlint/format': 18.6.0 '@commitlint/lint': 18.6.0 - '@commitlint/load': 18.6.0(@types/node@20.11.7)(typescript@5.3.3) + '@commitlint/load': 18.6.0(@types/node@20.11.13)(typescript@5.3.3) '@commitlint/read': 18.6.0 '@commitlint/types': 18.6.0 execa: 5.1.1 @@ -1986,7 +1986,7 @@ packages: '@commitlint/types': 18.6.0 dev: true - /@commitlint/load@18.6.0(@types/node@20.11.7)(typescript@5.3.3): + /@commitlint/load@18.6.0(@types/node@20.11.13)(typescript@5.3.3): resolution: {integrity: sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==} engines: {node: '>=v18'} dependencies: @@ -1996,7 +1996,7 @@ packages: '@commitlint/types': 18.6.0 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.3.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.7)(cosmiconfig@8.3.6)(typescript@5.3.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.13)(cosmiconfig@8.3.6)(typescript@5.3.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -2706,7 +2706,7 @@ packages: fs-extra: 11.2.0 glob-parent: 6.0.2 globby: 14.0.0 - inquirer: 9.2.12 + inquirer: 9.2.13 is-ci: 3.0.1 json5: 2.2.3 load-json-file: 7.0.1 @@ -2833,8 +2833,8 @@ packages: - typescript dev: true - /@ljharb/through@2.3.11: - resolution: {integrity: sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==} + /@ljharb/through@2.3.12: + resolution: {integrity: sha512-ajo/heTlG3QgC8EGP6APIejksVAYt4ayz4tqoP3MolFELzcH1x1fzwEYRJTPO0IELutZ5HQ0c26/GqAYy79u3g==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.5 @@ -3520,23 +3520,23 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/bonjour@3.5.13: resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/connect-history-api-fallback@1.5.4: resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} dependencies: '@types/express-serve-static-core': 4.17.42 - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/debug@4.1.12: resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} @@ -3565,7 +3565,7 @@ packages: /@types/express-serve-static-core@4.17.42: resolution: {integrity: sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 '@types/qs': 6.9.11 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -3582,7 +3582,7 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/hash-sum@1.0.2: resolution: {integrity: sha512-UP28RddqY8xcU0SCEp9YKutQICXpaAq9N8U2klqF5hegGha7KzTOL8EdhIIV3bOSGBzjEpN9bU/d+nNZBdJYVw==} @@ -3596,7 +3596,7 @@ packages: /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/inquirer@9.0.7: resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} @@ -3615,7 +3615,7 @@ packages: /@types/jsonfile@6.1.4: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/linkify-it@3.0.5: resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} @@ -3650,14 +3650,14 @@ packages: /@types/node-forge@1.3.11: resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/node@17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node@20.11.7: - resolution: {integrity: sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==} + /@types/node@20.11.13: + resolution: {integrity: sha512-5G4zQwdiQBSWYTDAH1ctw2eidqdhMJaNsiIDKHFr55ihz5Trl2qqR8fdrT732yPBho5gkNxXm67OxWFBqX9aPg==} dependencies: undici-types: 5.26.5 @@ -3678,7 +3678,7 @@ packages: /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 dev: false /@types/retry@0.12.0: @@ -3687,7 +3687,7 @@ packages: /@types/sax@1.2.7: resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 dev: false /@types/semver@7.5.6: @@ -3698,7 +3698,7 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/serve-index@1.9.4: resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==} @@ -3710,7 +3710,7 @@ packages: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/sinonjs__fake-timers@8.1.1: resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==} @@ -3723,12 +3723,12 @@ packages: /@types/sockjs@0.3.36: resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/through@0.0.33: resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 dev: true /@types/trusted-types@2.0.7: @@ -3744,13 +3744,13 @@ packages: /@types/ws@8.5.10: resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 /@types/yauzl@2.10.3: resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} requiresBuild: true dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 dev: true optional: true @@ -3897,7 +3897,7 @@ packages: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.12(@types/node@20.11.7)(sass@1.70.0) + vite: 5.0.12(@types/node@20.11.13)(sass@1.70.0) vue: 3.4.15(typescript@5.3.3) /@vitest/coverage-istanbul@1.2.2(vitest@1.2.2): @@ -3914,7 +3914,7 @@ packages: magicast: 0.3.3 picocolors: 1.0.0 test-exclude: 6.0.0 - vitest: 1.2.2(@types/node@20.11.7) + vitest: 1.2.2(@types/node@20.11.13) transitivePeerDependencies: - supports-color dev: true @@ -4025,7 +4025,7 @@ packages: /@vue/shared@3.4.15: resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==} - /@vuepress/bundler-vite@2.0.0-rc.2(@types/node@20.11.7)(sass@1.70.0)(typescript@5.3.3): + /@vuepress/bundler-vite@2.0.0-rc.2(@types/node@20.11.13)(sass@1.70.0)(typescript@5.3.3): resolution: {integrity: sha512-bjkn0krtucciUkGGdckCkGGg+wlv3Pj7s1lO/ChACLQncDwc3GgMTuMm0JyaCDKzTXE8sufjHHGWMftRL8qFOg==} dependencies: '@vitejs/plugin-vue': 5.0.3(vite@5.0.12)(vue@3.4.15) @@ -4038,7 +4038,7 @@ packages: postcss: 8.4.33 postcss-load-config: 5.0.2(postcss@8.4.33) rollup: 4.9.6 - vite: 5.0.12(@types/node@20.11.7)(sass@1.70.0) + vite: 5.0.12(@types/node@20.11.13)(sass@1.70.0) vue: 3.4.15(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.15) transitivePeerDependencies: @@ -5518,7 +5518,7 @@ packages: /core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} - /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.7)(cosmiconfig@8.3.6)(typescript@5.3.3): + /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.13)(cosmiconfig@8.3.6)(typescript@5.3.3): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} peerDependencies: @@ -5526,7 +5526,7 @@ packages: cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 cosmiconfig: 8.3.6(typescript@5.3.3) jiti: 1.21.0 typescript: 5.3.3 @@ -5666,8 +5666,8 @@ packages: /csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - /cypress@13.6.3: - resolution: {integrity: sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==} + /cypress@13.6.4: + resolution: {integrity: sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true requiresBuild: true @@ -6278,10 +6278,6 @@ packages: engines: {node: '>=10'} dev: true - /escape-string-regexp@5.0.0: - resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} - engines: {node: '>=12'} - /eslint-compat-utils@0.1.2(eslint@8.56.0): resolution: {integrity: sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==} engines: {node: '>=12'} @@ -6865,14 +6861,6 @@ packages: engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 - dev: true - - /figures@5.0.0: - resolution: {integrity: sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==} - engines: {node: '>=14'} - dependencies: - escape-string-regexp: 5.0.0 - is-unicode-supported: 1.3.0 /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} @@ -7690,8 +7678,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - /husky@9.0.6: - resolution: {integrity: sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==} + /husky@9.0.7: + resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==} engines: {node: '>=18'} hasBin: true dev: true @@ -7787,17 +7775,17 @@ packages: engines: {node: '>=10'} dev: true - /inquirer@9.2.12: - resolution: {integrity: sha512-mg3Fh9g2zfuVWJn6lhST0O7x4n03k7G8Tx5nvikJkbq8/CK47WDVm+UznF0G6s5Zi0KcyUisr6DU8T67N5U+1Q==} + /inquirer@9.2.13: + resolution: {integrity: sha512-mUlJNemjYioZgaZXqEFlQ0z9GD8/o+pavIF3JyhzWLX4Xa9M1wioGMCxQEFmps70un9lrah2WaBl3kSRVcoV3g==} engines: {node: '>=14.18.0'} dependencies: - '@ljharb/through': 2.3.11 + '@ljharb/through': 2.3.12 ansi-escapes: 4.3.2 chalk: 5.3.0 cli-cursor: 3.1.0 cli-width: 4.1.0 external-editor: 3.1.0 - figures: 5.0.0 + figures: 3.2.0 lodash: 4.17.21 mute-stream: 1.0.0 ora: 5.4.1 @@ -8221,7 +8209,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -8230,7 +8218,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10425,6 +10413,32 @@ packages: webpack: 5.90.0 dev: false + /sass-loader@14.1.0(sass@1.70.0)(webpack@5.90.0): + resolution: {integrity: sha512-LS2mLeFWA+orYxHNu+O18Xe4jR0kyamNOOUsE3NyBP4DvIL+8stHpNX0arYTItdPe80kluIiJ7Wfe/9iHSRO0Q==} + engines: {node: '>= 18.12.0'} + peerDependencies: + '@rspack/core': 0.x || 1.x + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + sass: ^1.3.0 + sass-embedded: '*' + webpack: ^5.0.0 + peerDependenciesMeta: + '@rspack/core': + optional: true + node-sass: + optional: true + sass: + optional: true + sass-embedded: + optional: true + webpack: + optional: true + dependencies: + neo-async: 2.6.2 + sass: 1.70.0 + webpack: 5.90.0 + dev: false + /sass@1.70.0: resolution: {integrity: sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==} engines: {node: '>=14.0.0'} @@ -10778,8 +10792,8 @@ packages: resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} dev: true - /sort-package-json@2.6.0: - resolution: {integrity: sha512-XSQ+lY9bAYA8ZsoChcEoPlgcSMaheziEp1beox1JVxy1SV4F2jSq9+h2rJ+3mC/Dhu9Ius1DLnInD5AWcsDXZw==} + /sort-package-json@2.7.0: + resolution: {integrity: sha512-6AayF8bp6L+WROgpbhTMUtB9JSFmpGHjmW7DyaNPS1HwlTw2oSVlUUtlkHSEZmg5o89F3zvLBZNvMeZ1T4fjQg==} hasBin: true dependencies: detect-indent: 7.0.1 @@ -11721,7 +11735,7 @@ packages: extsprintf: 1.3.0 dev: true - /vite-node@1.2.2(@types/node@20.11.7): + /vite-node@1.2.2(@types/node@20.11.13): resolution: {integrity: sha512-1as4rDTgVWJO3n1uHmUYqq7nsFgINQ9u+mRcXpjeOMJUmviqNKjcZB7UfRZrlM7MjYXMKpuWp5oGkjaFLnjawg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -11730,7 +11744,7 @@ packages: debug: 4.3.4(supports-color@8.1.1) pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.12(@types/node@20.11.7)(sass@1.70.0) + vite: 5.0.12(@types/node@20.11.13)(sass@1.70.0) transitivePeerDependencies: - '@types/node' - less @@ -11742,7 +11756,7 @@ packages: - terser dev: true - /vite@5.0.12(@types/node@20.11.7)(sass@1.70.0): + /vite@5.0.12(@types/node@20.11.13)(sass@1.70.0): resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -11770,7 +11784,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 esbuild: 0.19.10 postcss: 8.4.32 rollup: 4.9.1 @@ -11778,7 +11792,7 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vitest@1.2.2(@types/node@20.11.7): + /vitest@1.2.2(@types/node@20.11.13): resolution: {integrity: sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -11803,7 +11817,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.7 + '@types/node': 20.11.13 '@vitest/expect': 1.2.2 '@vitest/runner': 1.2.2 '@vitest/snapshot': 1.2.2 @@ -11822,8 +11836,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.8.2 - vite: 5.0.12(@types/node@20.11.7)(sass@1.70.0) - vite-node: 1.2.2(@types/node@20.11.7) + vite: 5.0.12(@types/node@20.11.13)(sass@1.70.0) + vite-node: 1.2.2(@types/node@20.11.13) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -11922,7 +11936,7 @@ packages: '@vuepress/bundler-webpack': optional: true dependencies: - '@vuepress/bundler-vite': 2.0.0-rc.2(@types/node@20.11.7)(sass@1.70.0)(typescript@5.3.3) + '@vuepress/bundler-vite': 2.0.0-rc.2(@types/node@20.11.13)(sass@1.70.0)(typescript@5.3.3) '@vuepress/bundler-webpack': 2.0.0-rc.2(typescript@5.3.3) '@vuepress/cli': 2.0.0-rc.2(typescript@5.3.3) '@vuepress/client': 2.0.0-rc.2(typescript@5.3.3) diff --git a/tools/create-vuepress/package.json b/tools/create-vuepress/package.json index a3b4804aba..63105e4896 100644 --- a/tools/create-vuepress/package.json +++ b/tools/create-vuepress/package.json @@ -43,7 +43,7 @@ "dependencies": { "cac": "^6.7.14", "execa": "^8.0.1", - "inquirer": "^9.2.12" + "inquirer": "^9.2.13" }, "devDependencies": { "@types/inquirer": "9.0.7"