From 5de7b3e9f17578d3aa70b8bd4cb3a2a763ec5d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 11:11:32 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 1.3.2 to 1.3.3 (#323) Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v1.3.2...v1.3.3) --- 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 9fae639..5af9303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3381,9 +3381,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.2.tgz", - "integrity": "sha512-bsOyc7YKo8Revdk1GR2S34wgKI61ZJJ3NvbFEXsaoBp8owtuubDOeHrihYSx1jC0SaJka/bBN00gGQHbm0Iycg==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-1.3.3.tgz", + "integrity": "sha512-2LjG0TDK5M2Tr0PJbHHArMovLiCcUAnnJNAod+vGqkR7kYTgw/L8B86QtZYgrtCsIeE0LWN1QVaM0XNAnn/rcA==", "dev": true }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index df3ff7d..ec4f556 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@babel/preset-env": "^7.15.6", "@babel/runtime-corejs3": "^7.15.4", - "@googlemaps/jest-mocks": "^1.3.2", + "@googlemaps/jest-mocks": "^1.3.3", "@types/google.maps": "^3.45.6", "@types/jest": "^27.0.2", "@types/selenium-webdriver": "^4.0.15",