Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
build(deps-dev): bump ts-jest from 24.0.2 to 24.1.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Oct 11, 2019
1 parent 5fa2460 commit 6db6929
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"openapi-types": "1.3.5",
"prettier": "1.18.2",
"supertest": "4.0.2",
"ts-jest": "24.0.2",
"ts-jest": "24.1.0",
"ts-node": "8.4.1",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Expand Up @@ -1025,7 +1025,7 @@
any-observable "^0.3.0"

"@slushy/codegen@file:codegen":
version "0.22.5"
version "0.22.9"
dependencies:
commander "^2.20.0"
fs-extra "^8.0.1"
Expand All @@ -1034,7 +1034,7 @@
swagger-parser "^8.0.0"

"@slushy/example@file:example":
version "0.22.8"
version "0.22.9"
dependencies:
"@slushy/codegen" "file:codegen"
"@slushy/server" "file:server"
Expand Down Expand Up @@ -4265,6 +4265,11 @@ lodash.ismatch@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"

lodash.memoize@4.x:
version "4.1.2"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=

lodash.set@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
Expand Down Expand Up @@ -6432,14 +6437,16 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

ts-jest@24.0.2:
version "24.0.2"
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz#8dde6cece97c31c03e80e474c749753ffd27194d"
ts-jest@24.1.0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.1.0.tgz#2eaa813271a2987b7e6c3fefbda196301c131734"
integrity sha512-HEGfrIEAZKfu1pkaxB9au17b1d9b56YZSqz5eCVE8mX68+5reOvlM93xGOzzCREIov9mdH7JBG+s0UyNAqr0tQ==
dependencies:
bs-logger "0.x"
buffer-from "1.x"
fast-json-stable-stringify "2.x"
json5 "2.x"
lodash.memoize "4.x"
make-error "1.x"
mkdirp "0.x"
resolve "1.x"
Expand Down

0 comments on commit 6db6929

Please sign in to comment.