From a5238062ea1c719c5802004d39445f725644d98a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 21:09:45 +0000 Subject: [PATCH] fix: upgrade ecc-jsbn from 0.1.2 to 0.2.0 Snyk has created this PR to upgrade ecc-jsbn from 0.1.2 to 0.2.0. See this package in npm: ecc-jsbn See this project in Snyk: https://app.snyk.io/org/jason-123-cyber/project/5004b7dc-3120-4842-8ed6-523b0d848792?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../fixtures/tap-with-yarn-lock/node_modules/sshpk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/sshpk/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/sshpk/package.json index cc78787f8c2af..696364f79f64c 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/sshpk/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/sshpk/package.json @@ -46,7 +46,7 @@ "safer-buffer": "^2.0.2", "jsbn": "~0.1.0", "tweetnacl": "~0.14.0", - "ecc-jsbn": "~0.1.1", + "ecc-jsbn": "~0.2.0", "bcrypt-pbkdf": "^1.0.0" }, "optionalDependencies": {