From 1b7525d6b5b2b65e3672921e58ea0b6756480477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 09:00:57 +0000 Subject: [PATCH] chore(deps): bump yaml Bumps the npm_and_yarn group with 1 update in the /packages/cli directory: [yaml](https://github.com/eemeli/yaml). 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) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0c34a470d..58f65f842 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -63,7 +63,7 @@ "tmp-promise": "3.0.3", "undici": "7.16.0", "web3-eth-abi": "4.4.1", - "yaml": "2.8.1" + "yaml": "2.8.3" }, "devDependencies": { "@types/debug": "^4.1.12",