From 5baf82db9a39d95cb9212d3173fcdd210ec5455b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:52:35 +0000 Subject: [PATCH] build(deps): bump @angular/forms in /angular-example Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 16.2.8 to 16.2.9. - [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/16.2.9/packages/forms) --- updated-dependencies: - dependency-name: "@angular/forms" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 20 ++++++++++---------- angular-example/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index bd0362b8..df0cdece 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -12,7 +12,7 @@ "@angular/common": "^16.2.9", "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.8", - "@angular/forms": "^16.2.8", + "@angular/forms": "^16.2.9", "@angular/platform-browser": "^16.2.9", "@angular/platform-browser-dynamic": "^16.2.9", "@angular/router": "^16.2.9", @@ -804,9 +804,9 @@ } }, "node_modules/@angular/forms": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-16.2.8.tgz", - "integrity": "sha512-EKv9hdajLnFjz6lH5O8rWtFPqUWws7w+CCoFZw+z+9D6onM26w4Fw0Ng7PMP3g9zGGC4YyqEl729mBsgxAO+7A==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-16.2.9.tgz", + "integrity": "sha512-rxlg2iNJNBH/uc7b5YqybfYc8BkLzzPv1d/nMsQUlY0O2UV2zwNRpcIiWbWd7+ZaKjcyPynVe9FsXC8wgWIABw==", "dependencies": { "tslib": "^2.3.0" }, @@ -814,9 +814,9 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "16.2.8", - "@angular/core": "16.2.8", - "@angular/platform-browser": "16.2.8", + "@angular/common": "16.2.9", + "@angular/core": "16.2.9", + "@angular/platform-browser": "16.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -12951,9 +12951,9 @@ } }, "@angular/forms": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-16.2.8.tgz", - "integrity": "sha512-EKv9hdajLnFjz6lH5O8rWtFPqUWws7w+CCoFZw+z+9D6onM26w4Fw0Ng7PMP3g9zGGC4YyqEl729mBsgxAO+7A==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-16.2.9.tgz", + "integrity": "sha512-rxlg2iNJNBH/uc7b5YqybfYc8BkLzzPv1d/nMsQUlY0O2UV2zwNRpcIiWbWd7+ZaKjcyPynVe9FsXC8wgWIABw==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index f20f0b1c..7b4a2b59 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -14,7 +14,7 @@ "@angular/common": "^16.2.9", "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.8", - "@angular/forms": "^16.2.8", + "@angular/forms": "^16.2.9", "@angular/platform-browser": "^16.2.9", "@angular/platform-browser-dynamic": "^16.2.9", "@angular/router": "^16.2.9",