Skip to content

Commit

Permalink
Merge pull request #6 from finkinfridom/dependabot/npm_and_yarn/expre…
Browse files Browse the repository at this point in the history
…ss-openid-connect-2.9.0

Bump express-openid-connect from 2.8.0 to 2.9.0
  • Loading branch information
finkinfridom authored Oct 18, 2022
2 parents bea979b + 829bdf3 commit 016f4d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"dotenv": "^16.0.3",
"express-openid-connect": "^2.8.0",
"express-openid-connect": "^2.9.0",
"payload": "^1.1.15"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4371,10 +4371,10 @@ [email protected]:
http-errors "1.8.0"
raw-body "^2.4.1"

express-openid-connect@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/express-openid-connect/-/express-openid-connect-2.8.0.tgz#5a03374c7b2e1b58ea31644c4bcb215a66b140fe"
integrity sha512-qhFj9Vf+/wXbBv+GTyYcGCiFa5XO6ZPGURAz1EE7APcwM3/qULYkojFymV2TmFjfX6rjftpJ8+EV4Frj46PxSA==
express-openid-connect@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/express-openid-connect/-/express-openid-connect-2.9.0.tgz#47a8f314ec1350f52fe09a7efce123e76ccaccd2"
integrity sha512-Qo1WSfLMfVyAbKxPT0SSUBGZJ11IU47nqkXgVBiFpi6y7Cy3pSKyG8E3ipotTyhhxdatHAXuYNvPqdDWoU1ofg==
dependencies:
base64url "^3.0.1"
cb "^0.1.0"
Expand All @@ -4383,8 +4383,8 @@ express-openid-connect@^2.8.0:
debug "^4.3.4"
futoin-hkdf "^1.5.1"
http-errors "^1.8.1"
joi "^17.6.0"
jose "^2.0.5"
joi "^17.6.1"
jose "^2.0.6"
on-headers "^1.0.2"
openid-client "^4.9.1"
p-memoize "^4.0.4"
Expand Down Expand Up @@ -6383,7 +6383,7 @@ jmespath@^0.15.0:
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217"
integrity sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w==

joi@^17.3.0, joi@^17.6.0:
joi@^17.3.0, joi@^17.6.1:
version "17.6.3"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.3.tgz#b8e9e143f0188884563e6de50f8b23ddcd3cb2f5"
integrity sha512-YlQsIaS9MHYekzf1Qe11LjTkNzx9qhYluK3172z38RxYoAUf82XMX1p1DG1H4Wtk2ED/vPdSn9OggqtDu+aTow==
Expand All @@ -6394,7 +6394,7 @@ joi@^17.3.0, joi@^17.6.0:
"@sideway/formula" "^3.0.0"
"@sideway/pinpoint" "^2.0.0"

jose@^2.0.5:
jose@^2.0.5, jose@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/jose/-/jose-2.0.6.tgz#894ba19169af339d3911be933f913dd02fc57c7c"
integrity sha512-FVoPY7SflDodE4lknJmbAHSUjLCzE2H1F6MS0RYKMQ8SR+lNccpMf8R4eqkNYyyUjR5qZReOzZo5C5YiHOCjjg==
Expand Down

0 comments on commit 016f4d6

Please sign in to comment.