diff --git a/package-lock.json b/package-lock.json index 7066dd0..183c155 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/react-dom": "19.2.3", "autoprefixer": "10.5.2", "eslint": "9.39.5", - "eslint-config-next": "^15.5.20", + "eslint-config-next": "^15.5.22", "postcss": "^8.5.18", "standard-version": "^9.5.0", "tailwindcss": "^4.3.3", @@ -1496,9 +1496,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.5.20", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.20.tgz", - "integrity": "sha512-MZUgFpVd9rGSZpb8bNceUWvkAZe6aQw/6h2SSqHQuYzKfaiEUEVPIO6mXqaBmiBEBSN1f1sOc1uV8GCM90oegg==", + "version": "15.5.22", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.22.tgz", + "integrity": "sha512-SB8PGBmpAiVmOtMOIfObnI2VA3MN3jUGg0iYTh4MO2efxQIV/IL0U8iYOok/8DldCEKARyCOJJix+Vvgzaic/Q==", "dev": true, "license": "MIT", "dependencies": { @@ -4327,13 +4327,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.5.20", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.20.tgz", - "integrity": "sha512-Pl/I5544gmkcVVWcnaOMfhJSBK8lZ1NCJ+mGBkd2qvbGt2Gi7sEpgHF06OR13a2p6THODlncpvGsZzY2vUqwxw==", + "version": "15.5.22", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.22.tgz", + "integrity": "sha512-HhZsB3dvBsYwQpnymZm/Ps9NVaSYiSzDSXkR02CjyOcQutCuea3cF7NxE8i8Drs2+Dgw95WUzK2CMBIHd5YbMw==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.5.20", + "@next/eslint-plugin-next": "15.5.22", "@rushstack/eslint-patch": "^1.10.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 397cc42..53ce1da 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "19.2.3", "autoprefixer": "10.5.2", "eslint": "9.39.5", - "eslint-config-next": "^15.5.20", + "eslint-config-next": "^15.5.22", "postcss": "^8.5.18", "standard-version": "^9.5.0", "tailwindcss": "^4.3.3",