Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build(deps-dev): bump ts-jest from 29.0.3 to 29.1.0 in /server/node-service #78

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

Closed
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 server/node-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nodemon": "^2.0.20",
"postman-to-openapi": "^3.0.1",
"svgo": "^3.0.2",
"ts-jest": "^29.0.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"dependencies": {
Expand Down
23 changes: 16 additions & 7 deletions server/node-service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8241,6 +8241,15 @@ __metadata:
languageName: node
linkType: hard

"json5@npm:^2.2.3":
version: 2.2.3
resolution: "json5@npm:2.2.3"
bin:
json5: lib/cli.js
checksum: 2a7436a93393830bce797d4626275152e37e877b265e94ca69c99e3d20c2b9dab021279146a39cdb700e71b2dd32a4cebd1514cd57cee102b1af906ce5040349
languageName: node
linkType: hard

"jsonc-parser@npm:3.2.0":
version: 3.2.0
resolution: "jsonc-parser@npm:3.2.0"
Expand Down Expand Up @@ -10441,7 +10450,7 @@ __metadata:
stylis: ^4.1.3
svgo: ^3.0.2
swagger-client: ^3.18.5
ts-jest: ^29.0.3
ts-jest: ^29.1.0
ts-node: ^10.9.1
typescript: ^4.9.3
yaml: ^2.2.2
Expand Down Expand Up @@ -10585,14 +10594,14 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.0.3":
version: 29.0.3
resolution: "ts-jest@npm:29.0.3::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2Fts-jest%2F-%2Fts-jest-29.0.3.tgz"
"ts-jest@npm:^29.1.0":
version: 29.1.0
resolution: "ts-jest@npm:29.1.0"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
jest-util: ^29.0.0
json5: ^2.2.1
json5: ^2.2.3
lodash.memoize: 4.x
make-error: 1.x
semver: 7.x
Expand All @@ -10602,7 +10611,7 @@ __metadata:
"@jest/types": ^29.0.0
babel-jest: ^29.0.0
jest: ^29.0.0
typescript: ">=4.3"
typescript: ">=4.3 <6"
peerDependenciesMeta:
"@babel/core":
optional: true
Expand All @@ -10614,7 +10623,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 541e51776d367fa2279af47f75af94b03e0538f1839ea9983de0f4ad7f188002f6eb1fc72440651d96daa62d25a7bc679a129c14e6ef291277eea9346751d56b
checksum: 535dc42ad523cbe1e387701fb2e448518419b515c082f09b25411f0b3dd0b854cf3e8141c316d6f4b99883aeb4a4f94159cbb1edfb06d7f77ea6229fadb2e1bf
languageName: node
linkType: hard

Expand Down