From 6ca1da60d48b476958638560c70fce67d9934c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:13:28 +0000 Subject: [PATCH] fix(deps): bump the angular-dependencies group across 1 directory with 2 updates Bumps the angular-dependencies group with 2 updates in the /templates/node-angular directory: [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `zone.js` from 0.14.10 to 0.15.0 - [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.15.0/packages/zone.js) Updates `typescript-eslint` from 8.3.0 to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: zone.js dependency-type: direct:production update-type: version-update:semver-minor dependency-group: angular-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: angular-dependencies ... Signed-off-by: dependabot[bot] --- templates/node-angular/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/node-angular/package.json b/templates/node-angular/package.json index a5eea02..5ec310c 100644 --- a/templates/node-angular/package.json +++ b/templates/node-angular/package.json @@ -21,7 +21,7 @@ "@angular/router": "^18.2.2", "rxjs": "~7.8.1", "tslib": "^2.7.0", - "zone.js": "~0.14.10", + "zone.js": "~0.15.0", "body-parser": "^1.20.2", "cors": "^2.8.5", "dotenv": "^16.4.5", @@ -44,6 +44,6 @@ "concurrently": "^8.2.2", "eslint": "^9.9.1", "@eslint/js": "^9.9.1", - "typescript-eslint": "8.3.0" + "typescript-eslint": "8.19.0" } }