From 3f71451b7a159e47903119ac3d1d28fe090af6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 07:20:45 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in /frontend Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 937d8ea4..54b149b9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "html2canvas": "^1.4.1", "isomorphic-dompurify": "^2.35.0", "jose": "^6.1.3", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "jsonwebtoken": "^9.0.3", "jwks-rsa": "^3.2.1", "jwt-decode": "^4.0.0",