From 117861050ebb0cceb50b4327aeb4f93af312040f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 08:11:44 +0000 Subject: [PATCH] fix: packages/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index d9e74d49..363beb5c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -74,7 +74,7 @@ "regenerator-runtime": "^0.13.2" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.26.10", "@cosmjs/amino": "0.28.7", "@cosmjs/launchpad": "0.27.1", "@cosmjs/proto-signing": "0.28.7",