From 884d56cb1c2c79881e6bd7c26c27be35b5ec55d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 23:26:10 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.6.3 to 2.6.4 Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: "@googlemaps/jest-mocks" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd3e6960..6ed29deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -494,9 +494,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.3.tgz", - "integrity": "sha512-hlTKej3gxJJjX5HFzWjkWPlbieUFNG5ohYuBICKJHIEpzburFr8abBpkm5iCJgfq2i80413d5G1jriOBkG82Tg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.4.tgz", + "integrity": "sha512-oRHb+YxQ7qlGnkiHEhVyPXHz2t0kKEv/J7i65ASuGvwSuUQtGq5LUkQecDxrE9Be5mr3NztShxbD6YFwIrSBnA==", "dev": true }, "@humanwhocodes/config-array": {