diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 32a2660f..948fe998 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@types/semver": "7.7.0", "@types/validator": "13.15.2", "@vitest/coverage-v8": "3.2.4", - "@vitest/eslint-plugin": "1.3.3", + "@vitest/eslint-plugin": "1.3.4", "@vitest/ui": "3.2.4", "@vueuse/core": "13.4.0", "commit-and-tag-version": "12.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2040ef87..0dd2c263 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: 3.2.4 version: 3.2.4([email protected]) '@vitest/eslint-plugin': - specifier: 1.3.3 + specifier: 1.3.4 '@vitest/ui': specifier: 3.2.4 version: 3.2.4([email protected]) @@ -985,8 +985,8 @@ packages: '@vitest/browser': optional: true - '@vitest/[email protected]': - resolution: {integrity: sha512-zOB4T5f80JXfP5DC2yQl7azRYq8PmGqYle3uxh3a0NnbKc+EaSYSpEcrVAh2r5W97pi3BVv7oRb5NdEQy0cCXA==} + '@vitest/[email protected]': + resolution: {integrity: sha512-EOg8d0jn3BAiKnR55WkFxmxfWA3nmzrbIIuOXyTe6A72duryNgyU+bdBEauA97Aab3ho9kLmAwgPX63Ckj4QEg==} peerDependencies: eslint: '>= 8.57.0' typescript: '>= 5.0.0' @@ -4474,7 +4474,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitest/[email protected]([email protected]([email protected]))([email protected])([email protected])': + '@vitest/[email protected]([email protected]([email protected]))([email protected])([email protected])': dependencies: eslint: 9.30.1([email protected]) |
