From 2cb28d648446ddb95df14e9bf7eabef0666ca443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:18:52 +0000 Subject: [PATCH] chore(deps): bump js-yaml in /source/packages/services/auth-jwt Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 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.0...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/packages/services/auth-jwt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/packages/services/auth-jwt/package.json b/source/packages/services/auth-jwt/package.json index 794ef3d6..dfea466d 100644 --- a/source/packages/services/auth-jwt/package.json +++ b/source/packages/services/auth-jwt/package.json @@ -18,7 +18,7 @@ "@awssolutions/cdf-errors": "workspace:^2.6.4", "@awssolutions/cdf-config-inject": "workspace:^2.6.4", "axios": "1.6.0", - "js-yaml": "4.1.0", + "js-yaml": "4.2.0", "jsonwebtoken": "9.0.0", "jwk-to-pem": "2.0.4", "logform": "2.4.2",