From d596fe640672c40e7679881f925ab43d3409974d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 23:26:46 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.6.0 to 2.6.1 Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.6.0...v2.6.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 d835502b..5dfe11a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -494,9 +494,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.0.tgz", - "integrity": "sha512-l2T0kBWmYiokXsfM+jz7i3PyD9W2alFZpg3kKqgaRxtOEEAVxQsB1iQW4RFOJFiXOdKtcGAIO5wZgzO8qqtYqw==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.1.tgz", + "integrity": "sha512-UwmwLAVJIpiw7mXAWR2sRvAGhrAN2qSucvvhMvSEyGhFoxxl3Kv5t93pDCJE60eZ28L4+H7fBHlMiEgGo+2AWQ==", "dev": true }, "@humanwhocodes/config-array": {