From c5768ca24694b99aebeeb42457b747c3c0cea37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:33:58 +0100 Subject: [PATCH] build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 in /coral (#2266) Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.1.2. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.1.2) --- updated-dependencies: - dependency-name: ts-jest 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> Co-authored-by: Mirjam Aulbach --- coral/package.json | 2 +- coral/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coral/package.json b/coral/package.json index 7adf6580ae..e8ed81e932 100644 --- a/coral/package.json +++ b/coral/package.json @@ -98,7 +98,7 @@ "react-aria": "^3.30.0", "react-test-renderer": "^18.2.0", "rollup-plugin-visualizer": "^5.12.0", - "ts-jest": "^29.1.1", + "ts-jest": "^29.1.2", "ts-node": "^10.9.1", "typescript": "^5.3.3", "vite": "^4.5.2", diff --git a/coral/pnpm-lock.yaml b/coral/pnpm-lock.yaml index 42629c76e9..22600e8ec9 100644 --- a/coral/pnpm-lock.yaml +++ b/coral/pnpm-lock.yaml @@ -182,8 +182,8 @@ devDependencies: specifier: ^5.12.0 version: 5.12.0 ts-jest: - specifier: ^29.1.1 - version: 29.1.1(@babel/core@7.22.20)(esbuild@0.18.17)(jest@29.7.0)(typescript@5.3.3) + specifier: ^29.1.2 + version: 29.1.2(@babel/core@7.22.20)(esbuild@0.18.17)(jest@29.7.0)(typescript@5.3.3) ts-node: specifier: ^10.9.1 version: 10.9.1(@types/node@18.17.14)(typescript@5.3.3) @@ -10199,9 +10199,9 @@ packages: engines: {node: '>=6.10'} dev: false - /ts-jest@29.1.1(@babel/core@7.22.20)(esbuild@0.18.17)(jest@29.7.0)(typescript@5.3.3): - resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /ts-jest@29.1.2(@babel/core@7.22.20)(esbuild@0.18.17)(jest@29.7.0)(typescript@5.3.3): + resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} + engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8'