From e2327f555bddaa7b0978d501adcdc138ddfd804c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 10:34:28 +0000 Subject: [PATCH] Update devDependencies --- package.json | 8 +++--- pnpm-lock.yaml | 76 +++++++++++++++++++++++++------------------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 92c6e724..ccf1f5a4 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@eslint-types/prettier": "~5.1.3", "@eslint-types/typescript-eslint": "~7.5.0", "@eslint-types/unicorn": "~52.0.0", - "@types/node": "~20.12.7", + "@types/node": "~20.12.12", "@typescript-eslint/eslint-plugin": "~7.7.0", "@typescript-eslint/parser": "~7.7.0", "@vitest/coverage-v8": "~1.5.0", @@ -87,13 +87,13 @@ "eslint-plugin-prettier": "~5.1.3", "eslint-plugin-spellcheck": "~0.0.20", "eslint-plugin-unicorn": "~52.0.0", - "npm-run-all2": "~6.1.2", + "npm-run-all2": "~6.2.0", "prettier": "3.2.5", "prettier-plugin-organize-imports": "~3.2.4", - "rimraf": "~5.0.5", + "rimraf": "~5.0.7", "tsup": "~8.0.2", "typescript": "~5.4.5", - "vite": "~5.2.10", + "vite": "~5.2.11", "vitepress": "~1.1.3", "vitest": "~1.5.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index afd2a2ec..6247dc50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,8 +25,8 @@ importers: specifier: ~52.0.0 version: 52.0.0 '@types/node': - specifier: ~20.12.7 - version: 20.12.7 + specifier: ~20.12.12 + version: 20.12.12 '@typescript-eslint/eslint-plugin': specifier: ~7.7.0 version: 7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) @@ -35,7 +35,7 @@ importers: version: 7.7.0(eslint@8.57.0)(typescript@5.4.5) '@vitest/coverage-v8': specifier: ~1.5.0 - version: 1.5.0(vitest@1.5.0(@types/node@20.12.7)) + version: 1.5.0(vitest@1.5.0(@types/node@20.12.12)) benchmark: specifier: ~2.1.4 version: 2.1.4 @@ -67,8 +67,8 @@ importers: specifier: ~52.0.0 version: 52.0.0(eslint@8.57.0) npm-run-all2: - specifier: ~6.1.2 - version: 6.1.2 + specifier: ~6.2.0 + version: 6.2.0 prettier: specifier: 3.2.5 version: 3.2.5 @@ -76,8 +76,8 @@ importers: specifier: ~3.2.4 version: 3.2.4(prettier@3.2.5)(typescript@5.4.5) rimraf: - specifier: ~5.0.5 - version: 5.0.5 + specifier: ~5.0.7 + version: 5.0.7 tsup: specifier: ~8.0.2 version: 8.0.2(postcss@8.4.38)(typescript@5.4.5) @@ -85,14 +85,14 @@ importers: specifier: ~5.4.5 version: 5.4.5 vite: - specifier: ~5.2.10 - version: 5.2.10(@types/node@20.12.7) + specifier: ~5.2.11 + version: 5.2.11(@types/node@20.12.12) vitepress: specifier: ~1.1.3 - version: 1.1.3(@algolia/client-search@4.23.3)(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) + version: 1.1.3(@algolia/client-search@4.23.3)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) vitest: specifier: ~1.5.0 - version: 1.5.0(@types/node@20.12.7) + version: 1.5.0(@types/node@20.12.12) packages: @@ -695,8 +695,8 @@ packages: '@types/mdurl@1.0.5': resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==} - '@types/node@20.12.7': - resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} + '@types/node@20.12.12': + resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -1810,8 +1810,8 @@ packages: resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - npm-run-all2@6.1.2: - resolution: {integrity: sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==} + npm-run-all2@6.2.0: + resolution: {integrity: sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==} engines: {node: ^14.18.0 || >=16.0.0, npm: '>= 8'} hasBin: true @@ -2067,9 +2067,9 @@ packages: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true - rimraf@5.0.5: - resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} - engines: {node: '>=14'} + rimraf@5.0.7: + resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} + engines: {node: '>=14.18'} hasBin: true rollup@4.16.1: @@ -2381,8 +2381,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.2.10: - resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} + vite@5.2.11: + resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -2985,7 +2985,7 @@ snapshots: '@types/mdurl@1.0.5': {} - '@types/node@20.12.7': + '@types/node@20.12.12': dependencies: undici-types: 5.26.5 @@ -3083,12 +3083,12 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7))(vue@3.4.23(typescript@5.4.5))': + '@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.12))(vue@3.4.23(typescript@5.4.5))': dependencies: - vite: 5.2.10(@types/node@20.12.7) + vite: 5.2.11(@types/node@20.12.12) vue: 3.4.23(typescript@5.4.5) - '@vitest/coverage-v8@1.5.0(vitest@1.5.0(@types/node@20.12.7))': + '@vitest/coverage-v8@1.5.0(vitest@1.5.0(@types/node@20.12.12))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -3103,7 +3103,7 @@ snapshots: std-env: 3.7.0 strip-literal: 2.1.0 test-exclude: 6.0.0 - vitest: 1.5.0(@types/node@20.12.7) + vitest: 1.5.0(@types/node@20.12.12) transitivePeerDependencies: - supports-color @@ -4300,7 +4300,7 @@ snapshots: npm-normalize-package-bin@3.0.1: {} - npm-run-all2@6.1.2: + npm-run-all2@6.2.0: dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.3 @@ -4529,7 +4529,7 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@5.0.5: + rimraf@5.0.7: dependencies: glob: 10.3.12 @@ -4871,13 +4871,13 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vite-node@1.5.0(@types/node@20.12.7): + vite-node@1.5.0(@types/node@20.12.12): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.2.10(@types/node@20.12.7) + vite: 5.2.11(@types/node@20.12.12) transitivePeerDependencies: - '@types/node' - less @@ -4888,23 +4888,23 @@ snapshots: - supports-color - terser - vite@5.2.10(@types/node@20.12.7): + vite@5.2.11(@types/node@20.12.12): dependencies: esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.16.1 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.12 fsevents: 2.3.3 - vitepress@1.1.3(@algolia/client-search@4.23.3)(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5): + vitepress@1.1.3(@algolia/client-search@4.23.3)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5): dependencies: '@docsearch/css': 3.6.0 '@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) '@shikijs/core': 1.3.0 '@shikijs/transformers': 1.3.0 '@types/markdown-it': 14.0.1 - '@vitejs/plugin-vue': 5.0.4(vite@5.2.10(@types/node@20.12.7))(vue@3.4.23(typescript@5.4.5)) + '@vitejs/plugin-vue': 5.0.4(vite@5.2.11(@types/node@20.12.12))(vue@3.4.23(typescript@5.4.5)) '@vue/devtools-api': 7.0.27(vue@3.4.23(typescript@5.4.5)) '@vueuse/core': 10.9.0(vue@3.4.23(typescript@5.4.5)) '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.23(typescript@5.4.5)) @@ -4912,7 +4912,7 @@ snapshots: mark.js: 8.11.1 minisearch: 6.3.0 shiki: 1.3.0 - vite: 5.2.10(@types/node@20.12.7) + vite: 5.2.11(@types/node@20.12.12) vue: 3.4.23(typescript@5.4.5) optionalDependencies: postcss: 8.4.38 @@ -4943,7 +4943,7 @@ snapshots: - typescript - universal-cookie - vitest@1.5.0(@types/node@20.12.7): + vitest@1.5.0(@types/node@20.12.12): dependencies: '@vitest/expect': 1.5.0 '@vitest/runner': 1.5.0 @@ -4962,11 +4962,11 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.8.0 tinypool: 0.8.4 - vite: 5.2.10(@types/node@20.12.7) - vite-node: 1.5.0(@types/node@20.12.7) + vite: 5.2.11(@types/node@20.12.12) + vite-node: 1.5.0(@types/node@20.12.12) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.12 transitivePeerDependencies: - less - lightningcss