From 97ce997dbb468b3af4e69ca15f397b66b27fd53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:13:58 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /packages/cli directory: [js-yaml](https://github.com/nodeca/js-yaml) and [undici](https://github.com/nodejs/undici). Updates `js-yaml` from 4.1.0 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `undici` from 7.16.0 to 7.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.28.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.28.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0c34a470d..c3a0e6ca1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -54,14 +54,14 @@ "graphql": "16.11.0", "immutable": "5.1.4", "jayson": "4.2.0", - "js-yaml": "4.1.0", + "js-yaml": "4.2.0", "kubo-rpc-client": "^6.0.0", "open": "10.2.0", "prettier": "3.6.2", "progress": "^2.0.3", "semver": "7.7.3", "tmp-promise": "3.0.3", - "undici": "7.16.0", + "undici": "7.28.0", "web3-eth-abi": "4.4.1", "yaml": "2.8.1" },