From 4609dfc148e488b149e654f44eb362f023d0f4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:19:31 +0000 Subject: [PATCH] Bump @angular/platform-browser from 11.2.14 to 14.2.7 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 11.2.14 to 14.2.7. - [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/14.2.7/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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b060df1..ed2812a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular/compiler": "^11.2.1", "@angular/core": "^11.2.1", "@angular/forms": "^11.2.1", - "@angular/platform-browser": "^11.2.1", + "@angular/platform-browser": "^14.2.7", "@angular/platform-browser-dynamic": "^11.2.1", "@angular/router": "^11.2.1", "core-js": "^2.4.1",