From 990a1a3761f332bd9767de20308f3d021aa74e3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:01:42 +0000 Subject: [PATCH] chore: update dependency node-rsa to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 25 ++++++++++++++++++++----- package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bf71a8e..4fc7623f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "debug": "^4.4.3", "httpntlm": "^1.8.13", "lodash": "^4.18.1", - "node-rsa": "^1.1.1", + "node-rsa": "^2.0.0", "sax": "^1.6.0", "selectn": "^1.3.0", "strong-globalize": "^6.0.6", @@ -2626,6 +2626,18 @@ "license": "MIT", "optional": true }, + "node_modules/@noble/hashes": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", + "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -7093,12 +7105,15 @@ } }, "node_modules/node-rsa": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.1.1.tgz", - "integrity": "sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-2.0.0.tgz", + "integrity": "sha512-7yfzccmBd5rm7pALJf709tPwLL987WvdT7LC/QK5Oxa5S2aabdBPjxRDxhWKkbfCc9/FiC82lwSc+ulGZHH44g==", "license": "MIT", "dependencies": { - "asn1": "^0.2.4" + "@noble/hashes": "^2.2.0" + }, + "engines": { + "node": ">=20" } }, "node_modules/normalize-path": { diff --git a/package.json b/package.json index 8126673c..2c19ab30 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "debug": "^4.4.3", "httpntlm": "^1.8.13", "lodash": "^4.18.1", - "node-rsa": "^1.1.1", + "node-rsa": "^2.0.0", "sax": "^1.6.0", "selectn": "^1.3.0", "strong-globalize": "^6.0.6",