From 85adc59ab8f40c667f4a0c51b687f0efa26a4b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:57:57 +0000 Subject: [PATCH] Bump @ton/core from 0.53.0 to 0.63.1 Bumps [@ton/core](https://github.com/ton-org/ton-core) from 0.53.0 to 0.63.1. - [Release notes](https://github.com/ton-org/ton-core/releases) - [Changelog](https://github.com/ton-org/ton-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/ton-org/ton-core/commits) --- updated-dependencies: - dependency-name: "@ton/core" dependency-version: 0.63.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56acf93..5360e2b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "@swc/core": "^1.3.102", "@ton/blueprint": "^0.15.0", - "@ton/core": "^0.53.0", + "@ton/core": "^0.63.1", "@ton/sandbox": "^0.15.0", "@ton/test-utils": "^0.4.2", "@types/jest": "^29.5.11",