From 8ee6be69cfa63cc09a4b7600d8e350228f469424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:51:02 +0000 Subject: [PATCH] chore(deps-dev): bump @googlemaps/jest-mocks from 2.20.2 to 2.21.4 (#886) Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/js-jest-mocks) from 2.20.2 to 2.21.4. - [Release notes](https://github.com/googlemaps/js-jest-mocks/releases) - [Changelog](https://github.com/googlemaps/js-jest-mocks/blob/main/CHANGELOG.md) - [Commits](https://github.com/googlemaps/js-jest-mocks/compare/v2.20.2...v2.21.4) --- 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 631c61d9..6b401d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2677,9 +2677,9 @@ } }, "@googlemaps/jest-mocks": { - "version": "2.20.2", - "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.20.2.tgz", - "integrity": "sha512-ljbiehGMdPD6k3A21MSUsmgNiZHnYTU/EnGL+hmfOzs63X+vXhIzWW9zVGoxGzc712oXVajB1OyT+h5IePCLVA==", + "version": "2.21.4", + "resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-2.21.4.tgz", + "integrity": "sha512-KYigLScVh+xLPH2c/dYawq3NAbF56B/j+Hz7VyZlAZr3fVrrAvQuEtANW5OwaXevCaHZH9d2Gqq8jl4KT7EOmA==", "dev": true }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 933716a7..9de7594c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@babel/preset-env": "^7.23.5", "@babel/runtime-corejs3": "^7.23.5", - "@googlemaps/jest-mocks": "^2.20.2", + "@googlemaps/jest-mocks": "^2.21.4", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-typescript": "^11.1.5",