Browse Source

chore(deps-dev): bump @types/google.maps from 3.45.1 to 3.45.6 (#236)

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

---
updated-dependencies:
- dependency-name: "@types/google.maps"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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
b0e4d8617a
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

@ -4359,9 +4359,9 @@ @@ -4359,9 +4359,9 @@
"dev": true
},
"@types/google.maps": {
"version": "3.45.1",
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.45.1.tgz",
"integrity": "sha512-0zOfnLrkLQkZh3rhjdHPodcWsKHj6BFqhIOp7t/g3y6/cKImxowBpcBva+Iq9WrpHPBRAqbdu0rPnAiK66M06w==",
"version": "3.45.6",
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.45.6.tgz",
"integrity": "sha512-BzGzxs8UXFxeP8uN/0nRgGbsbpYQxSCKsv/7S8OitU7wwhfFcqQSm5aAcL1nbwueMiJ/VVmIZKPq69s0kX5W+Q==",
"dev": true
},
"@types/graceful-fs": {

2
package.json

@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
"@babel/preset-env": "^7.14.7",
"@babel/runtime-corejs3": "^7.14.7",
"@googlemaps/jest-mocks": "^1.2.0",
"@types/google.maps": "^3.45.1",
"@types/google.maps": "^3.45.6",
"@types/jest": "^26.0.23",
"@types/selenium-webdriver": "^4.0.15",
"@typescript-eslint/eslint-plugin": ">=4.28.3",

Loading…
Cancel
Save