From 7e0fc937e0aa4a2e0146696455017f20f7642b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 11:08:45 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.2.0 to 2.2.1 (#432) Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.2.0...v2.2.1) --- 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 3946077..6e142e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3321,9 +3321,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.2.0.tgz", - "integrity": "sha512-8AgpXLPv7WA5VYAZkAW5HZj+3/fUgoraG1TovI42iKeQ380rhbyJbIfUZHohzRkWdiqt6G2Gv+WZz/SaxllCTA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.2.1.tgz", + "integrity": "sha512-qZRxAIzl3ilNSS7QOhFUBAEDKfFJYAR7X/lgwn56WiuVSi5nrED+M9Q2q3OUcfS7tASObKP+F1BY2WILv+/Jjw==", "dev": true }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index c43c693..8eb3732 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@babel/preset-env": "^7.16.11", "@babel/runtime-corejs3": "^7.16.8", - "@googlemaps/jest-mocks": "^2.2.0", + "@googlemaps/jest-mocks": "^2.2.1", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-typescript": "^8.3.0",