Browse Source

chore(deps-dev): bump @types/google.maps from 3.44.3 to 3.44.4 (#184)

Bumps [@types/google.maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.maps) from 3.44.3 to 3.44.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google.maps)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
b0110660d3
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

@ -4334,9 +4334,9 @@ @@ -4334,9 +4334,9 @@
"dev": true
},
"@types/google.maps": {
"version": "3.44.3",
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.44.3.tgz",
"integrity": "sha512-VsVQS3lvl/JFD1uGG0x3EVIbvmLQUEGuJNcd4sPXiPf6oHxUx2EJfQTqI+Liuhe9nLDl0e864NIq2K4WzfdcGQ==",
"version": "3.44.4",
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.44.4.tgz",
"integrity": "sha512-gVk2MKVuCQUKLt7ncrLLxfF1ipGeRL5LysgNNRAZNpRs5jLt8gewmIAX1zTNW2x2p54Uc5w8Nft/dfsJiPuptA==",
"dev": true
},
"@types/graceful-fs": {

2
package.json

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
"@babel/preset-env": "^7.13.15",
"@babel/runtime-corejs3": "^7.14.0",
"@googlemaps/jest-mocks": "^0.1.1",
"@types/google.maps": "^3.44.3",
"@types/google.maps": "^3.44.4",
"@types/jest": "^26.0.23",
"@types/selenium-webdriver": "^4.0.12",
"@typescript-eslint/eslint-plugin": ">=4.22.1",

Loading…
Cancel
Save