From 3b441bbc40657d9326da9a238d956ccc93718723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 02:02:23 +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..526c32f8 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.0", "@fundamental-ngx/cdk": "0.50.0", "@fundamental-ngx/core": "^0.50.0", "@fundamental-ngx/i18n": "0.50.0",