diff --git a/package-lock.json b/package-lock.json index b967781af..a59c7df70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "@commitlint/cli": "^8.2.0", "@commitlint/config-conventional": "^8.2.0", "@groupher/eslint-config-web": "2.0.9", - "@next/eslint-plugin-next": "^12.2.5", + "@next/eslint-plugin-next": "^13.0.1", "@types/jest": "^26.0.20", "@types/mocha": "^8.2.1", "@types/ramda": "^0.27.38", @@ -3976,9 +3976,9 @@ "integrity": "sha512-65v9BVuah2Mplohm4+efsKEnoEuhmlGm8B2w6vD1geeEP2wXtlSJCvR/cCRJ3fD8wzCQBV41VcMBQeYET6MRkg==" }, "node_modules/@next/eslint-plugin-next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-12.3.1.tgz", - "integrity": "sha512-sw+lTf6r6P0j+g/n9y4qdWWI2syPqZx+uc0+B/fRENqfR3KpSid6MIKqc9gNwGhJASazEQ5b3w8h4cAET213jw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.0.1.tgz", + "integrity": "sha512-t3bggJhKE/oB4pvMM7hMNnmIpIqsMGJ+OLklk8llOkSeXtfCV+MBQbhImWxf5QODkxNAmMK3IJGAAecQhBTc/Q==", "dev": true, "dependencies": { "glob": "7.1.7" @@ -29609,9 +29609,9 @@ "integrity": "sha512-65v9BVuah2Mplohm4+efsKEnoEuhmlGm8B2w6vD1geeEP2wXtlSJCvR/cCRJ3fD8wzCQBV41VcMBQeYET6MRkg==" }, "@next/eslint-plugin-next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-12.3.1.tgz", - "integrity": "sha512-sw+lTf6r6P0j+g/n9y4qdWWI2syPqZx+uc0+B/fRENqfR3KpSid6MIKqc9gNwGhJASazEQ5b3w8h4cAET213jw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.0.1.tgz", + "integrity": "sha512-t3bggJhKE/oB4pvMM7hMNnmIpIqsMGJ+OLklk8llOkSeXtfCV+MBQbhImWxf5QODkxNAmMK3IJGAAecQhBTc/Q==", "dev": true, "requires": { "glob": "7.1.7" diff --git a/package.json b/package.json index 4fcf8c668..5b85bfb71 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@commitlint/cli": "^8.2.0", "@commitlint/config-conventional": "^8.2.0", "@groupher/eslint-config-web": "2.0.9", - "@next/eslint-plugin-next": "^12.2.5", + "@next/eslint-plugin-next": "^13.0.1", "@types/jest": "^26.0.20", "@types/mocha": "^8.2.1", "@types/ramda": "^0.27.38",