From 9fa669b2c4e87b17de18fee157c4a422ff7c04b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:24:19 +0000 Subject: [PATCH] Bump @vitest/eslint-plugin from 1.6.19 to 1.6.20 in /fe Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) 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 ... Signed-off-by: dependabot[bot] --- fe/package-lock.json | 26 ++++---------------------- fe/package.json | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/fe/package-lock.json b/fe/package-lock.json index 91b91b5e..a94e6ea1 100644 --- a/fe/package-lock.json +++ b/fe/package-lock.json @@ -25,7 +25,7 @@ "@types/jsdom": "^28.0.3", "@types/node": "^24.13.1", "@vitejs/plugin-vue": "^6.0.7", - "@vitest/eslint-plugin": "^1.6.19", + "@vitest/eslint-plugin": "^1.6.20", "@vue/compiler-sfc": "^3.5.35", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.8.0", @@ -1073,9 +1073,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1092,9 +1089,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1111,9 +1105,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1130,9 +1121,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1149,9 +1137,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1168,9 +1153,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1668,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/fe/package.json b/fe/package.json index 1f5b25f4..8be5c2c1 100644 --- a/fe/package.json +++ b/fe/package.json @@ -55,7 +55,7 @@ "@types/jsdom": "^28.0.3", "@types/node": "^24.13.1", "@vitejs/plugin-vue": "^6.0.7", - "@vitest/eslint-plugin": "^1.6.19", + "@vitest/eslint-plugin": "^1.6.20", "@vue/compiler-sfc": "^3.5.35", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.8.0",