From c0342d6f818e5676d3477a828c579edf727ec133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 12:04:28 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.6.1 to 2.6.2 (#475) Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.6.1...v2.6.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 281d9dd..2b0276c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3339,9 +3339,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.1.tgz", - "integrity": "sha512-UwmwLAVJIpiw7mXAWR2sRvAGhrAN2qSucvvhMvSEyGhFoxxl3Kv5t93pDCJE60eZ28L4+H7fBHlMiEgGo+2AWQ==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.6.2.tgz", + "integrity": "sha512-XpZBCcrd+YfUCHsN1sMw8JPE/WHtSHa/Njtlbt0YqmoBHfNgUhLz1mrHXSMXH6G5upSpGxVyMbjQ3bEgXh2cRA==", "dev": true }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 9ad6c4b..2443e79 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@babel/preset-env": "^7.16.11", "@babel/runtime-corejs3": "^7.17.7", - "@googlemaps/jest-mocks": "^2.6.1", + "@googlemaps/jest-mocks": "^2.6.2", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-typescript": "^8.3.1",