diff --git a/package-lock.json b/package-lock.json index 711d7aac..a94c9886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@donniean/configs": "^6.23.7", - "@next/eslint-plugin-next": "^15.1.2", + "@next/eslint-plugin-next": "^15.1.3", "@types/eslint": "^9.6.0", "@types/node": "^22.10.2", "@types/react": "^19.0.2", @@ -2222,11 +2222,10 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.2.tgz", - "integrity": "sha512-sgfw3+WdaYOGPKCvM1L+UucBmRfh8V2Ygefp7ELON0+0vY7uohQwXXnVWg3rY7mXDKharQR3o7uedpfvnU2hlQ==", + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.3.tgz", + "integrity": "sha512-oeP1vnc5Cq9UoOb8SYHAEPbCXMzOgG70l+Zfd+Ie00R25FOm+CCVNrcIubJvB1tvBgakXE37MmqSycksXVPRqg==", "dev": true, - "license": "MIT", "dependencies": { "fast-glob": "3.3.1" } diff --git a/package.json b/package.json index a4ad208f..0b3baa27 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@donniean/configs": "^6.23.7", - "@next/eslint-plugin-next": "^15.1.2", + "@next/eslint-plugin-next": "^15.1.3", "@types/eslint": "^9.6.0", "@types/node": "^22.10.2", "@types/react": "^19.0.2",