From c42239bf9d657194b13e239e3fb34b425c9378ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:20:08 +0000 Subject: [PATCH] chore(deps): bump @angular/platform-browser from 13.3.12 to 15.0.4 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 13.3.12 to 15.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/15.0.4/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-angular/package.json b/examples/browser-angular/package.json index 86b16524..5bc61f3c 100644 --- a/examples/browser-angular/package.json +++ b/examples/browser-angular/package.json @@ -18,7 +18,7 @@ "@angular/compiler": "^13.2.0", "@angular/core": "^13.2.0", "@angular/forms": "^13.2.0", - "@angular/platform-browser": "^13.2.0", + "@angular/platform-browser": "^15.0.4", "@angular/platform-browser-dynamic": "^13.2.0", "@angular/router": "^13.2.0", "@libp2p/interface-peer-id": "^1.0.2",