diff --git a/package-lock.json b/package-lock.json index 37f46e7..4333316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "@typescript-eslint/parser": "^7.1.1", "autoprefixer": "^10.4.18", "eslint": "^8.57.0", - "eslint-config-next": "^14.1.1", + "eslint-config-next": "^14.1.2", "eslint-config-prettier": "^9.1.0", "postcss": "^8", "prettier": "^3.2.5", @@ -530,9 +530,9 @@ "integrity": "sha512-7CnQyD5G8shHxQIIg3c7/pSeYFeMhsNbpU/bmvH7ZnDql7mNRgg8O2JZrhrc/soFnfBnKP4/xXNiiSIPn2w8gA==" }, "node_modules/@next/eslint-plugin-next": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.1.tgz", - "integrity": "sha512-NP1WoGFnFLpqqCWgGFjnn/sTwUExdPyjeFKRdQP1X/bL/tjAQ/TXDmYqw6vzGaP5NaZ2u6xzg+N/0nd7fOPOGQ==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.2.tgz", + "integrity": "sha512-k9h9NfR1joJI48uwdQd/DuOV1mBgcjlmWaX45eAXCFGT96oc+/6SMjO3s7naVtTXqSKjFAgk2GDlW6Hv41ROXQ==", "dev": true, "dependencies": { "glob": "10.3.10" @@ -3065,12 +3065,12 @@ } }, "node_modules/eslint-config-next": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.1.1.tgz", - "integrity": "sha512-OLyw2oHzwE0M0EODGYMbjksDQKSshQWBzYY+Nkoxoe3+Q5G0lpb9EkekyDk7Foz9BMfotbYShJrgYoBEAVqU4Q==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.1.2.tgz", + "integrity": "sha512-g46mlgWmHoWhHuDbaQS8PLNQtBkVkiQMnVLhFcqnPSXN2I+R4Obom3ihCIQuNLbjVUgiFFHqmEwwtDuWv1wYKA==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "14.1.1", + "@next/eslint-plugin-next": "14.1.2", "@rushstack/eslint-patch": "^1.3.3", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", "eslint-import-resolver-node": "^0.3.6", diff --git a/package.json b/package.json index fdf03ef..6544c40 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/parser": "^7.1.1", "autoprefixer": "^10.4.18", "eslint": "^8.57.0", - "eslint-config-next": "^14.1.1", + "eslint-config-next": "^14.1.2", "eslint-config-prettier": "^9.1.0", "postcss": "^8", "prettier": "^3.2.5",