Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): update ts-jest to ^27.1.5 #376

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.5",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@ __metadata:
pretty-ms: ^7.0.1
reflect-metadata: ^0.1.13
rimraf: ^3.0.2
ts-jest: ^27.1.2
ts-jest: ^27.1.5
ts-node: ^10.4.0
tsconfig-paths: ^3.12.0
typeorm: ^0.2.41
Expand Down Expand Up @@ -6715,9 +6715,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^27.1.2":
version: 27.1.2
resolution: "ts-jest@npm:27.1.2"
"ts-jest@npm:^27.1.5":
version: 27.1.5
resolution: "ts-jest@npm:27.1.5"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
Expand All @@ -6731,7 +6731,6 @@ __metadata:
"@babel/core": ">=7.0.0-beta.0 <8"
"@types/jest": ^27.0.0
babel-jest: ">=27.0.0 <28"
esbuild: ~0.14.0
jest: ^27.0.0
typescript: ">=3.8 <5.0"
peerDependenciesMeta:
Expand All @@ -6745,7 +6744,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 2e7275f8a3545ec1340b37c458ace9244b5903e86861eb108beffff97d433f296c1254f76a41b573b1fe6245110b21bb62150bb88d55159f1dc7a929886535cb
checksum: 3ef51c538b82f49b3f529331c1a017871a2f90e7a9a6e69333304755036d121818c6b120e2ce32dd161ff8bb2487efec0c790753ecd39b46a9ed1ce0d241464c
languageName: node
linkType: hard

Expand Down