From c6024cc37a2e86e7506d6005660bbda742f965f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 11:13:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a564c1f..08c2778 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,13 @@ "i18next": "^21.2.4", "i18next-http-backend": "^1.3.1", "i18next-xhr-backend": "^3.2.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "react": "^17.0.2", "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-dropzone": "^11.3.4", "react-i18next": "^11.12.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "react-toastify": "^8.0.3", "typescript": "^4.5.4" },