From c4bd6e7adb01a7723dcae2d1683d69d116a4226f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 00:09:57 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the /packages/cli directory: [glob](https://github.com/isaacs/node-glob), [immutable](https://github.com/immutable-js/immutable-js), [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 `immutable` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/immutable-js/immutable-js/releases) - [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.4...v5.1.5) 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: immutable dependency-version: 5.1.5 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index c8bd2531d..a376cf61a 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", + "immutable": "5.1.5", "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" },