From 8a5f178f93ddc14450f7c829b67127b110d21259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:36:37 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 1.3.7 to 1.3.8 (#375) Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 1.3.7 to 1.3.8. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v1.3.7...v1.3.8) --- 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 1d636ad..4790d06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3399,9 +3399,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.7.tgz", - "integrity": "sha512-BT8nTHwz76N3TXUsw+D7q/4joDVo17ZiZ49QZf9t3vN3cb2t03FiYBOKTfAlucMVXXKZn3hO+oYMWPPNEnsrQQ==", + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.8.tgz", + "integrity": "sha512-KZeZKdfVuYWJ2D2RtRcXKjuXNxvAiqRFd2LR1LQwsxZeeMKIAx2TN9RjXjWl71n+KVn2r/5fVXQeTYXrigNf6A==", "dev": true }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 786df88..2c3c404 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@babel/preset-env": "^7.16.4", "@babel/runtime-corejs3": "^7.16.3", - "@googlemaps/jest-mocks": "^1.3.7", + "@googlemaps/jest-mocks": "^1.3.8", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-typescript": "^8.3.0",