diff --git a/package-lock.json b/package-lock.json index eafc2238d9..17e43f374e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "prettier": "^3.3.3", "typescript": "^5.6.2", "vite": "^5.4.8", - "vite-plugin-eslint2": "^4.4.2", + "vite-plugin-eslint2": "^5.0.1", "vite-plugin-svgr": "^4.2.0", "vitest": "^2.1.1" }, @@ -4511,6 +4511,7 @@ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, + "optional": true, "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -4852,6 +4853,7 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, + "optional": true, "engines": { "node": ">=8" }, @@ -5090,6 +5092,7 @@ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "optional": true, "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -5114,6 +5117,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "optional": true, "dependencies": { "is-glob": "^4.0.1" }, @@ -7512,6 +7516,7 @@ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "optional": true, "dependencies": { "binary-extensions": "^2.0.0" }, @@ -8769,6 +8774,7 @@ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -9582,6 +9588,7 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "optional": true, "dependencies": { "picomatch": "^2.2.1" }, @@ -11140,13 +11147,12 @@ "dev": true }, "node_modules/vite-plugin-eslint2": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/vite-plugin-eslint2/-/vite-plugin-eslint2-4.4.2.tgz", - "integrity": "sha512-QR+coY+88bnGco0xbDzzOEQYm2WndmEG5WK3i3UqzODnn6dY4/O4Ckl3MExCJzxIDIHM/KMMo8DS7S3JkXtBFg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/vite-plugin-eslint2/-/vite-plugin-eslint2-5.0.1.tgz", + "integrity": "sha512-Pr/Df4mpYtKoYOFMRQonoDE/SH56ah2cbtjyQmRveh+Wz2pgk/RfTM3ApZ6xrAEpmIyBctfy5JoBmcWmikKTlg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.1.2", - "chokidar": "^3.6.0", "debug": "^4.3.7" }, "engines": { diff --git a/package.json b/package.json index 04739b7e8c..c49447f446 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "prettier": "^3.3.3", "typescript": "^5.6.2", "vite": "^5.4.8", - "vite-plugin-eslint2": "^4.4.2", + "vite-plugin-eslint2": "^5.0.1", "vite-plugin-svgr": "^4.2.0", "vitest": "^2.1.1" },