From 92373b2504abeee8dfdc2558104aeaf136c72108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:17:32 +0000 Subject: [PATCH] build(deps): bump @angular/forms from 17.0.9 to 17.1.2 Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 17.0.9 to 17.1.2. - [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.2/packages/forms) --- updated-dependencies: - dependency-name: "@angular/forms" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ecd0529f7..51cb50e0a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/common": "^17.0.9", "@angular/compiler": "^17.0.9", "@angular/core": "^17.0.9", - "@angular/forms": "^17.0.9", + "@angular/forms": "^17.1.2", "@angular/localize": "^17.0.9", "@angular/material": "^17.0.5", "@angular/platform-browser": "^17.0.9", @@ -630,9 +630,9 @@ } }, "node_modules/@angular/forms": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-17.0.9.tgz", - "integrity": "sha512-UCZhJH5FCRPGmYHfKCTGbOXqz4SEs9bVkAQGwhHzhM3Bwn3cZ/LKN2UfOglIcwkqKXxKnRx+VkJ2M1KfZJAvLQ==", + "version": "17.1.2", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-17.1.2.tgz", + "integrity": "sha512-n1WsZAL2IVOB6ocROKR6CFOR14PIC9RGAB41SwTfPhJeBM1kjW48bXY0sw97TasxM4mWJKGCmFXu0jQwkoeSpQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -640,9 +640,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/common": "17.0.9", - "@angular/core": "17.0.9", - "@angular/platform-browser": "17.0.9", + "@angular/common": "17.1.2", + "@angular/core": "17.1.2", + "@angular/platform-browser": "17.1.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index bc704bbfb6..7b4c39d348 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@angular/common": "^17.0.9", "@angular/compiler": "^17.0.9", "@angular/core": "^17.0.9", - "@angular/forms": "^17.0.9", + "@angular/forms": "^17.1.2", "@angular/localize": "^17.0.9", "@angular/material": "^17.0.5", "@angular/platform-browser": "^17.0.9",