From 0c9fc1e030a86b90abf72ef40b587f8b837462f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:24:35 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.2.0 to 2.3.0 Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: "@googlemaps/jest-mocks" dependency-type: direct:development update-type: version-update:semver-minor ... 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 a49eaaa4..52333c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -491,9 +491,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.2.0.tgz", - "integrity": "sha512-8AgpXLPv7WA5VYAZkAW5HZj+3/fUgoraG1TovI42iKeQ380rhbyJbIfUZHohzRkWdiqt6G2Gv+WZz/SaxllCTA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.3.0.tgz", + "integrity": "sha512-l58n7iZcIhY/ZajCtcvUwLCRQ49hil1B3q3uXScCzG74HvI+YZxQfgwvigWBQuks62ViJJT3LWEJaiBXbfNG9w==", "dev": true }, "@humanwhocodes/config-array": {