From 65de31ba24114dee233e740fe089f871ba780fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 01:52:46 +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.1.2 to 17.1.3. - [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.1.3/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 | 16 ++++++++-------- angular-example/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 12ad209a..0f01aabd 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.1.3", - "@angular/common": "^17.1.2", + "@angular/common": "^17.1.3", "@angular/compiler": "^17.1.3", "@angular/core": "^17.0.7", "@angular/forms": "^17.1.3", @@ -385,9 +385,9 @@ } }, "node_modules/@angular/common": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.2.tgz", - "integrity": "sha512-y/wD+zuPaPgK3dB80Q63qBtuu5TuryKuUgjWrOmrguBWV9oiJRhKQrcp1gVw9vVrowmbDBKGtPMS622Q4oxOWQ==", + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.3.tgz", + "integrity": "sha512-AzLzoNSeRSNGBQk0K+iG0XdYG36SDeJqYqE8rfoiWuv1NDFLL05UJM2/fQfaMNg0oX5bHOlHUqHFj3sFR/NVpw==", "dependencies": { "tslib": "^2.3.0" }, @@ -395,7 +395,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.2", + "@angular/core": "17.1.3", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -11810,9 +11810,9 @@ } }, "@angular/common": { - "version": "17.1.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.2.tgz", - "integrity": "sha512-y/wD+zuPaPgK3dB80Q63qBtuu5TuryKuUgjWrOmrguBWV9oiJRhKQrcp1gVw9vVrowmbDBKGtPMS622Q4oxOWQ==", + "version": "17.1.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.1.3.tgz", + "integrity": "sha512-AzLzoNSeRSNGBQk0K+iG0XdYG36SDeJqYqE8rfoiWuv1NDFLL05UJM2/fQfaMNg0oX5bHOlHUqHFj3sFR/NVpw==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 811f7454..b7a2584d 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@angular/animations": "^17.1.3", - "@angular/common": "^17.1.2", + "@angular/common": "^17.1.3", "@angular/compiler": "^17.1.3", "@angular/core": "^17.0.7", "@angular/forms": "^17.1.3",