diff --git a/package-lock.json b/package-lock.json index 11766998..ed57a5e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", - "@next/eslint-plugin-next": "^14.0.0", + "@next/eslint-plugin-next": "^14.0.1", "@types/eslint": "^8.44.6", "@types/node": "^20.8.9", "@types/react": "^18.2.33", @@ -1658,9 +1658,9 @@ "integrity": "sha512-cIKhxkfVELB6hFjYsbtEeTus2mwrTC+JissfZYM0n+8Fv+g8ucUfOlm3VEDtwtwydZ0Nuauv3bl0qF82nnCAqA==" }, "node_modules/@next/eslint-plugin-next": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.0.0.tgz", - "integrity": "sha512-Ye37nNI09V3yt7pzuzSQtwlvuJ2CGzFszHXkcTHHZgNr7EhTMFLipn3VSJChy+e5+ahTdNApPphc3qCPUsn10A==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.0.1.tgz", + "integrity": "sha512-bLjJMwXdzvhnQOnxvHoTTUh/+PYk6FF/DCgHi4BXwXCINer+o1ZYfL9aVeezj/oI7wqGJOqwGIXrlBvPbAId3w==", "dev": true, "dependencies": { "glob": "7.1.7" diff --git a/package.json b/package.json index 376ccb09..9c35fa67 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@commitlint/cli": "^18.2.0", "@commitlint/config-conventional": "^18.1.0", - "@next/eslint-plugin-next": "^14.0.0", + "@next/eslint-plugin-next": "^14.0.1", "@types/eslint": "^8.44.6", "@types/node": "^20.8.9", "@types/react": "^18.2.33",