From f5eaa259cc86ee42385e679cfca469f7af89e664 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jun 2025 05:08:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0689faa..f32137e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "connectkit": "1.2.3", "decimal.js": "^10.4.2", "eslint": "^8.36.0", - "eslint-config-next": "13.1.6", + "eslint-config-next": "15.0.0", "ethers": "^5.6.5", "i18next": "^22.4.13", "myetherwallet-blockies": "^0.1.1", @@ -41,7 +41,7 @@ "react-bootstrap": "^2.7.2", "react-clipboard.js": "^2.0.16", "react-dom": "18.2.0", - "react-i18next": "12.2.0", + "react-i18next": "15.5.3", "react-spring": "^9.7.1", "sharp": "^0.31.3", "typescript": "4.9.5",