Browse Source

chore(deps-dev): bump @types/google.maps from 3.48.0 to 3.48.1 (#465)

Bumps [@types/google.maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.maps) from 3.48.0 to 3.48.1.
- [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] 2 years ago committed by GitHub
parent
commit
5197850ac5
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

@ -4295,9 +4295,9 @@ @@ -4295,9 +4295,9 @@
"dev": true
},
"@types/google.maps": {
"version": "3.48.0",
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.48.0.tgz",
"integrity": "sha512-1cXVa8jg9AYOIPxFAl11iCPcNVcKJ1xSalWrUATx0Q/v9B2fZGuGnoeWbJA3bNDP9LcFeOJkRkZiFMfxG1m5hA==",
"version": "3.48.1",
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.48.1.tgz",
"integrity": "sha512-omUrHt83oSngRD0/pk3JW5dvTeSUVMmAFp6b2Btj5LFqPKc09f0OeHk2LIGPz12T3sRAtwkSvgmzwVMqPrIW9A==",
"dev": true
},
"@types/graceful-fs": {

2
package.json

@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-typescript": "^8.3.1",
"@types/google.maps": "^3.48.0",
"@types/google.maps": "^3.48.1",
"@types/jest": "^27.4.1",
"@types/selenium-webdriver": "^4.0.18",
"@typescript-eslint/eslint-plugin": ">=4.33.0",

Loading…
Cancel
Save