From 2a4816132aa5964173e274ee0c5f344b7f918e2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Mar 2026 09:02:11 +0000 Subject: [PATCH] fix: libs/combined/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSRSASIGN-15370941 - https://snyk.io/vuln/SNYK-JS-JSRSASIGN-15370940 - https://snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938 - https://snyk.io/vuln/SNYK-JS-JSRSASIGN-15371175 - https://snyk.io/vuln/SNYK-JS-JSRSASIGN-15370939 - https://snyk.io/vuln/SNYK-JS-JSRSASIGN-15371176 --- libs/combined/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/combined/package.json b/libs/combined/package.json index d24b0df..f1a61d7 100644 --- a/libs/combined/package.json +++ b/libs/combined/package.json @@ -23,7 +23,7 @@ "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2", "handshake-util": "1.2.0", "javascript-biginteger": "0.9.2", - "jsrsasign": "^8.0.19", + "jsrsasign": "^11.1.1", "kjua": "0.6.0", "nanocurrency-web": "^1.2.2", "nebulas": "0.5.6",