diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f771e06e..b01704da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -225,8 +225,8 @@ importers: specifier: 7.5.8 version: 7.5.8 eslint-plugin-vitest: - specifier: 0.3.26 - version: 0.3.26(@typescript-eslint/eslint-plugin@7.3.1)(eslint@8.57.0)(typescript@5.4.3)(vitest@1.4.0) + specifier: 0.4.0 + version: 0.4.0(@typescript-eslint/eslint-plugin@7.3.1)(eslint@8.57.0)(typescript@5.4.3)(vitest@1.4.0) jose: specifier: 5.2.3 version: 5.2.3 @@ -2219,8 +2219,8 @@ packages: '@microsoft/tsdoc-config': 0.16.2 dev: true - /eslint-plugin-vitest@0.3.26(@typescript-eslint/eslint-plugin@7.3.1)(eslint@8.57.0)(typescript@5.4.3)(vitest@1.4.0): - resolution: {integrity: sha512-oxe5JSPgRjco8caVLTh7Ti8PxpwJdhSV0hTQAmkFcNcmy/9DnqLB/oNVRA11RmVRP//2+jIIT6JuBEcpW3obYg==} + /eslint-plugin-vitest@0.4.0(@typescript-eslint/eslint-plugin@7.3.1)(eslint@8.57.0)(typescript@5.4.3)(vitest@1.4.0): + resolution: {integrity: sha512-3oWgZIwdWVBQ5plvkmOBjreIGLQRdYb7x54OP8uIRHeZyRVJIdOn9o/qWVb9292fDMC8jn7H7d9TSFBZqhrykQ==} engines: {node: ^18.0.0 || >= 20.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': '*' diff --git a/private/test/package.json b/private/test/package.json index fef10549..a6a21613 100644 --- a/private/test/package.json +++ b/private/test/package.json @@ -23,7 +23,7 @@ "@testing-library/user-event": "14.5.2", "@types/react": "18.2.70", "@types/semver": "7.5.8", - "eslint-plugin-vitest": "0.3.26", + "eslint-plugin-vitest": "0.4.0", "jose": "5.2.3", "jsdom": "24.0.0", "long": "5.2.3",