From 349989bb679f85b7073014d892b22f6d2e327cd9 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 6 Jul 2023 06:52:31 +0000 Subject: [PATCH] chore(deps): bump jsonwebtoken from 9.0.0 to 9.0.1 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 9.0.0 to 9.0.1. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/commits) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee5b6e0..9437dc4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "debug": "^4.3.4", "express": "^4.18.2", "https-localhost": "^4.7.1", - "jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.1", "node-forge": "^1.3.1", "node-rsa": "^1.1.1", "nodemon": "^2.0.22", diff --git a/yarn.lock b/yarn.lock index 264b3c5..9a1a9d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -507,10 +507,10 @@ isarray@~1.0.0: resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= -jsonwebtoken@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d" - integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw== +jsonwebtoken@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145" + integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg== dependencies: jws "^3.2.2" lodash "^4.17.21" -- 2.52.0