From 1220f25c7a65a0a0560e2adc336ea6ede8def1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 04:07:55 +0000 Subject: [PATCH] Bump jsonwebtoken from 8.5.1 to 9.0.0 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 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/v8.5.1...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 2b6ddf5..36db94d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@hapi/boom": "^9.1.4", "joi": "^17.4.2", "got": "^11.8.2", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "jwk-to-pem": "^1.2.6", "keycloak-connect": "^15.0.2", "lodash": "^4.17.21",