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",