From b7ba6b66221ad111e730c418b54975cfb6e90fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:22:59 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the /packages/cli directory: [glob](https://github.com/isaacs/node-glob), [js-yaml](https://github.com/nodeca/js-yaml) and [undici](https://github.com/nodejs/undici). Updates `glob` from 11.0.3 to 12.0.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v11.0.3...v12.0.0) Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) Updates `undici` from 7.16.0 to 7.18.2 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.18.2) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.18.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index c8bd2531d..0135e90fd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -49,19 +49,19 @@ "decompress": "^4.2.1", "docker-compose": "1.3.0", "fs-extra": "11.3.2", - "glob": "11.0.3", + "glob": "12.0.0", "gluegun": "5.2.0", "graphql": "16.11.0", "immutable": "5.1.4", "jayson": "4.2.0", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "kubo-rpc-client": "^6.0.0", "open": "10.2.0", "prettier": "3.6.2", "progress": "^2.0.3", - "semver": "7.7.3", + "semver": "7.7.4", "tmp-promise": "3.0.3", - "undici": "7.16.0", + "undici": "7.18.2", "web3-eth-abi": "4.4.1", "yaml": "2.8.1" },