Skip to content

Commit

Permalink
fix(deps): update dependency oidc-client-ts to v2.2.4 (#1006)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 12, 2023
1 parent 3e8a89d commit 423be19
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 @@ -22,7 +22,7 @@
"bundlewatch": "bundlewatch --config .bundlewatch.config.json"
},
"dependencies": {
"oidc-client-ts": "2.2.2"
"oidc-client-ts": "2.2.4"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4078,10 +4078,10 @@ object.values@^1.1.6:
define-properties "^1.1.4"
es-abstract "^1.20.4"

oidc-client-ts@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/oidc-client-ts/-/oidc-client-ts-2.2.2.tgz#3656f7b7c98e14b3185d2a53fe277da67fd3f87a"
integrity sha512-tEpnC1xQX6PMhnDMNEvDhpqnsu0buh29b/sA9a1I5tq6lD87wRAW1rTj49B2+5925I0sQlvU64DoK0Pxeiu7Dg==
oidc-client-ts@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/oidc-client-ts/-/oidc-client-ts-2.2.4.tgz#7d86b5efe2248f3637a6f3a0ee1af86764aea125"
integrity sha512-nOZwIomju+AmXObl5Oq5PjrES/qTt8bLsENJCIydVgi9TEWk7SCkOU6X3RNkY7yfySRM1OJJvDKdREZdmnDT2g==
dependencies:
crypto-js "^4.1.1"
jwt-decode "^3.1.2"
Expand Down

0 comments on commit 423be19

Please sign in to comment.