From 6c2f268f83a9b7501e40d576f8db7e2a52571d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 18:49:49 +0000 Subject: [PATCH] Bump jws from 4.0.0 to 4.0.1 in /test Bumps [jws](https://github.com/brianloveswords/node-jws) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/brianloveswords/node-jws/releases) - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianloveswords/node-jws/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: jws dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index bf367da35ca0b9..9caef1ff725524 100644 --- a/test/package.json +++ b/test/package.json @@ -59,7 +59,7 @@ "jimp": "1.6.0", "jsdom": "25.0.1", "jsonwebtoken": "9.0.2", - "jws": "4.0.0", + "jws": "4.0.1", "lodash": "4.17.21", "mongodb": "6.0.0", "msgpackr-extract": "3.0.2",