Skip to content

Commit

Permalink
Update dependency keycloak-js to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 788a2cd commit 23b9991
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"esri-leaflet": "3.0.11",
"filefy": "^0.1.11",
"jwt-decode": "^4.0.0",
"keycloak-js": "^22.0.0",
"keycloak-js": "^23.0.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"luxon": "^3.0.2",
Expand Down
19 changes: 10 additions & 9 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7701,10 +7701,10 @@ joi@^17.11.0:
"@sideway/formula" "^3.0.1"
"@sideway/pinpoint" "^2.0.0"

js-sha256@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
js-sha256@^0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.10.1.tgz#b40104ba1368e823fdd5f41b66b104b15a0da60d"
integrity sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -7874,13 +7874,14 @@ jwt-decode@^4.0.0:
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==

keycloak-js@^22.0.0:
version "22.0.5"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-22.0.5.tgz#8264cec1ff27015e1e53310e108cef3f796a5809"
integrity sha512-a7ZwCZeHl8tpeJBy102tZtAnHslDUOA1Nf/sHNF3HYLchKpwoDuaitwIUiS2GnNUe+tlNKLlCqZS+Mi5K79m1w==
keycloak-js@^23.0.0:
version "23.0.0"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-23.0.0.tgz#19df5e1e97baa927a2090400fd9369827c8f2063"
integrity sha512-2IbXr92uOaIiujzopYqo2Gg0gmYsMztq32K42nmnN2u464ws9nZbclR76Csil0S/Si8314mx+Ji0yv6Q9w1wYQ==
dependencies:
base64-js "^1.5.1"
js-sha256 "^0.9.0"
js-sha256 "^0.10.1"
jwt-decode "^4.0.0"

keyv@^4.5.3:
version "4.5.4"
Expand Down

0 comments on commit 23b9991

Please sign in to comment.