diff --git a/package-lock.json b/package-lock.json index 2bf2fdf7..18fae367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "autoprefixer": "^10.0.1", "dotenv": "^16.4.5", "eslint": "^8", - "eslint-config-next": "14.2.19", + "eslint-config-next": "14.2.20", "eslint-config-prettier": "^9.1.0", "jest": "^29.7.0", "node-mocks-http": "^1.16.0", @@ -1852,9 +1852,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "14.2.19", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.19.tgz", - "integrity": "sha512-S/vJfvcmAh3BK0xn//EolX6mmuF7Os0PJk3pThn4IwVmfl31HABLRb5qkmS0Gn/OwogiLZ1iCQnFFtyJqs5ROw==", + "version": "14.2.20", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.20.tgz", + "integrity": "sha512-T0JRi706KLbvR1Uc46t56VtawbhR/igdBagzOrA7G+vv4rvjwnlu/Y4/Iq6X9TDVj5UZjyot4lUdkNd3V2kLhw==", "dev": true, "license": "MIT", "dependencies": { @@ -6969,13 +6969,13 @@ } }, "node_modules/eslint-config-next": { - "version": "14.2.19", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.19.tgz", - "integrity": "sha512-o932XAAq6VSjrPEgTCxEACNgeAeNB7lLMtM9Oy7BD4OwKFqNCROFxo/95U23xeTKXEtCnp0yy8mvJuHksdGapg==", + "version": "14.2.20", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.20.tgz", + "integrity": "sha512-gHBvp4RDd51DAaDco7KiWFy731EwcItkDtGUaZH1EUXEnHCzsVRjMceT+b8aThjMLjOScz6Q27MGlePASvK4Aw==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "14.2.19", + "@next/eslint-plugin-next": "14.2.20", "@rushstack/eslint-patch": "^1.3.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 735018ca..0bb8768a 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "autoprefixer": "^10.0.1", "dotenv": "^16.4.5", "eslint": "^8", - "eslint-config-next": "14.2.19", + "eslint-config-next": "14.2.20", "eslint-config-prettier": "^9.1.0", "jest": "^29.7.0", "node-mocks-http": "^1.16.0",