From 403e92815e5f5ee9b565ce2c176853f2fa19ebd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 06:23:30 +0000 Subject: [PATCH] fix: upgrade @b127/crypto from 0.4.2 to 0.4.3 Snyk has created this PR to upgrade @b127/crypto from 0.4.2 to 0.4.3. See this package in npm: @b127/crypto See this project in Snyk: https://app.snyk.io/org/barry127/project/833aea65-473a-4f7e-8fd5-28799cc8a710?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 891cff9..90af2d2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "build": "npm run clear && tsc" }, "dependencies": { - "@b127/crypto": "^0.4.2", + "@b127/crypto": "^0.4.3", "@types/prompts": "^2.4.9", "@types/yargs": "^17.0.33", "chalk": "^5.3.0",