From 84dfce8c23aace264420a9a75d1cdac279111e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:03:08 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /apps/api directory: [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak/tree/HEAD/js/libs/keycloak-admin-client) and [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /apps/dashboard directory: [next](https://github.com/vercel/next.js). Updates `@keycloak/keycloak-admin-client` from 24.0.5 to 26.5.6 - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](https://github.com/keycloak/keycloak/commits/26.5.6/js/libs/keycloak-admin-client) Updates `uuid` from 11.1.0 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v14.0.0) Updates `@keycloak/keycloak-admin-client` from 24.0.5 to 26.5.6 - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](https://github.com/keycloak/keycloak/commits/26.5.6/js/libs/keycloak-admin-client) Updates `next` from 15.3.6 to 15.5.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.3.6...v15.5.15) --- updated-dependencies: - dependency-name: "@keycloak/keycloak-admin-client" dependency-version: 26.5.6 dependency-type: direct:production - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 4 ++-- apps/dashboard/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 664dd933..c94d440d 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -32,7 +32,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.787.0", "@bte-germany/terraconvert": "^1.1.2", - "@keycloak/keycloak-admin-client": "24.0.5", + "@keycloak/keycloak-admin-client": "26.5.6", "@repo/db": "*", "@repo/prettier-config": "*", "@repo/typescript-config": "*", @@ -57,7 +57,7 @@ "plaiceholder": "^3.0.0", "sharp": "^0.34.1", "showdown": "^2.1.0", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "winston": "^3.17.0", "yup": "^1.6.1" }, diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 45f675db..a2e2e0a7 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -53,7 +53,7 @@ "mapbox-gl-style-switcher": "^1.0.11", "moment": "^2.30.1", "moment-timezone": "^0.5.45", - "next": "15.3.6", + "next": "15.5.15", "next-auth": "^4.24.7", "next-transpile-modules": "^10.0.1", "react": "19.1.0",