From 29f8b733771ff984e0dc8d3d09baa6f175f8a277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 23:23:56 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.7.1 to 2.7.2 Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.7.1...v2.7.2) --- 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 3bb8a7f7..ad1d2b12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -494,9 +494,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.7.1.tgz", - "integrity": "sha512-mtbrv8dmEUdlWRc5MGlg73X3IttaS/tqhlDHCc5vZNRg/P/Iwf4U2VE3Q3w057UUBC7DSO9SvIu8dke9dBhL4g==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.7.2.tgz", + "integrity": "sha512-Mvmt+2xsS/93SAgK1lszbo7OZDze6NXNiQ+CWVoZ0f9lLuoPB8b5imClA04eGHEaZTRCCyZ3Uaj9ZkBgpjDGIQ==", "dev": true }, "@humanwhocodes/config-array": {