Browse Source

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 4 years ago committed by GitHub
parent
commit
24cc0b08df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -2384,9 +2384,9 @@ @@ -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": {

2
package.json

@ -36,7 +36,7 @@ @@ -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",

Loading…
Cancel
Save