From 24cc0b08dfb21556b140d4796ce7cd3a8b4db96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 09:02:10 +0000 Subject: [PATCH] chore(deps-dev): bump @types/googlemaps from 3.43.1 to 3.43.2 (#89) Bumps [@types/googlemaps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/googlemaps) from 3.43.1 to 3.43.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/googlemaps) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3354df9..ad5f940 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2384,9 +2384,9 @@ } }, "@types/googlemaps": { - "version": "3.43.1", - "resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.43.1.tgz", - "integrity": "sha512-0fLZrXDMx/spPbn0YVae0YVxwd2tAdWvA4RrjIy4s4k77DEGUJJYks7AAEW8fHGAoTwu0LmGvO3NsJAPjXRAJw==", + "version": "3.43.2", + "resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.43.2.tgz", + "integrity": "sha512-qiu5rms7+bgLciKAXpRsxVB1P+Z6gbSxuO8tZfdyQV2k5e5L/7GjUI6Z69rMR+7YFmqU9vwOUglLQ6NJyP/K8g==", "dev": true }, "@types/graceful-fs": { diff --git a/package.json b/package.json index 9a5f280..84d22a2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/preset-env": "^7.12.11", "@babel/runtime-corejs3": "^7.12.5", "@googlemaps/jest-mocks": "^0.1.0", - "@types/googlemaps": "^3.43.1", + "@types/googlemaps": "^3.43.2", "@types/jest": "^26.0.20", "@types/selenium-webdriver": "^4.0.11", "@typescript-eslint/eslint-plugin": ">=4.12.0",