diff --git a/package-lock.json b/package-lock.json index ca579ea..f647620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,6 +30,7 @@ "func-js-bin-0.4.1": "npm:@ton-community/func-js-bin@^0.4.1", "func-js-bin-0.4.2": "npm:@ton-community/func-js-bin@^0.4.2", "func-js-bin-0.4.3": "npm:@ton-community/func-js-bin@^0.4.3", + "func-js-bin-0.4.4": "npm:@ton-community/func-js-bin@^0.4.4", "immer": "^9.0.17", "javascript-time-ago": "^2.5.7", "jszip": "^3.10.1", @@ -2454,6 +2455,12 @@ "resolved": "https://registry.npmjs.org/@ton-community/func-js-bin/-/func-js-bin-0.4.3.tgz", "integrity": "sha512-GOKje82hVRWYwuVtfXehLBsnb+kDmDBvHsGRasboPNzrNsl0N4r6AeUeBwQxdPI6/Si2ZKDK1hO5RH0wR/3hYg==" }, + "node_modules/func-js-bin-0.4.4": { + "name": "@ton-community/func-js-bin", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@ton-community/func-js-bin/-/func-js-bin-0.4.4.tgz", + "integrity": "sha512-zCSVXmh+rFMgouzTbWkSVDIt1Z5i36u9rws/Kuqn89/a0vhA1aEoJJ3oJypz0TjWKJQveU4doJsPlqu7UT2zkw==" + }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -6054,6 +6061,11 @@ "resolved": "https://registry.npmjs.org/@ton-community/func-js-bin/-/func-js-bin-0.4.3.tgz", "integrity": "sha512-GOKje82hVRWYwuVtfXehLBsnb+kDmDBvHsGRasboPNzrNsl0N4r6AeUeBwQxdPI6/Si2ZKDK1hO5RH0wR/3hYg==" }, + "func-js-bin-0.4.4": { + "version": "npm:@ton-community/func-js-bin@0.4.4", + "resolved": "https://registry.npmjs.org/@ton-community/func-js-bin/-/func-js-bin-0.4.4.tgz", + "integrity": "sha512-zCSVXmh+rFMgouzTbWkSVDIt1Z5i36u9rws/Kuqn89/a0vhA1aEoJJ3oJypz0TjWKJQveU4doJsPlqu7UT2zkw==" + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", diff --git a/package.json b/package.json index b82199f..2978198 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "func-js-bin-0.4.1": "npm:@ton-community/func-js-bin@^0.4.1", "func-js-bin-0.4.2": "npm:@ton-community/func-js-bin@^0.4.2", "func-js-bin-0.4.3": "npm:@ton-community/func-js-bin@^0.4.3", + "func-js-bin-0.4.4": "npm:@ton-community/func-js-bin@^0.4.4", "immer": "^9.0.17", "javascript-time-ago": "^2.5.7", "jszip": "^3.10.1",