From 227b65fdf04ee04f7cf4aa1a47389eb8d464a297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:38:26 +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 786bd39f..96e5e8a5 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.1.0", "@angular/router": "^17.1.0", "@db-ui/ngx-components": "0.0.61", @@ -378,9 +378,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" }, @@ -388,7 +388,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.9" + "@angular/core": "17.1.0" } }, "node_modules/@angular/cli": { @@ -659,9 +659,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" }, @@ -669,9 +669,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": { @@ -12274,9 +12274,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" } @@ -12452,9 +12452,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 97480f0a..c43c0be2 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.1.0", "@angular/router": "^17.1.0", "@db-ui/ngx-components": "0.0.61",