From 5c385c46ca3936797084977ae4df8d02d6742d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:15:08 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates Bumps the npm_and_yarn group with 3 updates in the /packages/cli directory: [immutable](https://github.com/immutable-js/immutable-js), [undici](https://github.com/nodejs/undici) and [yaml](https://github.com/eemeli/yaml). Bumps the npm_and_yarn group with 2 updates in the /website directory: [yaml](https://github.com/eemeli/yaml) and [file-type](https://github.com/sindresorhus/file-type). 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 `undici` from 7.16.0 to 7.24.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.24.0) Updates `yaml` from 2.8.1 to 2.8.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.1...v2.8.3) Updates `yaml` from 2.8.1 to 2.8.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.1...v2.8.3) Updates `file-type` from 20.5.0 to 21.3.2 - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v20.5.0...v21.3.2) --- updated-dependencies: - dependency-name: immutable dependency-version: 5.1.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.24.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: file-type dependency-version: 21.3.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 6 +++--- website/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index c8bd2531d..66a1f1c42 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -52,7 +52,7 @@ "glob": "11.0.3", "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", "kubo-rpc-client": "^6.0.0", @@ -61,9 +61,9 @@ "progress": "^2.0.3", "semver": "7.7.3", "tmp-promise": "3.0.3", - "undici": "7.16.0", + "undici": "7.24.0", "web3-eth-abi": "4.4.1", - "yaml": "2.8.1" + "yaml": "2.8.3" }, "devDependencies": { "@types/debug": "^4.1.12", diff --git a/website/package.json b/website/package.json index cdd429bda..a80ed76d0 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "connectkit": "^1.8.2", - "file-type": "^20.0.0", + "file-type": "^21.3.2", "gql.tada": "^1.8.10", "graphql": "16.11.0", "kubo-rpc-client": "^6.0.0", @@ -40,7 +40,7 @@ "viem": "^2.21.53", "vite-plugin-node-polyfills": "^0.24.0", "wagmi": "^2.13.3", - "yaml": "2.8.1", + "yaml": "2.8.3", "zod": "^4.0.0" }, "devDependencies": {