Browse Source

chore(deps-dev): bump @types/googlemaps from 3.40.3 to 3.40.5 (#62)

Bumps [@types/googlemaps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/googlemaps) from 3.40.3 to 3.40.5.
- [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
eb3be662cd
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

@ -2335,9 +2335,9 @@ @@ -2335,9 +2335,9 @@
}
},
"@types/googlemaps": {
"version": "3.40.3",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.40.3.tgz",
"integrity": "sha512-ivlG5S0LlnQgpgPnQCUNAs7kjBtO367ZwDmuK+ggsQfW+w4N0RyWbxWZ6vPwegDe50Du3Xbb5+QVwJuB/U1XpA==",
"version": "3.40.5",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.40.5.tgz",
"integrity": "sha512-xYqO51dgJsZ+xgNUzYHW4zy/jII2RE0HU87bqMgggkp3nCGw/w7MYoQrUKyxIf0022XQ+iQwDua39wM30MG4MA==",
"dev": true
},
"@types/graceful-fs": {

2
package.json

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
"@babel/preset-env": "^7.12.7",
"@babel/runtime-corejs3": "^7.12.5",
"@googlemaps/jest-mocks": "^0.1.0",
"@types/googlemaps": "^3.40.3",
"@types/googlemaps": "^3.40.5",
"@types/jest": "^26.0.16",
"@types/selenium-webdriver": "^4.0.10",
"@typescript-eslint/eslint-plugin": ">=4.9.0",

Loading…
Cancel
Save