From 4e837287c9955b9f74471514d978528df5682a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:42:13 +0000 Subject: [PATCH] chore(deps): update jsonwebtoken requirement from ^9.0.0 to ^9.0.1 Updates the requirements on [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: jsonwebtoken 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 8fd1281..b781d27 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "https://github.com/nicokaiser/passport-apple.git" }, "dependencies": { - "jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.1", "jwks-rsa": "^3.0.1", "oauth": "^0.10.0", "passport-strategy": "^1.0.0",