diff --git a/package-lock.json b/package-lock.json index 0fab345..fa577ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "autoprefixer": "^10.4.19", "daisyui": "^4.12.10", "eslint": "^8", - "eslint-config-next": "15.0.2", + "eslint-config-next": "15.0.3", "postcss": "^8", "tailwindcss": "^3.4.3", "typescript": "^5.3.3" @@ -267,11 +267,10 @@ "license": "MIT" }, "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, - "license": "MIT", "dependencies": { "fast-glob": "3.3.1" } @@ -1970,13 +1969,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, - "license": "MIT", "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 edef425..0451e9d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "autoprefixer": "^10.4.19", "daisyui": "^4.12.10", "eslint": "^8", - "eslint-config-next": "15.0.2", + "eslint-config-next": "15.0.3", "postcss": "^8", "tailwindcss": "^3.4.3", "typescript": "^5.3.3"