Skip to content

Commit

Permalink
chore(deps): bump keycloakify in /keycloak/keycloakify
Browse files Browse the repository at this point in the history
Bumps [keycloakify](https://github.com/keycloakify/keycloakify) from 9.4.4 to 9.6.1.
- [Release notes](https://github.com/keycloakify/keycloakify/releases)
- [Commits](keycloakify/keycloakify@v9.4.4...v9.6.1)

---
updated-dependencies:
- dependency-name: keycloakify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent fcdf8aa commit a6ce1c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion keycloak/keycloakify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"keywords": [],
"dependencies": {
"evt": "^2.5.7",
"keycloakify": "~9.4.4",
"keycloakify": "~9.6.1",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
Expand Down
18 changes: 13 additions & 5 deletions keycloak/keycloakify/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15":
version "1.4.15"
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
Expand Down Expand Up @@ -9940,10 +9940,10 @@ junk@^3.1.0:
resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1"
integrity sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==

keycloakify@~9.4.4:
version "9.4.4"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-9.4.4.tgz#0d602fe9568cac1c3ce9b6a0bc216c9a85a5b2e3"
integrity sha512-Qd0zQCwnCu3fO+vMIl1iNXNVX5lvLXCckhq/q0zVuGIgzGRP9zXx8tiC08rLQMbRrLdck9h+BKxg7B/16Vacfg==
keycloakify@~9.6.1:
version "9.6.1"
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-9.6.1.tgz#4ba91a8518410696a40d2889d2d0b5e4de028c96"
integrity sha512-9mcWkq5rhm1z4yNMb3cTlmyi8dFhcrM90um3ZIQtNedMgm+Ljp9xlKi1ywkrEALQWnYTK5waZZsbs0HLpR3OnQ==
dependencies:
"@babel/generator" "^7.22.9"
"@babel/parser" "^7.22.7"
Expand All @@ -9952,6 +9952,7 @@ keycloakify@~9.4.4:
cheerio "^1.0.0-rc.5"
cli-select "^1.1.2"
evt "^2.4.18"
magic-string "^0.30.7"
make-fetch-happen "^11.0.3"
minimal-polyfills "^2.2.2"
minimist "^1.2.6"
Expand Down Expand Up @@ -10225,6 +10226,13 @@ magic-string@^0.25.0, magic-string@^0.25.7:
dependencies:
sourcemap-codec "^1.4.8"

magic-string@^0.30.7:
version "0.30.8"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.8.tgz#14e8624246d2bedba70d5462aa99ac9681844613"
integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==
dependencies:
"@jridgewell/sourcemap-codec" "^1.4.15"

make-dir@^2.0.0, make-dir@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
Expand Down

0 comments on commit a6ce1c7

Please sign in to comment.