Merge pull request #19 from inato/dependabot/npm_and_yarn/ts-jest-27.1.4

Bump ts-jest from 27.1.3 to 27.1.4
This commit is contained in:
Alexandre Behaghel 2022-04-14 11:48:21 +02:00 committed by GitHub
commit a5cdd778a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
"eslint": "^8.6.0", "eslint": "^8.6.0",
"eslint-plugin-fp": "^2.3.0", "eslint-plugin-fp": "^2.3.0",
"jest": "^27.4.7", "jest": "^27.4.7",
"ts-jest": "^27.1.2", "ts-jest": "^27.1.4",
"typescript": "^4.5.4" "typescript": "^4.5.4"
} }
} }

View file

@ -2726,10 +2726,10 @@ tr46@^2.1.0:
dependencies: dependencies:
punycode "^2.1.1" punycode "^2.1.1"
ts-jest@^27.1.2: ts-jest@^27.1.4:
version "27.1.3" version "27.1.4"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957" resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00"
integrity sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA== integrity sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==
dependencies: dependencies:
bs-logger "0.x" bs-logger "0.x"
fast-json-stable-stringify "2.x" fast-json-stable-stringify "2.x"