From c8d5e23a314257e863f384205db56f878996d6df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:45:01 +0000 Subject: [PATCH] fix(deps): update dependency @apollo/client 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..76f6a991 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.7", "@fundamental-ngx/cdk": "0.50.0", "@fundamental-ngx/core": "^0.50.0", "@fundamental-ngx/i18n": "0.50.0",