From 8f2f90d39fe746e424dc3fb1bdb96686ce88a131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:00:04 +0000 Subject: [PATCH] Bump @angular/platform-browser from 15.2.0 to 15.2.8 Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 15.2.0 to 15.2.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/15.2.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 | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8d6f60e..89f235a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/core": "^15.2.0", "@angular/forms": "^15.2.0", "@angular/material": "^15.2.1", - "@angular/platform-browser": "^15.2.0", + "@angular/platform-browser": "^15.2.8", "@angular/platform-browser-dynamic": "^15.2.0", "@angular/router": "^15.2.0", "@ngrx/component-store": "^15.3.0", @@ -578,9 +578,9 @@ } }, "node_modules/@angular/animations": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.0.tgz", - "integrity": "sha512-Hh/ijBlHsFlr6vR7e9KZgFpdQf+ebr3uIDDRsVHjRkt8utsv3CpUcJkb75UyTv+Ok5gYmfsI1Lj1CDYujyA0Fg==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.8.tgz", + "integrity": "sha512-I3xh8EASQ04s3qXQYpIORI0jFiFmvBQERBqS70TieTCIML7banOf9R3K7sAWB9frG5J0CEUwr+wtF47DCs/7eQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -588,7 +588,7 @@ "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.0" + "@angular/core": "15.2.8" } }, "node_modules/@angular/cdk": { @@ -853,9 +853,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.0.tgz", - "integrity": "sha512-+FB+KMoRHktF/MR7hn8ofubVLpu3+KZpudupKlxthPSL2KPMJn6h00ewrJDv3W+MtpqphqCjQSLmKpzw2UKKug==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.8.tgz", + "integrity": "sha512-8sKFUld54inj0FnQ1ydhFxnDgsbbf43W9FALye/5uEtLgwwE/ZvkNYMaQ7hq1JPuQRMDj3gJkFqaLeFjplpHDA==", "dependencies": { "tslib": "^2.3.0" }, @@ -863,9 +863,9 @@ "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/animations": "15.2.0", - "@angular/common": "15.2.0", - "@angular/core": "15.2.0" + "@angular/animations": "15.2.8", + "@angular/common": "15.2.8", + "@angular/core": "15.2.8" }, "peerDependenciesMeta": { "@angular/animations": { @@ -15296,9 +15296,9 @@ } }, "@angular/animations": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.0.tgz", - "integrity": "sha512-Hh/ijBlHsFlr6vR7e9KZgFpdQf+ebr3uIDDRsVHjRkt8utsv3CpUcJkb75UyTv+Ok5gYmfsI1Lj1CDYujyA0Fg==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.8.tgz", + "integrity": "sha512-I3xh8EASQ04s3qXQYpIORI0jFiFmvBQERBqS70TieTCIML7banOf9R3K7sAWB9frG5J0CEUwr+wtF47DCs/7eQ==", "requires": { "tslib": "^2.3.0" } @@ -15486,9 +15486,9 @@ } }, "@angular/platform-browser": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.0.tgz", - "integrity": "sha512-+FB+KMoRHktF/MR7hn8ofubVLpu3+KZpudupKlxthPSL2KPMJn6h00ewrJDv3W+MtpqphqCjQSLmKpzw2UKKug==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.8.tgz", + "integrity": "sha512-8sKFUld54inj0FnQ1ydhFxnDgsbbf43W9FALye/5uEtLgwwE/ZvkNYMaQ7hq1JPuQRMDj3gJkFqaLeFjplpHDA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 32deefe5..eb339d5e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@angular/core": "^15.2.0", "@angular/forms": "^15.2.0", "@angular/material": "^15.2.1", - "@angular/platform-browser": "^15.2.0", + "@angular/platform-browser": "^15.2.8", "@angular/platform-browser-dynamic": "^15.2.0", "@angular/router": "^15.2.0", "@ngrx/component-store": "^15.3.0",