From a0a3e87c03328c294abf3cf1ec0bde457e338fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:26:59 +0000 Subject: [PATCH] deps: bump @vitest/eslint-plugin in the vitest group across 1 directory Bumps the vitest group with 1 update in the / directory: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest). Updates `@vitest/eslint-plugin` from 1.1.14 to 1.1.17 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.14...v1.1.17) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest ... 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 b476c65e1..a0bc6ab9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^2.1.8", - "@vitest/eslint-plugin": "^1.1.14", + "@vitest/eslint-plugin": "^1.1.17", "emojibase-data": "^16.0.2", "eslint": "^9.17.0", "eslint-plugin-compat": "^6.0.2", @@ -2866,9 +2866,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.14.tgz", - "integrity": "sha512-ej0cT5rUt7uvwxuu7Qxkm7fI+eaOq8vD34qGpuRoXCdvOybOlE5GDqtgvVCYbxLANkcRJfm5VDU1TnJmQRHi9g==", + "version": "1.1.17", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.17.tgz", + "integrity": "sha512-V3cu24F73gN1h37XNo6fMGVDws+O7vHwsH2CHWUP9eJQXw91keCI2X+lYqDaSO98nxAIBi5AhsOjGLAGXvtmhw==", "dev": true, "peerDependencies": { "@typescript-eslint/utils": ">= 8.0", diff --git a/package.json b/package.json index 9f5ccdc76..e26f938d5 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^2.1.8", - "@vitest/eslint-plugin": "^1.1.14", + "@vitest/eslint-plugin": "^1.1.17", "emojibase-data": "^16.0.2", "eslint": "^9.17.0", "eslint-plugin-compat": "^6.0.2",