diff options
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 9d7f387d..1f084336 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.23.0", "@typescript-eslint/parser": "~5.23.0", - "@vitest/ui": "~0.12.3", + "@vitest/ui": "~0.12.4", "c8": "~7.11.2", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.6.1", @@ -131,7 +131,7 @@ "validator": "~13.7.0", "vite": "~2.9.8", "vitepress": "~0.22.4", - "vitest": "~0.12.3" + "vitest": "~0.12.4" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b3b22cc8..21a1d24f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.23.0 '@typescript-eslint/parser': ~5.23.0 - '@vitest/ui': ~0.12.3 + '@vitest/ui': ~0.12.4 c8: ~7.11.2 conventional-changelog-cli: ~2.2.2 cypress: ~9.6.1 @@ -41,7 +41,7 @@ specifiers: validator: ~13.7.0 vite: ~2.9.8 vitepress: ~0.22.4 - vitest: ~0.12.3 + vitest: ~0.12.4 devDependencies: '@algolia/client-search': 4.13.0 @@ -53,7 +53,7 @@ devDependencies: '@types/validator': 13.7.2 '@typescript-eslint/eslint-plugin': 5.23.0_c63nfttrfhylg3zmgcxfslaw44 '@typescript-eslint/parser': 5.23.0_hcfsmds2fshutdssjqluwm76uu - '@vitest/ui': 0.12.3 + '@vitest/ui': 0.12.4 c8: 7.11.2 conventional-changelog-cli: 2.2.2 cypress: 9.6.1 @@ -84,7 +84,7 @@ devDependencies: validator: 13.7.0 vite: 2.9.8 vitepress: 0.22.4_ugdjhn4r2cpuj4csimen2pts54 - vitest: 0.12.3_ttcd4zl6hjmxx2mc2ydkcmdoyu + vitest: 0.12.4_gfmp56w77prsla2vj36r7oxzmu packages: @@ -626,8 +626,8 @@ packages: vue: 3.2.33 dev: true - /@vitest/ui/0.12.3: - resolution: {integrity: sha512-S+PfmE8ha4FXRZ6x6qfZDFPXGdER6UXYU/9XWL4qOyAwP28+a0OcI0GW7kobqY2EDs3ABfltsEr3Cbs57f06NQ==} + /@vitest/ui/0.12.4: + resolution: {integrity: sha512-ARXOOe3Mo3qhyWV7y6Nbi+jyN5Va4RtQkmoTYqxiEtG6V/3Sahg5BIK91VtmkruQuwXvCUwfDzimKkRwv7KjqQ==} dependencies: sirv: 2.0.2 dev: true @@ -4528,8 +4528,8 @@ packages: - stylus dev: true - /vitest/0.12.3_ttcd4zl6hjmxx2mc2ydkcmdoyu: - resolution: {integrity: sha512-Dc4uJAcnUampdJ6+C8IasrmL+Px+oDhS9gxeHlL9uwUzoM0ae2WydAK9UF2THxHszfZogLGT37atQwOkj1Lqvg==} + /vitest/0.12.4_gfmp56w77prsla2vj36r7oxzmu: + resolution: {integrity: sha512-EDxdhlAt6vcu6y4VouAI60z78iCAVFnfBL4VlSQVQnGmOk5altOtIKvp3xfZ+cfo4iVHgqq1QNyf5qOFiL4leg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4549,7 +4549,7 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.12.3 + '@vitest/ui': 0.12.4 c8: 7.11.2 chai: 4.3.6 local-pkg: 0.4.1 |
