From 3cdcabd82a70f4373c2b56042328a7435716eeb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 18:53:20 +0000 Subject: [PATCH] fix: upgrade @stellar/freighter-api from 1.5.1 to 1.6.0 Snyk has created this PR to upgrade @stellar/freighter-api from 1.5.1 to 1.6.0. See this package in npm: https://www.npmjs.com/package/@stellar/freighter-api See this project in Snyk: https://app.snyk.io/org/dmore-0zx/project/e31db9a1-c984-40a3-ab94-1d813ce5c905?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../soroban-spec-typescript/src/project_template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crates/soroban-spec-typescript/src/project_template/package.json b/cmd/crates/soroban-spec-typescript/src/project_template/package.json index 168e94258..af94391aa 100644 --- a/cmd/crates/soroban-spec-typescript/src/project_template/package.json +++ b/cmd/crates/soroban-spec-typescript/src/project_template/package.json @@ -2,7 +2,7 @@ "version": "0.0.0", "name": "INSERT_CONTRACT_NAME_HERE", "dependencies": { - "@stellar/freighter-api": "1.5.1", + "@stellar/freighter-api": "1.6.0", "buffer": "6.0.3", "soroban-client": "1.0.0-beta.2" },