From 39a491a429e32dc973c15651862b90892dd0a9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:18:29 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 5.1.0 to 5.2.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.1.0 to 5.2.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.1.0...5.2.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45e0c11..1e0673a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "chrome-launcher": "^1.2.1", "commander": "^15.0.0", "dotenv": "^17.0.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.1", "marked": "^18.0.5", "pino": "^10.0.0", "playwright-core": "^1.61.1", @@ -9694,9 +9694,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", - "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 0b66f2f..b33a809 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "chrome-launcher": "^1.2.1", "commander": "^15.0.0", "dotenv": "^17.0.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.1", "marked": "^18.0.5", "pino": "^10.0.0", "playwright-core": "^1.61.1",