From 6b2aae9c428541bcf626eef979aeff02b958c7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:07:12 +0000 Subject: [PATCH] Bump jsonwebtoken from 7.4.3 to 9.0.0 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 7.4.3 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v7.4.3...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0fb3cd..39f5e4a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "webpack": "^1.12.13", "winston": "2.3.1", "dotenv":"^4.0.0", - "jsonwebtoken":"^7.4.1", + "jsonwebtoken":"^9.0.0", "jsdom":"11.0.0" }, "engines": {