From 8cc0d2188141f1e5698a0c33f3cb77d8bd4059ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 23:26:41 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.4.0 to 2.5.0 Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.4.0...v2.5.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 5b8ce036..5b061793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -494,9 +494,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.4.0.tgz", - "integrity": "sha512-jWkyzsEoO1DAsuO6Vhazkl4G29OGKAl2zz2wEQZmB4NF+7cesnlie8VpWz7q7IH8xyZKNeIpHn5OXlVp4YJ+RQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.5.0.tgz", + "integrity": "sha512-rHsztuwvjeKOFpqAMkruF9JBxZQhnI+kRFUYQbnDQ6EwgWSBLGm1aX4s5hV9u+ZA+/ieExBgJBMMwLZpHxsSrA==", "dev": true }, "@humanwhocodes/config-array": {