From 3dbf51f59e4e70e794d32440333c1e1dcd7d3e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:36:06 +0000 Subject: [PATCH] fix(deps): update apollo graphql packages to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f52d0776..ab1e53e2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser": "^17.3.0", "@angular/platform-browser-dynamic": "^17.3.0", "@angular/router": "^17.3.0", - "@apollo/client": "3.14.1", + "@apollo/client": "4.2.3", "@fundamental-ngx/cdk": "0.50.0", "@fundamental-ngx/core": "^0.50.0", "@fundamental-ngx/i18n": "0.50.0",