From 061b97c576875eb45e0ea3f567201442cc127462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:46:47 +0000 Subject: [PATCH] chore(deps): bump yaml from 2.8.3 to 2.9.0 in /covenant-framework Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- covenant-framework/package-lock.json | 11 +++++++---- covenant-framework/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/covenant-framework/package-lock.json b/covenant-framework/package-lock.json index b6e2f1d..d0f0b87 100644 --- a/covenant-framework/package-lock.json +++ b/covenant-framework/package-lock.json @@ -14,11 +14,14 @@ "inquirer": "^13.4.2", "jsonschema": "^1.4.1", "marked": "^9.0.0", - "yaml": "^2.3.1" + "yaml": "^2.9.0" }, "devDependencies": { "eslint": "^8.39.0", "jest": "^29.5.0" + }, + "engines": { + "node": ">=20" } }, "node_modules/@babel/code-frame": { @@ -5070,9 +5073,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", - "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", + "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/covenant-framework/package.json b/covenant-framework/package.json index c75f4f1..d3fdd5f 100644 --- a/covenant-framework/package.json +++ b/covenant-framework/package.json @@ -42,7 +42,7 @@ "inquirer": "^13.4.2", "jsonschema": "^1.4.1", "marked": "^9.0.0", - "yaml": "^2.3.1" + "yaml": "^2.9.0" }, "devDependencies": { "eslint": "^8.39.0",