From 7919ba0808e91fbac803e376106e7dcb047b4321 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Aug 2025 05:17:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHAJS-12089400 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index deb1da86..3a56ca55 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "react-native-zip-archive": "^6.0.5", "reflect-metadata": "^0.1.13", "rn-secure-storage": "^2.0.6", - "sha.js": "^2.4.11", + "sha.js": "^2.4.12", "ts-money": "^0.4.6", "typeorm": "^0.3.11", "url": "^0.11.0"