diff --git a/package-lock.json b/package-lock.json index 51fa917c..067f9d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/nprogress": "^0.2.3", "@types/react": "^19.1.8", "@types/supertest": "^6.0.3", - "eslint-config-next": "^15.3.4", + "eslint-config-next": "^15.5.1", "husky": "^9.1.7", "node-mocks-http": "^1.17.2", "prettier": "^3.6.2", @@ -1389,9 +1389,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.3.4", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.4.tgz", - "integrity": "sha512-lBxYdj7TI8phbJcLSAqDt57nIcobEign5NYIKCiy0hXQhrUbTqLqOaSDi568U6vFg4hJfBdZYsG4iP/uKhCqgg==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.1.tgz", + "integrity": "sha512-u8chjIoGrGMs5J/yg/xGX83A33qbVS/al2PEqsgJEhLLKihPXOkPoqj65bZ8KASGpDd/j9/nZ1tsCQFau0hITA==", "dev": true, "license": "MIT", "dependencies": { @@ -3768,13 +3768,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.3.4", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.4.tgz", - "integrity": "sha512-WqeumCq57QcTP2lYlV6BRUySfGiBYEXlQ1L0mQ+u4N4X4ZhUVSSQ52WtjqHv60pJ6dD7jn+YZc0d1/ZSsxccvg==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.1.tgz", + "integrity": "sha512-sqYppdNWT7KehpKD0lt+2rm7SgnXc821QFTURFOyeh1aO/TYA3zadh0q84XfW0b8JNIkeay85Bx1hR/vA+6kfw==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.3.4", + "@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", diff --git a/package.json b/package.json index aef4e820..af928714 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/nprogress": "^0.2.3", "@types/react": "^19.1.8", "@types/supertest": "^6.0.3", - "eslint-config-next": "^15.3.4", + "eslint-config-next": "^15.5.1", "husky": "^9.1.7", "node-mocks-http": "^1.17.2", "prettier": "^3.6.2",