From 99a2a09192ca7957083fd778afb4ae3fc489fcba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 10:05:57 +0000 Subject: [PATCH] build(deps): Bump @angular/google-maps in /Kaizen/ClientApp Bumps [@angular/google-maps](https://github.com/angular/components) from 11.2.7 to 11.2.8. - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/11.2.7...11.2.8) Signed-off-by: dependabot[bot] --- Kaizen/ClientApp/package-lock.json | 6 +++--- Kaizen/ClientApp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Kaizen/ClientApp/package-lock.json b/Kaizen/ClientApp/package-lock.json index 9baef6ec..2e84c489 100644 --- a/Kaizen/ClientApp/package-lock.json +++ b/Kaizen/ClientApp/package-lock.json @@ -624,9 +624,9 @@ } }, "@angular/google-maps": { - "version": "11.2.7", - "resolved": "https://registry.npmjs.org/@angular/google-maps/-/google-maps-11.2.7.tgz", - "integrity": "sha512-afFg8ddMymHedMNLUOumxJgNCgIeQm4wetnsHezOfW3cMTv4ijK3Z7NbY348erLlZmVsX7Y8dz2P9OnKoQ2CTA==", + "version": "11.2.8", + "resolved": "https://registry.npmjs.org/@angular/google-maps/-/google-maps-11.2.8.tgz", + "integrity": "sha512-Qf2+1KyAte4wC1y8gYqQDvLhD14J0Do6lzrzm+yjIH7n7inBwtXhL8rZbgiG7taMDbCuqSiFtivSBr+KLzi6cA==", "requires": { "@types/googlemaps": "^3.43.0", "tslib": "^2.0.0" diff --git a/Kaizen/ClientApp/package.json b/Kaizen/ClientApp/package.json index 4a62131d..44fb9bbc 100644 --- a/Kaizen/ClientApp/package.json +++ b/Kaizen/ClientApp/package.json @@ -19,7 +19,7 @@ "@angular/core": "11.2.8", "@angular/flex-layout": "^11.0.0-beta.33", "@angular/forms": "11.2.8", - "@angular/google-maps": "^11.2.7", + "@angular/google-maps": "^11.2.8", "@angular/material": "^11.2.7", "@angular/material-moment-adapter": "^11.2.7", "@angular/platform-browser": "11.2.8",