Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
build(deps): bump jwks-rsa from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases)
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jwks-rsa/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
1 parent 42a8ea9 commit 3147e3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"document-register-element": "^1.14.10",
"dotenv": "^8.2.0",
"helmet": "^4.4.1",
"jwks-rsa": "^2.0.0",
"jwks-rsa": "^2.0.1",
"lodash.isequal": "^4.5.0",
"morgan": "^1.10.0",
"passport": "^0.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11769,10 +11769,10 @@ jwks-rsa@^1.10.0:
ms "^2.1.2"
proxy-from-env "^1.1.0"

jwks-rsa@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-2.0.0.tgz#3161bf4aec04c234f03217e786973d01024140fd"
integrity sha512-OJmDBWfG0FVSFpKxrtfK4/rrKM8n/ALv0TFYpa92qhPV6/sLJDlxE5OBoVjRYXdGkQHvi08t1s5uagzTdctCKA==
jwks-rsa@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-2.0.1.tgz#f00407fe77396db6c6fd0942d60df698a909934a"
integrity sha512-ueT2sQm6eB9D0N3GTE9GU7Mt8UsMWDsNSpEFfqE/NxT+euRDHhaJHql5AddieiHNzSqZxeDREK1yHb8IiwrGGw==
dependencies:
"@types/express-jwt" "0.0.42"
debug "^4.1.0"
Expand Down

0 comments on commit 3147e3c

Please sign in to comment.