From 0acbb64658db53a80a644efa8182767aab34c7d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:35:49 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 16.2.8 to 17.0.7 in /frontend Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.2.8 to 17.0.7. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/17.0.7/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 18 +++++++++--------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3e39edc0..eb248795 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "16.2.8", "@angular/cdk": "16.2.7", - "@angular/common": "16.2.8", + "@angular/common": "17.0.7", "@angular/compiler": "16.2.8", "@angular/core": "16.2.8", "@angular/flex-layout": "15.0.0-beta.42", @@ -558,17 +558,17 @@ } }, "node_modules/@angular/common": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.8.tgz", - "integrity": "sha512-0LZSBHnk9c6XPcrQx9D8i0DKi807IuiuOtK4kMa64aj1pySY3TK+uort5hqpmhgdqiCbBHZjgpRpU83LoTTl3w==", + "version": "17.0.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.7.tgz", + "integrity": "sha512-bPPL6x0KOAOTxKSE2j4EWmEUOnqZYzOYiHzroa5b9UEyA9NvGkd9bm3zIxw8xcndRj1Ehcmvpi6KBLcYBBbWfg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "16.2.8", + "@angular/core": "17.0.7", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -16225,9 +16225,9 @@ } }, "@angular/common": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.8.tgz", - "integrity": "sha512-0LZSBHnk9c6XPcrQx9D8i0DKi807IuiuOtK4kMa64aj1pySY3TK+uort5hqpmhgdqiCbBHZjgpRpU83LoTTl3w==", + "version": "17.0.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.7.tgz", + "integrity": "sha512-bPPL6x0KOAOTxKSE2j4EWmEUOnqZYzOYiHzroa5b9UEyA9NvGkd9bm3zIxw8xcndRj1Ehcmvpi6KBLcYBBbWfg==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index abf1992a..f6060093 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "16.2.8", "@angular/cdk": "16.2.7", - "@angular/common": "16.2.8", + "@angular/common": "17.0.7", "@angular/compiler": "16.2.8", "@angular/core": "16.2.8", "@angular/flex-layout": "15.0.0-beta.42",