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",