From f758e9b4938920485ca95e48296ce45a99853767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:35:00 +0000 Subject: [PATCH] build(deps): Bump js-yaml from 4.2.0 to 5.0.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.0.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.0.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5909386..a829729 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "license": "MIT", "dependencies": { - "js-yaml": "^4.1.1", + "js-yaml": "^5.0.0", "playwright": "^1.58.1" } }