From b0410b000301eaf28914a6372bcae1b86dc158d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:13:57 +0100 Subject: [PATCH] build(deps): bump keycloak-js from 26.0.7 to 26.0.8 (#1951) Bumps [keycloak-js](https://github.com/keycloak/keycloak) from 26.0.7 to 26.0.8. - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](https://github.com/keycloak/keycloak/compare/26.0.7...26.0.8) --- updated-dependencies: - dependency-name: keycloak-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43949942..23f96ba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "date-fns": "^4.1.0", "glob": "^11.0.0", "jsroot": "^7.8.0", - "keycloak-js": "^26.0.7", + "keycloak-js": "^26.0.8", "ky": "^1.7.3", "material-ui-popup-state": "^5.3.3", "notistack": "^3.0.1", @@ -18119,10 +18119,9 @@ } }, "node_modules/keycloak-js": { - "version": "26.0.7", - "resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-26.0.7.tgz", - "integrity": "sha512-vKCk1ISMiouYRLjMzi5fKp58RnYxKEBS29BoDgVfYwVW94IXchj9jLqBvIet31VD1v79l3WaWT+WMX7fH8O4wA==", - "license": "Apache-2.0" + "version": "26.0.8", + "resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-26.0.8.tgz", + "integrity": "sha512-KRCu6f2QQ4Bk2TeQFsA1ogvEGaWNP9q26XMdgF3qtPZ5ftzkekwzRweIynKJ3Qqb1fsv6pgtwpeyepsRuotdaw==" }, "node_modules/keyv": { "version": "4.5.4", diff --git a/package.json b/package.json index 3a0572ed..3ca89443 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "convert-units": "^3.0.0-beta.7", "date-fns": "^4.1.0", "glob": "^11.0.0", - "keycloak-js": "^26.0.7", + "keycloak-js": "^26.0.8", "jsroot": "^7.8.0", "ky": "^1.7.3", "material-ui-popup-state": "^5.3.3",