From 90e019f0ced83196f22990b7342ced1134400691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:16:28 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 904d410..2a53652 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jsdoc-to-markdown": "7.1.1", "jsdom": "^20.0.0", "jsdom-global": "^3.0.2", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "lint-staged": "^13.0.3", "mocha": "^10.0.0", "mocha-junit-reporter": "^2.0.2",