From 5bb1d89f3fe53dc409a7d635eb7292c11ee6e03e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:06:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28f782a6..b96eff59 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "d3": "^7.8.5", "emoji-blast": "^0.10.1", "grapheme-splitter": "^1.0.4", - "next": "^14.2.35", + "next": "^15.5.10", "react-hot-toast": "^2.4.1", "react-infinite-scroll-hook": "^4.1.1", "react-markdown": "^9.0.0", @@ -37,7 +37,7 @@ "@types/react": "^18.0.18", "bignumber.js": "^9.1.0", "date-fns": "^2.29.3", - "eslint": "8.19.0", + "eslint": "9.26.0", "eslint-config-next": "^14.2.2", "graphql": "^15.8.0", "jest": "^29.7.0",