From dae9b3ce0f59d406974953a5bdb4b7f295e31a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:06:45 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.6.4 to 2.7.0 (#491) Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.6.4 to 2.7.0. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.6.4...v2.7.0) --- updated-dependencies: - dependency-name: "@googlemaps/jest-mocks" dependency-type: direct:development update-type: version-update:semver-minor ... 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 6b73891..885ec7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3339,9 +3339,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.4.tgz", - "integrity": "sha512-oRHb+YxQ7qlGnkiHEhVyPXHz2t0kKEv/J7i65ASuGvwSuUQtGq5LUkQecDxrE9Be5mr3NztShxbD6YFwIrSBnA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.7.0.tgz", + "integrity": "sha512-4Z8G2nFb7Pf1S8u/su7+Pp6j1/T1PyXLw4Vu+lZ+QxfGs/Adb41d+VD7/31jCkz2EW9U4n859uvusZLsMo7pOg==", "dev": true }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index bd596b3..ba27096 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@babel/preset-env": "^7.16.11", "@babel/runtime-corejs3": "^7.17.9", - "@googlemaps/jest-mocks": "^2.6.4", + "@googlemaps/jest-mocks": "^2.7.0", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.0.3", "@rollup/plugin-typescript": "^8.3.1",