From ab40a74272c67fdef5abceb45dda45e33b92fd32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 23:24:46 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.6.2 to 2.6.3 Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.6.2...v2.6.3) --- 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 dd7f9add..ae2d9ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -494,9 +494,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.2.tgz", - "integrity": "sha512-XpZBCcrd+YfUCHsN1sMw8JPE/WHtSHa/Njtlbt0YqmoBHfNgUhLz1mrHXSMXH6G5upSpGxVyMbjQ3bEgXh2cRA==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.3.tgz", + "integrity": "sha512-hlTKej3gxJJjX5HFzWjkWPlbieUFNG5ohYuBICKJHIEpzburFr8abBpkm5iCJgfq2i80413d5G1jriOBkG82Tg==", "dev": true }, "@humanwhocodes/config-array": {