From cc53e4d06e58eba0625dda8b778569b8de097ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 21:32:30 +0000 Subject: [PATCH] Bump jws from 3.1.0 to 3.2.3 Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.1.0 to 3.2.3. - [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/v3.1.0...v3.2.3) --- updated-dependencies: - dependency-name: jws dependency-version: 3.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc0e853..de395d6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "assert-plus": "^0.1.5", "base64url": "1.x >=1.0.4", "bunyan": "1.x >=1.3.3", - "jws": "3.1.0", + "jws": "3.2.3", "jwk-to-pem": "1.2.0", "restify-clients": "^1.4.0", "restify-errors": "^3.0.0",