diff --git a/package-lock.json b/package-lock.json index 94990fc..1d9ab64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "wretch": "^2.1.5" }, "devDependencies": { - "@next/eslint-plugin-next": "^13.0.3", + "@next/eslint-plugin-next": "^14.0.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", @@ -1359,9 +1359,9 @@ "integrity": "sha512-SG/gKH6eij4vwQy87b/3mbpQ1X3x2vUdnpwq6/qL2IQWjtq58EY/UuNAp9CoEZoC9sI4L9AD1r+73Z9r4d3uug==" }, "node_modules/@next/eslint-plugin-next": { - "version": "13.4.5", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.5.tgz", - "integrity": "sha512-/xD/kyJhXmBZq+0xGKOdjL22c9/4i3mBAXaU9aOGEHTXqqFeOz8scJbScWF13aMqigeoFCsDqngIB2MIatcn4g==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.0.2.tgz", + "integrity": "sha512-APrYFsXfAhnysycqxHcpg6Y4i7Ukp30GzVSZQRKT3OczbzkqGjt33vNhScmgoOXYBU1CfkwgtXmNxdiwv1jKmg==", "dev": true, "dependencies": { "glob": "7.1.7" diff --git a/package.json b/package.json index 042feca..b6b4077 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "wretch": "^2.1.5" }, "devDependencies": { - "@next/eslint-plugin-next": "^13.0.3", + "@next/eslint-plugin-next": "^14.0.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3",