diff --git a/package-lock.json b/package-lock.json index 9b36149..1babf48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "conventional-changelog-conventionalcommits": "^8.0.0", "dotenv-cli": "^7.4.2", "eslint": "^8.57.1", - "eslint-config-next": "15.0.2", + "eslint-config-next": "15.0.3", "graphql-zeus": "^7.0.1", "husky": "^9.1.6", "lint-staged": "^15.2.10", @@ -2535,9 +2535,9 @@ "integrity": "sha512-t9Xy32pjNOvVn2AS+Utt6VmyrshbpfUMhIjFO60gI58deSo/KgLOp31XZ4O+kY/Is8WAGYwA5gR7kOb1eORDBA==" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.2.tgz", - "integrity": "sha512-R9Jc7T6Ge0txjmqpPwqD8vx6onQjynO9JT73ArCYiYPvSrwYXepH/UY/WdKDY8JPWJl72sAE4iGMHPeQ5xdEWg==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.3.tgz", + "integrity": "sha512-3Ln/nHq2V+v8uIaxCR6YfYo7ceRgZNXfTd3yW1ukTaFbO+/I8jNakrjYWODvG9BuR2v5kgVtH/C8r0i11quOgw==", "dev": true, "dependencies": { "fast-glob": "3.3.1" @@ -6647,12 +6647,12 @@ } }, "node_modules/eslint-config-next": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.2.tgz", - "integrity": "sha512-N8o6cyUXzlMmQbdc2Kc83g1qomFi3ITqrAZfubipVKET2uR2mCStyGRcx/r8WiAIVMul2KfwRiCHBkTpBvGBmA==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.3.tgz", + "integrity": "sha512-IGP2DdQQrgjcr4mwFPve4DrCqo7CVVez1WoYY47XwKSrYO4hC0Dlb+iJA60i0YfICOzgNADIb8r28BpQ5Zs0wg==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "15.0.2", + "@next/eslint-plugin-next": "15.0.3", "@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 ac42fce..09b8a20 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "conventional-changelog-conventionalcommits": "^8.0.0", "dotenv-cli": "^7.4.2", "eslint": "^8.57.1", - "eslint-config-next": "15.0.2", + "eslint-config-next": "15.0.3", "graphql-zeus": "^7.0.1", "husky": "^9.1.6", "lint-staged": "^15.2.10",