Bump keycloak-js from 24.0.4 to 25.0.4 in /spiffworkflow-frontend (#2067)

Bumps [keycloak-js](https://github.com/keycloak/keycloak) from 24.0.4 to 25.0.4.
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](https://github.com/keycloak/keycloak/compare/24.0.4...25.0.4)

---
updated-dependencies:
- dependency-name: keycloak-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-28 14:27:15 +00:00 committed by GitHub
parent 8be51e8641
commit 388f367b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -54,7 +54,7 @@
"dmn-js-properties-panel": "^3.0.0",
"dmn-js-shared": "^16.4.0",
"jwt-decode": "^4.0.0",
"keycloak-js": "^24.0.4",
"keycloak-js": "^25.0.4",
"lodash.merge": "^4.6.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
@ -18338,9 +18338,9 @@
}
},
"node_modules/keycloak-js": {
"version": "24.0.4",
"resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-24.0.4.tgz",
"integrity": "sha512-eLjG7CzGGgAXh78M76QUJy1R8+QDQvIJXJf6T3bq9VJZ6RXBGZXMsXvII66b83ueYDFa1gi2JojmA31Z23HO0g==",
"version": "25.0.4",
"resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-25.0.4.tgz",
"integrity": "sha512-LW7dVgqcBxMnnJTdmh7Zgd0NpStJnX2sCMrJGqcGtm4zmk4Rwlqk2o2uOvY7PaRHHYePXfbIwrqVhlN3GAnRCg==",
"dependencies": {
"js-sha256": "^0.11.0",
"jwt-decode": "^4.0.0"
@ -39654,9 +39654,9 @@
"integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA=="
},
"keycloak-js": {
"version": "24.0.4",
"resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-24.0.4.tgz",
"integrity": "sha512-eLjG7CzGGgAXh78M76QUJy1R8+QDQvIJXJf6T3bq9VJZ6RXBGZXMsXvII66b83ueYDFa1gi2JojmA31Z23HO0g==",
"version": "25.0.4",
"resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-25.0.4.tgz",
"integrity": "sha512-LW7dVgqcBxMnnJTdmh7Zgd0NpStJnX2sCMrJGqcGtm4zmk4Rwlqk2o2uOvY7PaRHHYePXfbIwrqVhlN3GAnRCg==",
"requires": {
"js-sha256": "^0.11.0",
"jwt-decode": "^4.0.0"

View File

@ -50,7 +50,7 @@
"dmn-js-properties-panel": "^3.0.0",
"dmn-js-shared": "^16.4.0",
"jwt-decode": "^4.0.0",
"keycloak-js": "^24.0.4",
"keycloak-js": "^25.0.4",
"lodash.merge": "^4.6.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",