Browse Source

chore(deps-dev): bump @googlemaps/jest-mocks from 1.4.0 to 1.5.0 (#387)

Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/googlemaps/js-jest-mocks/releases)
- [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: "@googlemaps/jest-mocks"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

@ -3399,9 +3399,9 @@ @@ -3399,9 +3399,9 @@
}
},
"@googlemaps/jest-mocks": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.4.0.tgz",
"integrity": "sha512-pS+YXZDwR2nfQrghs3LrS2NyhRnc41h0Wum6M7sxbD9suriz19bE2HBuiHw+Xw0j5AAXi5l71S8CG/eX3h9kUg==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.5.0.tgz",
"integrity": "sha512-SBpq8uvi2EUdO3uvP/gPFmWA3V0ArCRrw6fsBfpChe4Cn7Ce5jE+7oT4T037lO4H2v+ZUmtewcuvk1laI07xYA==",
"dev": true
},
"@humanwhocodes/config-array": {

2
package.json

@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/runtime-corejs3": "^7.16.3",
"@googlemaps/jest-mocks": "^1.4.0",
"@googlemaps/jest-mocks": "^1.5.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",

Loading…
Cancel
Save