Browse Source

chore(deps-dev): bump @types/googlemaps from 3.43.2 to 3.43.3 (#110)

Bumps [@types/googlemaps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/googlemaps) from 3.43.2 to 3.43.3.
- [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] 3 years ago committed by GitHub
parent
commit
7bc4303846
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

@ -4074,9 +4074,9 @@ @@ -4074,9 +4074,9 @@
"dev": true
},
"@types/googlemaps": {
"version": "3.43.2",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.43.2.tgz",
"integrity": "sha512-qiu5rms7+bgLciKAXpRsxVB1P+Z6gbSxuO8tZfdyQV2k5e5L/7GjUI6Z69rMR+7YFmqU9vwOUglLQ6NJyP/K8g==",
"version": "3.43.3",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.43.3.tgz",
"integrity": "sha512-ZWNoz/O8MPEpiajvj7QiqCY8tTLFNqNZ/a+s+zTV58wFVNAvvqV4bdGfnsjTb5Cs4V6wEsLrX8XRhmnyYJ2Tdg==",
"dev": true
},
"@types/graceful-fs": {

2
package.json

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
"@babel/preset-env": "^7.12.13",
"@babel/runtime-corejs3": "^7.12.13",
"@googlemaps/jest-mocks": "^0.1.0",
"@types/googlemaps": "^3.43.2",
"@types/googlemaps": "^3.43.3",
"@types/jest": "^26.0.20",
"@types/selenium-webdriver": "^4.0.11",
"@typescript-eslint/eslint-plugin": ">=4.15.0",

Loading…
Cancel
Save