From 0d4ac539be671b6af2426fea90e9a1453112f969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:07:55 +0000 Subject: [PATCH] chore(deps): Bump js-yaml from 4.1.0 to 4.1.1 in /devwatch Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devwatch/package-lock.json | 8 ++++---- devwatch/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devwatch/package-lock.json b/devwatch/package-lock.json index 2af09079..dd0ab429 100644 --- a/devwatch/package-lock.json +++ b/devwatch/package-lock.json @@ -15,7 +15,7 @@ "cors": "^2.8.5", "express": "^5.2.1", "human-interval": "^2.0.1", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "marked": "^0.8.2" }, "devDependencies": { @@ -816,9 +816,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/devwatch/package.json b/devwatch/package.json index f9e7a7e2..9b9e9848 100644 --- a/devwatch/package.json +++ b/devwatch/package.json @@ -23,7 +23,7 @@ "cors": "^2.8.5", "express": "^5.2.1", "human-interval": "^2.0.1", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "marked": "^0.8.2" } }