From 3babaa25da6c857ce29b217691d12526a909a46f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:19:13 +0000 Subject: [PATCH] Bump zone.js from 0.14.8 to 0.14.10 in /frontend Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.8 to 0.14.10. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/zone.js-0.14.10/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 32f3905..3d8cee8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "ngrx-store-localstorage": "^17.0.0", "rxjs": "~7.8.0", "tslib": "^2.6.3", - "zone.js": "~0.14.8" + "zone.js": "~0.14.10" }, "devDependencies": { "@angular-devkit/build-angular": "^17.2.3", @@ -15233,9 +15233,9 @@ } }, "node_modules/zone.js": { - "version": "0.14.8", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.8.tgz", - "integrity": "sha512-48uh7MnVp4/OQDuCHeFdXw5d8xwPqFTvlHgPJ1LBFb5GaustLSZV+YUH0to5ygNyGpqTsjpbpt141U/j3pCfqQ==" + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz", + "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==" } } } diff --git a/frontend/package.json b/frontend/package.json index 00fec2f..573da7e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "graphql": "^16.9.0", "rxjs": "~7.8.0", "tslib": "^2.6.3", - "zone.js": "~0.14.8", + "zone.js": "~0.14.10", "@ng-bootstrap/ng-bootstrap": "^16.0.0", "@ngrx/effects": "^17.2.0", "@ngrx/store": "^17.2.0",