From 0c4a7ddd81a99c94d8e04d2e993b58d3f3b97670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:13:02 +0000 Subject: [PATCH] Bump near-api-js from 5.1.1 to 7.0.2 in /dspyt Bumps [near-api-js](https://github.com/near/near-api-js) from 5.1.1 to 7.0.2. - [Release notes](https://github.com/near/near-api-js/releases) - [Changelog](https://github.com/near/near-api-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/near/near-api-js/compare/near-api-js@5.1.1...v7.0.2) --- updated-dependencies: - dependency-name: near-api-js dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dspyt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspyt/package.json b/dspyt/package.json index d35b295..404eb23 100644 --- a/dspyt/package.json +++ b/dspyt/package.json @@ -22,7 +22,7 @@ "axios": "^1.0.0", "big.js": "^6.2.1", "fs": "^0.0.1-security", - "near-api-js": "^5.0.1", + "near-api-js": "^7.0.2", "nth-check": "^2.1.1", "phosphor-react": "^1.4.0", "react": "^18.3.1",