diff --git a/package.json b/package.json index 6b92a079..a858fd15 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/react": "^17.0.43", "@types/react-dom": "^18.3.0", "eslint": "^8", - "eslint-config-next": "15.5.0", + "eslint-config-next": "15.5.1", "firebase-tools": "^14.14.0", "typescript": "^5.9.2" }, diff --git a/yarn.lock b/yarn.lock index 1bdb4fd6..c294a7ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1336,10 +1336,10 @@ resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.0.tgz#5d66f1bf61a7e041ed0cb870923dc041a9be507f" integrity sha512-sDaprBAfzCQiOgo2pO+LhnV0Wt2wBgartjrr+dpcTORYVnnXD0gwhHhiiyIih9hQbq+JnbqH4odgcFWhqCGidw== -"@next/eslint-plugin-next@15.5.0": - version "15.5.0" - resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.0.tgz#bee716b8d435e3c8496391770c6eff5dcf848e51" - integrity sha512-+k83U/fST66eQBjTltX2T9qUYd43ntAe+NZ5qeZVTQyTiFiHvTLtkpLKug4AnZAtuI/lwz5tl/4QDJymjVkybg== +"@next/eslint-plugin-next@15.5.1": + version "15.5.1" + resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.1.tgz#c65c9ad73ec30ffffa8f20f4d21e6d5118310446" + integrity sha512-u8chjIoGrGMs5J/yg/xGX83A33qbVS/al2PEqsgJEhLLKihPXOkPoqj65bZ8KASGpDd/j9/nZ1tsCQFau0hITA== dependencies: fast-glob "3.3.1" @@ -3639,12 +3639,12 @@ escodegen@^2.1.0: optionalDependencies: source-map "~0.6.1" -eslint-config-next@15.5.0: - version "15.5.0" - resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.0.tgz#3b9ec8ceb175986a7781b4106646da6a8d09c08f" - integrity sha512-Yl4hlOdBqstAuHnlBfx2RimBzWQwysM2SJNu5EzYVa2qS2ItPs7lgxL0sJJDudEx5ZZHfWPZ/6U8+FtDFWs7/w== +eslint-config-next@15.5.1: + version "15.5.1" + resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.1.tgz#cb6d35e19960483590c173b5eca07240da7fe85e" + integrity sha512-sqYppdNWT7KehpKD0lt+2rm7SgnXc821QFTURFOyeh1aO/TYA3zadh0q84XfW0b8JNIkeay85Bx1hR/vA+6kfw== dependencies: - "@next/eslint-plugin-next" "15.5.0" + "@next/eslint-plugin-next" "15.5.1" "@rushstack/eslint-patch" "^1.10.3" "@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" "@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"