Browse Source

⬆️ Upgrade dependency ts-jest to v26.1.0

pull/129/head
Renovate Bot 6 years ago
committed by Nicolas Beaussart
parent
commit
96f3ba1fff
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -49,7 +49,7 @@
"semantic-release": "17.0.8", "semantic-release": "17.0.8",
"semantic-release-gitmoji": "1.3.4", "semantic-release-gitmoji": "1.3.4",
"strip-ansi": "6.0.0", "strip-ansi": "6.0.0",
"ts-jest": "26.0.0",
"ts-jest": "26.1.0",
"ts-node": "8.10.2", "ts-node": "8.10.2",
"typescript": "3.9.3" "typescript": "3.9.3"
}, },

8
yarn.lock

@ -9564,10 +9564,10 @@ trim-off-newlines@^1.0.0:
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
ts-jest@26.0.0:
version "26.0.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.0.0.tgz#957b802978249aaf74180b9dcb17b4fd787ad6f3"
integrity sha512-eBpWH65mGgzobuw7UZy+uPP9lwu+tPp60o324ASRX4Ijg8UC5dl2zcge4kkmqr2Zeuk9FwIjvCTOPuNMEyGWWw==
ts-jest@26.1.0:
version "26.1.0"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.1.0.tgz#e9070fc97b3ea5557a48b67c631c74eb35e15417"
integrity sha512-JbhQdyDMYN5nfKXaAwCIyaWLGwevcT2/dbqRPsQeh6NZPUuXjZQZEfeLb75tz0ubCIgEELNm6xAzTe5NXs5Y4Q==
dependencies: dependencies:
bs-logger "0.x" bs-logger "0.x"
buffer-from "1.x" buffer-from "1.x"

Loading…
Cancel
Save