From 8b91f0fe5fc5a55f769d2d87df3d94b62c908efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 23:25:55 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.3.0 to 2.3.1 Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.3.0...v2.3.1) --- 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 ecc03cb5..69c5c3b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -491,9 +491,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.3.0.tgz", - "integrity": "sha512-l58n7iZcIhY/ZajCtcvUwLCRQ49hil1B3q3uXScCzG74HvI+YZxQfgwvigWBQuks62ViJJT3LWEJaiBXbfNG9w==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.3.1.tgz", + "integrity": "sha512-jPVwPrKFEHskgPnIVvzwny3oGI9eO2C5l1M+kY6vzLBKv6iwUzyxXI1fJ5GwPjlCN+fpQGEaYk9ybSgyBs6VNA==", "dev": true }, "@humanwhocodes/config-array": {