Browse Source

chore(deps-dev): bump @googlemaps/jest-mocks from 1.3.8 to 1.3.9 (#379)

Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/googlemaps/js-jest-mocks/releases)
- [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v1.3.8...v1.3.9)

---
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
c22bfa7922
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 @@
} }
}, },
"@googlemaps/jest-mocks": { "@googlemaps/jest-mocks": {
"version": "1.3.8", "version": "1.3.9",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.8.tgz", "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.9.tgz",
"integrity": "sha512-KZeZKdfVuYWJ2D2RtRcXKjuXNxvAiqRFd2LR1LQwsxZeeMKIAx2TN9RjXjWl71n+KVn2r/5fVXQeTYXrigNf6A==", "integrity": "sha512-CxaazjdxfxJfunxT9HlihfZu9MBF38oM5EqDaJoDF9OGlNT7gTkKe1kKsekc1n+4DEkgp/nix4WkxkWMx0qx2A==",
"dev": true "dev": true
}, },
"@humanwhocodes/config-array": { "@humanwhocodes/config-array": {

2
package.json

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

Loading…
Cancel
Save