Browse Source

chore(deps-dev): bump @googlemaps/jest-mocks from 1.3.4 to 1.3.5 (#339)

Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/googlemaps/js-jest-mocks/releases)
- [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: "@googlemaps/jest-mocks"
  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
94a77703b7
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

@ -3381,9 +3381,9 @@ @@ -3381,9 +3381,9 @@
}
},
"@googlemaps/jest-mocks": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.4.tgz",
"integrity": "sha512-0V0+7DNeT313Ftf1Ft8L/TPfZ9MmXxiGL6hkPIlwVFOzoExhvdnJXBc2XWwEoOgVCjEUo89wZiKBO/J7wgpFnA==",
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.5.tgz",
"integrity": "sha512-jKv7FvMrjn52EjJ2dJFuSS48szS8lAPKSSHvx6JSmh4OBeBOiphrE/fEXZJn3UXfRk3j64DikaJYGxBHA7rLRQ==",
"dev": true
},
"@humanwhocodes/config-array": {

2
package.json

@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@babel/runtime-corejs3": "^7.15.4",
"@googlemaps/jest-mocks": "^1.3.4",
"@googlemaps/jest-mocks": "^1.3.5",
"@types/google.maps": "^3.46.0",
"@types/jest": "^27.0.2",
"@types/selenium-webdriver": "^4.0.15",

Loading…
Cancel
Save