Skip to content

Commit 69f05a1

Browse files
committed
chore(deps): update dependency ts-node to ^8.5.2
1 parent bee2224 commit 69f05a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "^1.18.2",
6060
"semantic-release": "^15.13.3",
6161
"sourcegraph": "^23.0.1",
62-
"ts-node": "^8.1.0",
62+
"ts-node": "^8.5.2",
6363
"tslint": "^5.20.1",
6464
"typescript": "^3.4.5"
6565
},

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ dezalgo@^1.0.0, dezalgo@~1.0.3:
15021502
asap "^2.0.0"
15031503
wrappy "1"
15041504

1505-
[email protected], diff@^3.1.0:
1505+
15061506
version "3.5.0"
15071507
resolved "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
15081508
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
@@ -5418,13 +5418,13 @@ trim-right@^1.0.1:
54185418
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
54195419
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
54205420

5421-
ts-node@^8.1.0:
5422-
version "8.1.0"
5423-
resolved "https://registry.npmjs.org/ts-node/-/ts-node-8.1.0.tgz#8c4b37036abd448577db22a061fd7a67d47e658e"
5424-
integrity sha512-34jpuOrxDuf+O6iW1JpgTRDFynUZ1iEqtYruBqh35gICNjN8x+LpVcPAcwzLPi9VU6mdA3ym+x233nZmZp445A==
5421+
ts-node@^8.5.2:
5422+
version "8.5.2"
5423+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.2.tgz#434f6c893bafe501a30b32ac94ee36809ba2adce"
5424+
integrity sha512-W1DK/a6BGoV/D4x/SXXm6TSQx6q3blECUzd5TN+j56YEMX3yPVMpHsICLedUw3DvGF3aTQ8hfdR9AKMaHjIi+A==
54255425
dependencies:
54265426
arg "^4.1.0"
5427-
diff "^3.1.0"
5427+
diff "^4.0.1"
54285428
make-error "^1.1.1"
54295429
source-map-support "^0.5.6"
54305430
yn "^3.0.0"

0 commit comments

Comments
 (0)