Browse Source

chore(deps-dev): bump @googlemaps/jest-mocks from 2.6.0 to 2.6.1 (#466)

Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/googlemaps/js-jest-mocks/releases)
- [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.6.0...v2.6.1)

---
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] 2 years ago committed by GitHub
parent
commit
49adc1f456
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

@ -3339,9 +3339,9 @@ @@ -3339,9 +3339,9 @@
}
},
"@googlemaps/jest-mocks": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.0.tgz",
"integrity": "sha512-l2T0kBWmYiokXsfM+jz7i3PyD9W2alFZpg3kKqgaRxtOEEAVxQsB1iQW4RFOJFiXOdKtcGAIO5wZgzO8qqtYqw==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.1.tgz",
"integrity": "sha512-UwmwLAVJIpiw7mXAWR2sRvAGhrAN2qSucvvhMvSEyGhFoxxl3Kv5t93pDCJE60eZ28L4+H7fBHlMiEgGo+2AWQ==",
"dev": true
},
"@humanwhocodes/config-array": {

2
package.json

@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/runtime-corejs3": "^7.17.2",
"@googlemaps/jest-mocks": "^2.6.0",
"@googlemaps/jest-mocks": "^2.6.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-typescript": "^8.3.1",

Loading…
Cancel
Save