From e868992291a2b92dbb5261b19afeaab74d97156d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:34:42 +0000 Subject: [PATCH] build(deps): bump @angular/platform-browser in /angular-example Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 17.0.9 to 17.1.0. - [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.0/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 34 +++++++++++++++---------------- angular-example/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index c667063b..7943b636 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -13,7 +13,7 @@ "@angular/compiler": "^17.0.9", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.9", - "@angular/platform-browser": "^17.0.9", + "@angular/platform-browser": "^17.1.0", "@angular/platform-browser-dynamic": "^17.0.9", "@angular/router": "^17.0.9", "@db-ui/ngx-components": "0.0.61", @@ -339,9 +339,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.9.tgz", - "integrity": "sha512-TcAdBQyGqglgbxdiJcaHc7FcDNkzTXGRtZuPOcr4sYmBvryBu2q18edwzo6+QDYFaoGredFhE5RnOIw+M4A3Xw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.1.0.tgz", + "integrity": "sha512-EzyJsla/CnRX4ARmHe9J1m3Pl+J4m5hznzeQFyZpJehikaHKAGGJTGM/+DFAX9TuR1ZpCmS0z0oWsYzag2Q7RA==", "dependencies": { "tslib": "^2.3.0" }, @@ -349,7 +349,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.9" + "@angular/core": "17.1.0" } }, "node_modules/@angular/cli": { @@ -481,9 +481,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.0.9.tgz", - "integrity": "sha512-Edz039lTJ9tHR6VEPHXUcQHqdCXAhJcdPoWSWsUBJ30eZFx0VlxQEb4ujlz8LBgIVvthp5WYhHMjd/ueWzEINw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.1.0.tgz", + "integrity": "sha512-Klq92ZUX0+ZsxLvbYtIEP3GtVEfMLYPxmBP0pWNZyYIeJCg/YxPS76QSvEhBaMqFelk4RzkDQEIfixC16UIgOA==", "dependencies": { "tslib": "^2.3.0" }, @@ -491,9 +491,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/animations": "17.0.9", - "@angular/common": "17.0.9", - "@angular/core": "17.0.9" + "@angular/animations": "17.1.0", + "@angular/common": "17.1.0", + "@angular/core": "17.1.0" }, "peerDependenciesMeta": { "@angular/animations": { @@ -12027,9 +12027,9 @@ } }, "@angular/animations": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.9.tgz", - "integrity": "sha512-TcAdBQyGqglgbxdiJcaHc7FcDNkzTXGRtZuPOcr4sYmBvryBu2q18edwzo6+QDYFaoGredFhE5RnOIw+M4A3Xw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.1.0.tgz", + "integrity": "sha512-EzyJsla/CnRX4ARmHe9J1m3Pl+J4m5hznzeQFyZpJehikaHKAGGJTGM/+DFAX9TuR1ZpCmS0z0oWsYzag2Q7RA==", "requires": { "tslib": "^2.3.0" } @@ -12109,9 +12109,9 @@ } }, "@angular/platform-browser": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.0.9.tgz", - "integrity": "sha512-Edz039lTJ9tHR6VEPHXUcQHqdCXAhJcdPoWSWsUBJ30eZFx0VlxQEb4ujlz8LBgIVvthp5WYhHMjd/ueWzEINw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.1.0.tgz", + "integrity": "sha512-Klq92ZUX0+ZsxLvbYtIEP3GtVEfMLYPxmBP0pWNZyYIeJCg/YxPS76QSvEhBaMqFelk4RzkDQEIfixC16UIgOA==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 470f9ffc..662063f0 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -15,7 +15,7 @@ "@angular/compiler": "^17.0.9", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.9", - "@angular/platform-browser": "^17.0.9", + "@angular/platform-browser": "^17.1.0", "@angular/platform-browser-dynamic": "^17.0.9", "@angular/router": "^17.0.9", "@db-ui/ngx-components": "0.0.61",