From 32a8559e41298ae54470ec7df8cc37eaa5e44a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:13:20 +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.21 to 1.6.27 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.21...v1.6.27) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ffab5c..b62ab51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@types/multer": "^1.4.12", "@types/supertest": "^6.0.2", "@vitest/coverage-v8": "^4.0.18", - "@vitest/eslint-plugin": "^1.6.19", + "@vitest/eslint-plugin": "^1.6.27", "@vitest/ui": "^4.1.8", "copyfiles": "^2.4.1", "cross-env": "^10.1.0", @@ -8253,9 +8253,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.6.21", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.21.tgz", - "integrity": "sha512-5nu7QuW5Dg9v4I9t9ZiU1Hh91BoG0x3lOzOWYTsr1bqpIqcHYzFSQ052LvZwGtEm7Trh+Mr2heYEmZ4LkDjfaA==", + "version": "1.6.27", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.27.tgz", + "integrity": "sha512-X1RCAfwbatG4GFbJ/1PIHP9MSZMt0JJThqbYID+vS4L783k6QGlLPe421wQE8dHXuGCcenVLsydiM4qzsYWxhg==", "dev": true, "license": "MIT", "dependencies": { @@ -21716,9 +21716,9 @@ } }, "@vitest/eslint-plugin": { - "version": "1.6.21", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.21.tgz", - "integrity": "sha512-5nu7QuW5Dg9v4I9t9ZiU1Hh91BoG0x3lOzOWYTsr1bqpIqcHYzFSQ052LvZwGtEm7Trh+Mr2heYEmZ4LkDjfaA==", + "version": "1.6.27", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.6.27.tgz", + "integrity": "sha512-X1RCAfwbatG4GFbJ/1PIHP9MSZMt0JJThqbYID+vS4L783k6QGlLPe421wQE8dHXuGCcenVLsydiM4qzsYWxhg==", "dev": true, "requires": { "@typescript-eslint/scope-manager": "^8.58.0", diff --git a/package.json b/package.json index 47af168..f0f24ab 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/multer": "^1.4.12", "@types/supertest": "^6.0.2", "@vitest/coverage-v8": "^4.0.18", - "@vitest/eslint-plugin": "^1.6.19", + "@vitest/eslint-plugin": "^1.6.27", "@vitest/ui": "^4.1.8", "copyfiles": "^2.4.1", "cross-env": "^10.1.0",