From e3d093c9602d873c2f6fc14c0c2cae65c2998cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 12:51:34 +0300 Subject: [PATCH] Bump ts-jest-mock-import-meta from 1.2.1 to 1.3.0 (#463) Bumps [ts-jest-mock-import-meta](https://github.com/ThomZz/ts-jest-mock-import-meta) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/ThomZz/ts-jest-mock-import-meta/releases) - [Commits](https://github.com/ThomZz/ts-jest-mock-import-meta/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: ts-jest-mock-import-meta dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b8e363e..e4f5546 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "react-is": "^19.1.0", - "ts-jest-mock-import-meta": "^1.2.1", + "ts-jest-mock-import-meta": "^1.3.0", "react-router": "^7.4.1", "react-router-dom": "^7.4.1" }, diff --git a/yarn.lock b/yarn.lock index cfeac8f..0811a65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5175,10 +5175,10 @@ ts-api-utils@^2.0.1: resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== -ts-jest-mock-import-meta@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ts-jest-mock-import-meta/-/ts-jest-mock-import-meta-1.2.1.tgz#773a67810eede5f48df23a2f2f0bd4532bdc9129" - integrity sha512-+qh8ZijpFnh7nMNdw1yYrvmnhe3Rctau5a3AFtgBAtps46RSiC8SHr3Z0S9sNqCU3cNOGumCAVO7Ac65fstxRA== +ts-jest-mock-import-meta@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/ts-jest-mock-import-meta/-/ts-jest-mock-import-meta-1.3.0.tgz#7ba02843b5055710b311b8f677d90f6c3c00dd41" + integrity sha512-xiuhc4DXRp35Lwy3bPB9X7utwyBJzp0tkse2qt3V3wxaCNSEOq54HyMxz75mvdG6LcOF4hawgb6vxEIpWnUe5A== ts-jest@^29.3.1: version "29.3.1"