From 377f97c5bab92fb7c33b3ee690cd864d9c22d1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:55:55 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) and [passport](https://github.com/jaredhanson/passport). Updates `jsonwebtoken` from 5.7.0 to 9.0.3 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v5.7.0...v9.0.3) Updates `passport` from 0.3.2 to 0.7.0 - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaredhanson/passport/compare/v0.3.2...v0.7.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.0.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: passport dependency-version: 0.7.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 349f4b6..4f97b69 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "express": "^4.13.4", - "jsonwebtoken": "^5.7.0", - "passport": "^0.3.2", + "jsonwebtoken": "^9.0.3", + "passport": "^0.7.0", "passport-windowsauth": "^1.0.0", "underscore": "^1.8.3", "uuid": "^2.0.1"