From 20fba2d283454c42d3a6c003a5d89a882704542e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 01:38:46 +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.3 to 17.0.4. - [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.0.4/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-type: direct:production update-type: version-update:semver-patch ... 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 578070bb..56dca162 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -13,7 +13,7 @@ "@angular/compiler": "^17.0.3", "@angular/core": "^17.0.2", "@angular/forms": "^17.0.3", - "@angular/platform-browser": "^17.0.3", + "@angular/platform-browser": "^17.0.4", "@angular/platform-browser-dynamic": "^17.0.3", "@angular/router": "^17.0.3", "@db-ui/ngx-components": "0.0.59", @@ -675,9 +675,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.3.tgz", - "integrity": "sha512-aBLVJ0HHYdIZCAXymQDP6UGuz/5oM/3uLCFVHx32vhibLByjw0jNCvy2lzmPLU5gUU6wEWX2b3ZtnzFqhmo4+A==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.4.tgz", + "integrity": "sha512-XHkTBZAoYf1t4Hb06RkYa6cgtjEA5JGq1ArXu/DckOS6G/ZuY+dwWULEmaf9ejJem8O78ol223ZQ5d7sXqpixQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -685,7 +685,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.3" + "@angular/core": "17.0.4" } }, "node_modules/@angular/cli": { @@ -817,9 +817,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.0.3.tgz", - "integrity": "sha512-4SoW0yeAxgfcLIekKsvZVg/WgI5aQZyz9HGOoyBcVQ8coYoZmM9bAYQi+9zvyweqoWc+jgw72X1E8wtmMXt7Aw==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.0.4.tgz", + "integrity": "sha512-lApUzVPfCEz/4aot77qzWUNg7yQgT0JSzy3BrBm95+2TbgH894J9Fswhig0sEN9jxGSkc3A5Yp5fs1HJcPqUiw==", "dependencies": { "tslib": "^2.3.0" }, @@ -827,9 +827,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/animations": "17.0.3", - "@angular/common": "17.0.3", - "@angular/core": "17.0.3" + "@angular/animations": "17.0.4", + "@angular/common": "17.0.4", + "@angular/core": "17.0.4" }, "peerDependenciesMeta": { "@angular/animations": { @@ -12894,9 +12894,9 @@ } }, "@angular/animations": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.3.tgz", - "integrity": "sha512-aBLVJ0HHYdIZCAXymQDP6UGuz/5oM/3uLCFVHx32vhibLByjw0jNCvy2lzmPLU5gUU6wEWX2b3ZtnzFqhmo4+A==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.4.tgz", + "integrity": "sha512-XHkTBZAoYf1t4Hb06RkYa6cgtjEA5JGq1ArXu/DckOS6G/ZuY+dwWULEmaf9ejJem8O78ol223ZQ5d7sXqpixQ==", "requires": { "tslib": "^2.3.0" } @@ -12976,9 +12976,9 @@ } }, "@angular/platform-browser": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.0.3.tgz", - "integrity": "sha512-4SoW0yeAxgfcLIekKsvZVg/WgI5aQZyz9HGOoyBcVQ8coYoZmM9bAYQi+9zvyweqoWc+jgw72X1E8wtmMXt7Aw==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.0.4.tgz", + "integrity": "sha512-lApUzVPfCEz/4aot77qzWUNg7yQgT0JSzy3BrBm95+2TbgH894J9Fswhig0sEN9jxGSkc3A5Yp5fs1HJcPqUiw==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 30a0527e..98e835c2 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -15,7 +15,7 @@ "@angular/compiler": "^17.0.3", "@angular/core": "^17.0.2", "@angular/forms": "^17.0.3", - "@angular/platform-browser": "^17.0.3", + "@angular/platform-browser": "^17.0.4", "@angular/platform-browser-dynamic": "^17.0.3", "@angular/router": "^17.0.3", "@db-ui/ngx-components": "0.0.59",