From c2f641efcfb179a766be890ec849aef51191b349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 04:05:52 +0000 Subject: [PATCH] build(deps): Bump js-yaml in the all-dependencies group Bumps the all-dependencies group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.3.0 to 5.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index a68e948..b384ba3 100644 --- a/api/package.json +++ b/api/package.json @@ -20,7 +20,7 @@ "@hono/zod-validator": "^0.8.0", "hono": "^4.12.25", "jose": "^6.2.3", - "js-yaml": "^4.1.1", + "js-yaml": "^5.2.0", "mongodb": "^7.2.0", "zod": "^4.4.3" },