From c787f03134c5307f1cb02babfc01d515628bca4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:21:13 -0600 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.7.1 to 2.7.2 (#340) Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: "@googlemaps/jest-mocks" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80b381d9..e9c3bcb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2663,9 +2663,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.7.1.tgz", - "integrity": "sha512-mtbrv8dmEUdlWRc5MGlg73X3IttaS/tqhlDHCc5vZNRg/P/Iwf4U2VE3Q3w057UUBC7DSO9SvIu8dke9dBhL4g==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.7.2.tgz", + "integrity": "sha512-Mvmt+2xsS/93SAgK1lszbo7OZDze6NXNiQ+CWVoZ0f9lLuoPB8b5imClA04eGHEaZTRCCyZ3Uaj9ZkBgpjDGIQ==", "dev": true }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index e2cce735..5bc29ec2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@babel/preset-env": "^7.16.11", "@babel/runtime-corejs3": "^7.17.9", - "@googlemaps/jest-mocks": "^2.7.1", + "@googlemaps/jest-mocks": "^2.7.2", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-html": "^0.2.4",