From 291dbdcd59f1173f8de0c2f328fcc3efdc6ed119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:59:37 +0000 Subject: [PATCH] chore(deps): Bump zone.js from 0.14.4 to 0.14.5 in /springwolf-ui Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.4 to 0.14.5. - [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.5/packages/zone.js) --- updated-dependencies: - dependency-name: zone.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- springwolf-ui/package-lock.json | 8 ++++---- springwolf-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index b56ed1220..c60977d41 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -21,7 +21,7 @@ "ngx-markdown": "^17.2.1", "prismjs": "^1.29.0", "rxjs": "^7.8.1", - "zone.js": "^0.14.4" + "zone.js": "^0.14.5" }, "devDependencies": { "@angular-devkit/build-angular": "^17.2.0", @@ -20088,9 +20088,9 @@ } }, "node_modules/zone.js": { - "version": "0.14.4", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.4.tgz", - "integrity": "sha512-NtTUvIlNELez7Q1DzKVIFZBzNb646boQMgpATo9z3Ftuu/gWvzxCW7jdjcUDoRGxRikrhVHB/zLXh1hxeJawvw==", + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.5.tgz", + "integrity": "sha512-9XYWZzY6PhHOSdkYryNcMm7L8EK7a4q+GbTvxbIA2a9lMdRUpGuyaYvLDcg8D6bdn+JomSsbPcilVKg6SmUx6w==", "dependencies": { "tslib": "^2.3.0" } diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index fc9813a2b..425ffb1ba 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -23,7 +23,7 @@ "ngx-markdown": "^17.2.1", "prismjs": "^1.29.0", "rxjs": "^7.8.1", - "zone.js": "^0.14.4" + "zone.js": "^0.14.5" }, "devDependencies": { "@angular-devkit/build-angular": "^17.2.0",