diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f3a1146..1f18494 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "zustand": "^5.0.13" }, "devDependencies": { - "@next/eslint-plugin-next": "^16.2.6", + "@next/eslint-plugin-next": "^16.2.7", "@types/node": "^25.9.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", @@ -1279,9 +1279,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.6.tgz", - "integrity": "sha512-Z8l6o4JWKUl755x4R+wogD86KPeU+Ckw4K+SYG4kHeOJtRenDeK+OSbGcqZpDtbwn9DsJVdir2UxmwXuinUbUw==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.7.tgz", + "integrity": "sha512-VbS+QgMHqvIDMTIqD2xMBKK1otIpdAUKA8VLHFwR9h6OfU/mOm7w/69nQcvdmI8hCk99Wr2AsGLn/PJ/tMHw1w==", "dev": true, "license": "MIT", "dependencies": { @@ -3117,6 +3117,16 @@ } } }, + "node_modules/eslint-config-next/node_modules/@next/eslint-plugin-next": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.6.tgz", + "integrity": "sha512-Z8l6o4JWKUl755x4R+wogD86KPeU+Ckw4K+SYG4kHeOJtRenDeK+OSbGcqZpDtbwn9DsJVdir2UxmwXuinUbUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-glob": "3.3.1" + } + }, "node_modules/eslint-config-next/node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index 77ee1ac..8e07396 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "zustand": "^5.0.13" }, "devDependencies": { - "@next/eslint-plugin-next": "^16.2.6", + "@next/eslint-plugin-next": "^16.2.7", "@types/node": "^25.9.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0",