From daf021069e59e1429c1b48df2fb25b7486b0b459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 07:17:25 +0000 Subject: [PATCH] build(deps): bump @angular/platform-browser from 13.3.7 to 13.3.8 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 13.3.7 to 13.3.8. - [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/13.3.8/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] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b27583b1..c6ac52aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/forms": "^13.3.8", "@angular/localize": "^13.3.7", "@angular/material": "^13.3.7", - "@angular/platform-browser": "^13.3.7", + "@angular/platform-browser": "^13.3.8", "@angular/platform-browser-dynamic": "^13.3.8", "@angular/router": "^13.3.7", "@ckeditor/ckeditor5-angular": "^4.0.0", @@ -1460,9 +1460,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "13.3.7", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.3.7.tgz", - "integrity": "sha512-j26wkT0haAgijz0Q3a7G5wCCRWmpcnCB7q2eMgA/Vw4eNiRJDjVqtWLZSt7EcYkZcgkslWdtqFk+UTyfy0X3ig==", + "version": "13.3.8", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.3.8.tgz", + "integrity": "sha512-QRkly2LL6aJJaO6Fw6VwuigtYxefukCJ9SS/jZI0rND94bUX9g4exHv87sQsN8LOUdFIVXXqXSY1Oy1eW0X+IQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -1470,9 +1470,9 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/animations": "13.3.7", - "@angular/common": "13.3.7", - "@angular/core": "13.3.7" + "@angular/animations": "13.3.8", + "@angular/common": "13.3.8", + "@angular/core": "13.3.8" }, "peerDependenciesMeta": { "@angular/animations": { @@ -21199,9 +21199,9 @@ } }, "@angular/platform-browser": { - "version": "13.3.7", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.3.7.tgz", - "integrity": "sha512-j26wkT0haAgijz0Q3a7G5wCCRWmpcnCB7q2eMgA/Vw4eNiRJDjVqtWLZSt7EcYkZcgkslWdtqFk+UTyfy0X3ig==", + "version": "13.3.8", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.3.8.tgz", + "integrity": "sha512-QRkly2LL6aJJaO6Fw6VwuigtYxefukCJ9SS/jZI0rND94bUX9g4exHv87sQsN8LOUdFIVXXqXSY1Oy1eW0X+IQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 1b3472325..3356e4868 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/forms": "^13.3.8", "@angular/localize": "^13.3.7", "@angular/material": "^13.3.7", - "@angular/platform-browser": "^13.3.7", + "@angular/platform-browser": "^13.3.8", "@angular/platform-browser-dynamic": "^13.3.8", "@angular/router": "^13.3.7", "@ckeditor/ckeditor5-angular": "^4.0.0",