From 3099cfcae5cb3b0ac10e4d8b006d7b0fa6d337c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:47:48 +0000 Subject: [PATCH] chore(deps): bump js-yaml Bumps the npm_and_yarn group with 1 update in the /apps/web directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.1.1 to 4.3.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 0f439bc..0a6148d 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -21,7 +21,7 @@ "@octokit/rest": "^22.0.1", "codemirror": "^6.0.2", "idb": "^8.0.3", - "js-yaml": "^4.3.1", + "js-yaml": "^4.3.0", "jszip": "^3.10.1", "katex": "^0.18.1", "next": "16.2.12",