From 58c3b27e361e8c7649ea8b1df3e1c560a8f56e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:14:04 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.3.0 to 5.2.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 5.2.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 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 7e820d0..ab444b3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "license": "MIT", "dependencies": { - "js-yaml": "^4.1.1", + "js-yaml": "^5.2.2", "playwright": "^1.58.1" } }