From 9724ef8a99147ebad6867182f43fdf7f216650da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:17:58 +0000 Subject: [PATCH] devdeps: bump @vitest/eslint-plugin Bumps the dev-patch group with 1 update in the / directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest). Updates `@vitest/eslint-plugin` from 1.6.19 to 1.6.20 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.19...v1.6.20) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b9f2d5..ecf4523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@types/supertest": "^6.0.2", "@types/swagger-ui-express": "^4.1.8", "@vitest/coverage-v8": "^4.0.18", - "@vitest/eslint-plugin": "^1.6.19", + "@vitest/eslint-plugin": "^1.6.20", "@vitest/ui": "^4.0.18", "copyfiles": "^2.4.1", "cross-env": "^10.1.0", @@ -8177,9 +8177,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.6.19", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.19.tgz", - "integrity": "sha512-zodmXRsVKFsuHxHJILuTFaaKsrsxm0YsiOX65clk+LpCW9JrVXaf6ERXr0caDs+NEk0S62Jyk0K7XYQ7gWXheA==", + "version": "1.6.20", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.20.tgz", + "integrity": "sha512-xRwWHFG0Utp6hXtbGiWk4VdKXCGdExD8kbWrrmFEiG5dk8anOJ+vbWbeOa8EbkocKQRTsx7JAWETccZiBgFp/Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fb1bd29..83133bb 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/supertest": "^6.0.2", "@types/swagger-ui-express": "^4.1.8", "@vitest/coverage-v8": "^4.0.18", - "@vitest/eslint-plugin": "^1.6.19", + "@vitest/eslint-plugin": "^1.6.20", "@vitest/ui": "^4.0.18", "copyfiles": "^2.4.1", "cross-env": "^10.1.0",