diff --git a/components/frontend/package-lock.json b/components/frontend/package-lock.json index 6e048a6fe..a50ba40ee 100644 --- a/components/frontend/package-lock.json +++ b/components/frontend/package-lock.json @@ -72,7 +72,7 @@ "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^7.0.1", "eslint": "^9", - "eslint-config-next": "15.5.2", + "eslint-config-next": "15.5.18", "jsdom": "^28.1.0", "swc-plugin-coverage-instrument": "^0.0.32", "tailwindcss": "^4", @@ -2056,9 +2056,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.2.tgz", - "integrity": "sha512-lkLrRVxcftuOsJNhWatf1P2hNVfh98k/omQHrCEPPriUypR6RcS13IvLdIrEvkm9AH2Nu2YpR5vLqBuy6twH3Q==", + "version": "15.5.18", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.18.tgz", + "integrity": "sha512-w4MYq8M26a8PNrfto0JosLf5/3ssln1rsyP96g2DkC8uFVymStM5DLSz5ElxxrPRg2XnTMnFo3kREFlhYvxhWw==", "dev": true, "license": "MIT", "dependencies": { @@ -7229,13 +7229,13 @@ } }, "node_modules/eslint-config-next": { - "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==", + "version": "15.5.18", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.18.tgz", + "integrity": "sha512-HuoJU6uUPD00eyiud78IBnT4HLhztFj2V+ild2Uon5ZUrYZKe0Olu2QRD99e9IgL4/H1eg5Onka3BsfRW2U0Xw==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.5.2", + "@next/eslint-plugin-next": "15.5.18", "@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/components/frontend/package.json b/components/frontend/package.json index 4c3dcff59..11879c9a9 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -76,7 +76,7 @@ "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^7.0.1", "eslint": "^9", - "eslint-config-next": "15.5.2", + "eslint-config-next": "15.5.18", "jsdom": "^28.1.0", "swc-plugin-coverage-instrument": "^0.0.32", "tailwindcss": "^4",