Skip to content

Commit

Permalink
Updat keycloakify
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 7, 2023
1 parent 2c24922 commit ab6fbb7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"i18nifty": "^1.3.26",
"jwt-decode": "^3.1.2",
"keycloak-js": "^18.0.0",
"keycloakify": "^7.6.0",
"keycloakify": "^7.6.6",
"memoizee": "^0.4.14",
"moment": "^2.29.1",
"path": "^0.12.7",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3751,6 +3751,13 @@
dependencies:
"@types/yargs-parser" "*"

"@types/yazl@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@types/yazl/-/yazl-2.4.2.tgz#d5f8a4752261badbf1a36e8b49e042dc18ec84bc"
integrity sha512-T+9JH8O2guEjXNxqmybzQ92mJUh2oCwDDMSSimZSe1P+pceZiFROZLYmcbqkzV5EUwz6VwcKXCO2S2yUpra6XQ==
dependencies:
"@types/node" "*"

"@typescript-eslint/eslint-plugin@^4.24.0":
version "4.33.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
Expand Down Expand Up @@ -10086,12 +10093,13 @@ keycloak-js@^18.0.0:
base64-js "^1.5.1"
js-sha256 "^0.9.0"

keycloakify@^7.6.0:
version "7.6.0"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-7.6.0.tgz#f1f14ba0a3861aaf0df062da525ad77e0df2eaa2"
integrity sha512-KMZ85nq1jJjjPSODFdaIsDzr905chlUC7Z6c7Ew1eHu13DxAcScW99SWa+5G5QKa4qo40KlDatvqPAI1ghXccw==
keycloakify@^7.6.6:
version "7.6.6"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-7.6.6.tgz#e44a586fa45893a8988db482e970536ebb5b633f"
integrity sha512-e5muv92OjrqofsPTAdHcFtbmX9EWmN1Ef/Y+cpfSrwZBJX/HE7OmhwK1pXtcrIT6+e4gW/dONOKVBVrxxS50Cg==
dependencies:
"@octokit/rest" "^18.12.0"
"@types/yazl" "^2.4.2"
cheerio "^1.0.0-rc.5"
cli-select "^1.1.2"
evt "^2.4.18"
Expand All @@ -10103,6 +10111,7 @@ keycloakify@^7.6.0:
rfc4648 "^1.5.2"
tsafe "^1.6.0"
yauzl "^2.10.0"
yazl "^2.5.1"
zod "^3.17.10"

kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
Expand Down Expand Up @@ -16095,6 +16104,13 @@ yauzl@^2.10.0:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"

yazl@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.5.1.tgz#a3d65d3dd659a5b0937850e8609f22fffa2b5c35"
integrity sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==
dependencies:
buffer-crc32 "~0.2.3"

yn@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
Expand Down

0 comments on commit ab6fbb7

Please sign in to comment.