Skip to content

Commit

Permalink
build(deps): update dependency jsonwebtoken to v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent 2cfc3e6 commit 638e891
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion authorization-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7109,7 +7109,7 @@ jsonpath@^1.1.1:
static-eval "2.0.2"
underscore "1.12.1"

jsonwebtoken@9.0.0, jsonwebtoken@^9.0.0:
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==
Expand All @@ -7119,6 +7119,16 @@ jsonwebtoken@9.0.0, jsonwebtoken@^9.0.0:
ms "^2.1.1"
semver "^7.3.8"

jsonwebtoken@^9.0.0:
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"
ms "^2.1.1"
semver "^7.3.8"

jsprim@^1.2.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
Expand Down

0 comments on commit 638e891

Please sign in to comment.