From eff9ef4ac38713242b496f394e5cf497a6ea6063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:40:18 +0000 Subject: [PATCH] build(deps): bump @angular/common in /angular-example Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.0.5 to 17.0.6. - [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.6/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 28 ++++++++++++++-------------- angular-example/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 76990269..7e52f7f6 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^17.0.4", - "@angular/common": "^17.0.5", + "@angular/common": "^17.0.6", "@angular/compiler": "^17.0.6", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.6", @@ -387,9 +387,9 @@ } }, "node_modules/@angular/common": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.5.tgz", - "integrity": "sha512-1vFZ7nd8xyAYh/DwFtRuSieP8Dy/6QuOxl914/TOUr26F1a4e+7ywCyMLVjmYjx+WkZe7uu/Hgpr2raBaVTnQw==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.6.tgz", + "integrity": "sha512-FZtf8ol8W2V21ZDgFtcxmJ6JJKUO97QZ+wr/bosyYEryWMmn6VGrbOARhfW7BlrEgn14NdFkLb72KKtqoqRjrg==", "dependencies": { "tslib": "^2.3.0" }, @@ -397,7 +397,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.5", + "@angular/core": "17.0.6", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -449,9 +449,9 @@ } }, "node_modules/@angular/core": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.5.tgz", - "integrity": "sha512-siWUrdBWgTAqMnRF+qxGZznj5AdR/x3+8l0/bj4CkSZzwZGL/CHy40ec71bbgiPkYob1v4v40voXu2aSSeCLPg==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.6.tgz", + "integrity": "sha512-QzfKRTDNgGOY9D5VxenUUz20cvPVC+uVw9xiqkDuHgGfLYVFlCAK9ymFYkdUCLTcVzJPxckP+spMpPX8nc4Aqw==", "dependencies": { "tslib": "^2.3.0" }, @@ -12075,9 +12075,9 @@ } }, "@angular/common": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.5.tgz", - "integrity": "sha512-1vFZ7nd8xyAYh/DwFtRuSieP8Dy/6QuOxl914/TOUr26F1a4e+7ywCyMLVjmYjx+WkZe7uu/Hgpr2raBaVTnQw==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.6.tgz", + "integrity": "sha512-FZtf8ol8W2V21ZDgFtcxmJ6JJKUO97QZ+wr/bosyYEryWMmn6VGrbOARhfW7BlrEgn14NdFkLb72KKtqoqRjrg==", "requires": { "tslib": "^2.3.0" } @@ -12107,9 +12107,9 @@ } }, "@angular/core": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.5.tgz", - "integrity": "sha512-siWUrdBWgTAqMnRF+qxGZznj5AdR/x3+8l0/bj4CkSZzwZGL/CHy40ec71bbgiPkYob1v4v40voXu2aSSeCLPg==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.6.tgz", + "integrity": "sha512-QzfKRTDNgGOY9D5VxenUUz20cvPVC+uVw9xiqkDuHgGfLYVFlCAK9ymFYkdUCLTcVzJPxckP+spMpPX8nc4Aqw==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 0d7bb913..cdc4d5bf 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@angular/animations": "^17.0.4", - "@angular/common": "^17.0.5", + "@angular/common": "^17.0.6", "@angular/compiler": "^17.0.6", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.6",