Skip to content

Commit dc92fbb

Browse files
build(deps): bump openid-client from 4.9.0 to 5.6.0
Bumps [openid-client](https://github.com/panva/node-openid-client) from 4.9.0 to 5.6.0. - [Release notes](https://github.com/panva/node-openid-client/releases) - [Changelog](https://github.com/panva/node-openid-client/blob/main/CHANGELOG.md) - [Commits](panva/openid-client@v4.9.0...v5.6.0) --- updated-dependencies: - dependency-name: openid-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72b00f4 commit dc92fbb

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

plugins/auth-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"morgan": "^1.10.0",
5858
"node-fetch": "^2.6.1",
5959
"node-cache": "^5.1.2",
60-
"openid-client": "^4.2.1",
60+
"openid-client": "^5.6.0",
6161
"passport": "^0.4.1",
6262
"passport-bitbucket-oauth2": "^0.1.2",
6363
"passport-github2": "^0.1.12",

yarn.lock

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18536,6 +18536,11 @@ jose@^2.0.5:
1853618536
dependencies:
1853718537
"@panva/asn1.js" "^1.0.0"
1853818538

18539+
jose@^4.15.1:
18540+
version "4.15.2"
18541+
resolved "https://registry.npmjs.org/jose/-/jose-4.15.2.tgz#61f97383f0b433d45da26d35094155a30a672d92"
18542+
integrity sha512-IY73F228OXRl9ar3jJagh7Vnuhj/GzBunPiZP13K0lOl7Am9SoWW3kEzq3MCllJMTtZqHTiDXQvoRd4U95aU6A==
18543+
1853918544
joycon@^3.0.1:
1854018545
version "3.1.0"
1854118546
resolved "https://registry.npmjs.org/joycon/-/joycon-3.1.0.tgz#33bb2b6b5a6849a1e251bed623bdf610f477d49f"
@@ -21932,10 +21937,10 @@ octokit-plugin-create-pull-request@^3.10.0:
2193221937
dependencies:
2193321938
"@octokit/types" "^6.8.2"
2193421939

21935-
oidc-token-hash@^5.0.1:
21936-
version "5.0.1"
21937-
resolved "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz#ae6beec3ec20f0fd885e5400d175191d6e2f10c6"
21938-
integrity sha512-EvoOtz6FIEBzE+9q253HsLCVRiK/0doEJ2HCvvqMQb3dHZrP3WlJKYtJ55CRTw4jmYomzH4wkPuCj/I3ZvpKxQ==
21940+
oidc-token-hash@^5.0.1, oidc-token-hash@^5.0.3:
21941+
version "5.0.3"
21942+
resolved "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz#9a229f0a1ce9d4fc89bcaee5478c97a889e7b7b6"
21943+
integrity sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==
2193921944

2194021945
on-finished@^2.3.0, on-finished@~2.3.0:
2194121946
version "2.3.0"
@@ -22007,7 +22012,7 @@ openapi-sampler@^1.1.0:
2200722012
"@types/json-schema" "^7.0.7"
2200822013
json-pointer "^0.6.1"
2200922014

22010-
openid-client@^4.1.1, openid-client@^4.2.1:
22015+
openid-client@^4.1.1:
2201122016
version "4.9.0"
2201222017
resolved "https://registry.npmjs.org/openid-client/-/openid-client-4.9.0.tgz#bdfc9194435316df419f759ce177635146b43074"
2201322018
integrity sha512-ThBbvRUUZwxUKBVK2UpDNIZ3eJkvtqWI8s5Dm+naV+gJdL+yRhT+8ywqct1gy5uL+xVS5+A/nhFcpJIisH2x6Q==
@@ -22020,6 +22025,16 @@ openid-client@^4.1.1, openid-client@^4.2.1:
2202022025
object-hash "^2.0.1"
2202122026
oidc-token-hash "^5.0.1"
2202222027

22028+
openid-client@^5.6.0:
22029+
version "5.6.0"
22030+
resolved "https://registry.npmjs.org/openid-client/-/openid-client-5.6.0.tgz#3cc084b9a93a5e810a7f309d23812204d08286d9"
22031+
integrity sha512-uFTkN/iqgKvSnmpVAS/T6SNThukRMBcmymTQ71Ngus1F60tdtKVap7zCrleocY+fogPtpmoxi5Q1YdrgYuTlkA==
22032+
dependencies:
22033+
jose "^4.15.1"
22034+
lru-cache "^6.0.0"
22035+
object-hash "^2.2.0"
22036+
oidc-token-hash "^5.0.3"
22037+
2202322038
optionator@^0.8.1:
2202422039
version "0.8.3"
2202522040
resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"

0 commit comments

Comments
 (0)