From 0ba9a466ea850d41960765eeff51fb48cc714129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:43:08 +0000 Subject: [PATCH] chore(deps): bump @iexec-nox/handle from 0.1.0-beta.13 to 0.1.0-beta.15 Bumps [@iexec-nox/handle](https://github.com/iExec-Nox/nox-handle-sdk) from 0.1.0-beta.13 to 0.1.0-beta.15. - [Release notes](https://github.com/iExec-Nox/nox-handle-sdk/releases) - [Changelog](https://github.com/iExec-Nox/nox-handle-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/iExec-Nox/nox-handle-sdk/compare/v0.1.0-beta.13...v0.1.0-beta.15) --- updated-dependencies: - dependency-name: "@iexec-nox/handle" dependency-version: 0.1.0-beta.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- packages/cli/package.json | 2 +- web/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12756e2..ece95e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "web" ], "dependencies": { - "@iexec-nox/handle": "^0.1.0-beta.13", + "@iexec-nox/handle": "^0.1.0-beta.15", "dotenv": "^17.4.2", "ethers": "^6.17.0" }, @@ -2211,9 +2211,9 @@ "license": "BSD-3-Clause" }, "node_modules/@iexec-nox/handle": { - "version": "0.1.0-beta.13", - "resolved": "https://registry.npmjs.org/@iexec-nox/handle/-/handle-0.1.0-beta.13.tgz", - "integrity": "sha512-RPVoQTLRwettq+DYbVDV6V9Y15Uy6BNsHZUEQuG2qe0zrPJKx87lFMP0E6lX2AOHwgOfzCq5ju1C3vBJ1cuuRg==", + "version": "0.1.0-beta.15", + "resolved": "https://registry.npmjs.org/@iexec-nox/handle/-/handle-0.1.0-beta.15.tgz", + "integrity": "sha512-P4j0wrxjNGd8hkPfAD3k9v+hdmnfjF5O5xnqlSzIivInln38IwXJ9unmtZnMD7OFNbhBq4FVH7aQjVX16AGbvw==", "license": "MIT", "dependencies": { "graphql-request": "^7.4.0" @@ -24509,7 +24509,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@iexec-nox/handle": "^0.1.0-beta.13", + "@iexec-nox/handle": "^0.1.0-beta.15", "@noxsend/core": "*", "dotenv": "^17.4.2", "ethers": "^6.17.0" @@ -24534,7 +24534,7 @@ "name": "@noxsend/web", "version": "1.0.0", "dependencies": { - "@iexec-nox/handle": "^0.1.0-beta.13", + "@iexec-nox/handle": "^0.1.0-beta.15", "@noxsend/core": "*", "@tanstack/react-query": "^5.101.4", "ethers": "^6.17.0", diff --git a/package.json b/package.json index acc1034..59bbd33 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ci": "npm run lint && npm run typecheck && npm run test:all" }, "dependencies": { - "@iexec-nox/handle": "^0.1.0-beta.13", + "@iexec-nox/handle": "^0.1.0-beta.15", "dotenv": "^17.4.2", "ethers": "^6.17.0" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 8798199..5719751 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@noxsend/core": "*", - "@iexec-nox/handle": "^0.1.0-beta.13", + "@iexec-nox/handle": "^0.1.0-beta.15", "dotenv": "^17.4.2", "ethers": "^6.17.0" } diff --git a/web/package.json b/web/package.json index 93b8e30..ce6689f 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@iexec-nox/handle": "^0.1.0-beta.13", + "@iexec-nox/handle": "^0.1.0-beta.15", "@noxsend/core": "*", "@tanstack/react-query": "^5.101.4", "ethers": "^6.17.0",