chore(package): update ts-node to version 8.8.1 (#922)

Summary:
Greenkeeper update
Pull Request resolved: https://github.com/facebook/flipper/pull/922

Reviewed By: mweststrate

Differential Revision: D20599053

Pulled By: jknoxville

fbshipit-source-id: 2934eb44cbf964244fad213e5f79b2bc931aca03
This commit is contained in:
John Knox
2020-03-23 11:48:58 -07:00
committed by Facebook GitHub Bot
parent 1bfb750467
commit 8eb18557dd
2 changed files with 13 additions and 2 deletions

View File

@@ -160,7 +160,7 @@
"recursive-readdir": "^2.2.2", "recursive-readdir": "^2.2.2",
"redux-mock-store": "^1.5.3", "redux-mock-store": "^1.5.3",
"ts-jest": "^25.1.0", "ts-jest": "^25.1.0",
"ts-node": "^8.6.2", "ts-node": "^8.8.1",
"typescript": "^3.7.2" "typescript": "^3.7.2"
}, },
"scripts": { "scripts": {

View File

@@ -12453,7 +12453,7 @@ ts-jest@^25.1.0:
semver "^5.5" semver "^5.5"
yargs-parser "10.x" yargs-parser "10.x"
ts-node@^8, ts-node@^8.6.2: ts-node@^8:
version "8.6.2" version "8.6.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg== integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==
@@ -12464,6 +12464,17 @@ ts-node@^8, ts-node@^8.6.2:
source-map-support "^0.5.6" source-map-support "^0.5.6"
yn "3.1.1" yn "3.1.1"
ts-node@^8.8.1:
version "8.8.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.8.1.tgz#7c4d3e9ed33aa703b64b28d7f9d194768be5064d"
integrity sha512-10DE9ONho06QORKAaCBpPiFCdW+tZJuY/84tyypGtl6r+/C7Asq0dhqbRZURuUlLQtZxxDvT8eoj8cGW0ha6Bg==
dependencies:
arg "^4.1.0"
diff "^4.0.1"
make-error "^1.1.1"
source-map-support "^0.5.6"
yn "3.1.1"
tsconfig-paths@^3.9.0: tsconfig-paths@^3.9.0:
version "3.9.0" version "3.9.0"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"