diff --git a/packages/thalaswap-math/package.json b/packages/thalaswap-math/package.json index c21c744..66c44b7 100644 --- a/packages/thalaswap-math/package.json +++ b/packages/thalaswap-math/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", - "ts-jest": "^29.1.2", + "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.4.5" diff --git a/packages/thalaswap-router/package.json b/packages/thalaswap-router/package.json index 0b63a9d..efb1672 100644 --- a/packages/thalaswap-router/package.json +++ b/packages/thalaswap-router/package.json @@ -30,7 +30,7 @@ "@typescript-eslint/parser": "^6.10.0", "eslint": "^9.3.0", "jest": "^29.7.0", - "ts-jest": "^29.1.2", + "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.2.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 446f58c..bad5e3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2) ts-jest: - specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(esbuild@0.19.12)(jest@29.7.0)(typescript@5.4.5) + specifier: ^29.1.4 + version: 29.1.4(@babel/core@7.24.4)(esbuild@0.19.12)(jest@29.7.0)(typescript@5.4.5) ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@20.12.7)(typescript@5.4.5) @@ -82,8 +82,8 @@ importers: specifier: ^29.7.0 version: 29.7.0(@types/node@20.12.7)(ts-node@10.9.2) ts-jest: - specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(esbuild@0.19.12)(jest@29.7.0)(typescript@5.4.5) + specifier: ^29.1.4 + version: 29.1.4(@babel/core@7.24.4)(esbuild@0.19.12)(jest@29.7.0)(typescript@5.4.5) ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@20.12.7)(typescript@5.4.5) @@ -5338,12 +5338,13 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-jest@29.1.2(@babel/core@7.24.4)(esbuild@0.19.12)(jest@29.7.0)(typescript@5.4.5): - resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} - engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} + /ts-jest@29.1.4(@babel/core@7.24.4)(esbuild@0.19.12)(jest@29.7.0)(typescript@5.4.5): + resolution: {integrity: sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==} + engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/transform': ^29.0.0 '@jest/types': ^29.0.0 babel-jest: ^29.0.0 esbuild: '*' @@ -5352,6 +5353,8 @@ packages: peerDependenciesMeta: '@babel/core': optional: true + '@jest/transform': + optional: true '@jest/types': optional: true babel-jest: