From 368ecc9ae640eb9df579d9b564b4308d4cfc602c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:37:30 +0000 Subject: [PATCH] fix(deps): update dependency zone.js to ~0.15.0 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index eec6962b..829defe9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@angular/router": "^18.0.5", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.14.2" + "zone.js": "~0.15.0" }, "devDependencies": { "@angular-devkit/build-angular": "^18.2.5",