From 9aeb1c4acafd4edae0a7f790d978ddf45b2e6508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:20:03 +0000 Subject: [PATCH] Bump @ton/core from 0.60.1 to 0.61.0 Bumps [@ton/core](https://github.com/ton-org/ton-core) from 0.60.1 to 0.61.0. - [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/compare/0.60.1...0.61.0) --- updated-dependencies: - dependency-name: "@ton/core" dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70dd230..003e1cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@grammyjs/types": "3.19.0", "@pinata/sdk": "^2.1.0", "@telegram-apps/init-data-node": "^2.0.3", - "@ton/core": "^0.60.1", + "@ton/core": "^0.61.0", "@ton/crypto": "^3.3.0", "@ton/ton": "^15.2.1", "@typegoose/typegoose": "^12.13.0", @@ -7102,9 +7102,9 @@ "license": "MIT" }, "node_modules/@ton/core": { - "version": "0.60.1", - "resolved": "https://registry.npmjs.org/@ton/core/-/core-0.60.1.tgz", - "integrity": "sha512-8FwybYbfkk57C3l9gvnlRhRBHbLYmeu0LbB1z9N+dhDz0Z+FJW8w0TJlks8CgHrAFxsT3FlR2LsqFnsauMp38w==", + "version": "0.61.0", + "resolved": "https://registry.npmjs.org/@ton/core/-/core-0.61.0.tgz", + "integrity": "sha512-0qyVfP2dDue2bq80ydXggo2MlufcmzuFk6G94qRrZxvyQ3NSe4UeBTeRf1gQmN7tywgTsX2gS61e4yvJrlUu4Q==", "license": "MIT", "dependencies": { "symbol.inspect": "1.0.1" diff --git a/package.json b/package.json index f9ca705..7a3eb10 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@grammyjs/types": "3.19.0", "@pinata/sdk": "^2.1.0", "@telegram-apps/init-data-node": "^2.0.3", - "@ton/core": "^0.60.1", + "@ton/core": "^0.61.0", "@ton/crypto": "^3.3.0", "@ton/ton": "^15.2.1", "@typegoose/typegoose": "^12.13.0",