diff --git a/package-lock.json b/package-lock.json index 3be7e5ff..2362a55e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^17.2.1", "eslint": "^9.34.0", - "eslint-config-next": "^15.5.0", + "eslint-config-next": "^15.5.2", "jest": "^30.0.5", "jest-environment-jsdom": "^30.0.5", "rollup": "^4.48.1", @@ -1799,9 +1799,9 @@ } }, "node_modules/@next/eslint-plugin-next": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.0.tgz", - "integrity": "sha512-+k83U/fST66eQBjTltX2T9qUYd43ntAe+NZ5qeZVTQyTiFiHvTLtkpLKug4AnZAtuI/lwz5tl/4QDJymjVkybg==", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.2.tgz", + "integrity": "sha512-lkLrRVxcftuOsJNhWatf1P2hNVfh98k/omQHrCEPPriUypR6RcS13IvLdIrEvkm9AH2Nu2YpR5vLqBuy6twH3Q==", "dev": true, "license": "MIT", "dependencies": { @@ -4616,13 +4616,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.0.tgz", - "integrity": "sha512-Yl4hlOdBqstAuHnlBfx2RimBzWQwysM2SJNu5EzYVa2qS2ItPs7lgxL0sJJDudEx5ZZHfWPZ/6U8+FtDFWs7/w==", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.2.tgz", + "integrity": "sha512-3hPZghsLupMxxZ2ggjIIrat/bPniM2yRpsVPVM40rp8ZMzKWOJp2CGWn7+EzoV2ddkUr5fxNfHpF+wU1hGt/3g==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.5.0", + "@next/eslint-plugin-next": "15.5.2", "@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 5a535f5a..bd055152 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^17.2.1", "eslint": "^9.34.0", - "eslint-config-next": "^15.5.0", + "eslint-config-next": "^15.5.2", "jest": "^30.0.5", "jest-environment-jsdom": "^30.0.5", "rollup": "^4.48.1",