Browse Source

chore(deps-dev): bump @types/googlemaps from 3.40.0 to 3.40.2 (#22)

Bumps [@types/googlemaps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/googlemaps) from 3.40.0 to 3.40.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
48535e2b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json generated

@ -3119,9 +3119,9 @@ @@ -3119,9 +3119,9 @@
}
},
"@types/googlemaps": {
"version": "3.40.0",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.40.0.tgz",
"integrity": "sha512-KcAYVKjd5fL0Ur9G4xNL5YG/Bp5HFfdd8s/7j97eFcTyTpp7vIRcf8mtRBAIOM3QNgN2iJhSEecWTG2x8D+bnQ==",
"version": "3.40.2",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.40.2.tgz",
"integrity": "sha512-LYlp497JZ/AjsjmGQMHcKmqO/MkUSLeUtsY++CQwy3VN8rqeotMacxnCF3xoGd8LphNqDdgQX7PL6qG0Pmh0Hw==",
"dev": true
},
"@types/graceful-fs": {
@ -9569,12 +9569,6 @@ @@ -9569,12 +9569,6 @@
"safe-buffer": "^5.1.0"
}
},
"react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
"dev": true
},
"read-all-stream": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz",

2
package.json

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
"@babel/preset-env": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.1",
"@googlemaps/jest-mocks": "^0.1.0",
"@types/googlemaps": "^3.40.0",
"@types/googlemaps": "^3.40.2",
"@types/jest": "^26.0.15",
"@types/selenium-webdriver": "^4.0.9",
"@typescript-eslint/eslint-plugin": ">=4.5.0",

Loading…
Cancel
Save