Skip to content

Commit f5520ac

Browse files
committed
chore(deps): update dependency ts-node to ^8.4.0
1 parent 8bc0692 commit f5520ac

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-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.4.0",
6363
"tslint": "^5.19.0",
6464
"typescript": "^3.4.5"
6565
},

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -1511,11 +1511,16 @@ dezalgo@^1.0.0, dezalgo@~1.0.3:
15111511
asap "^2.0.0"
15121512
wrappy "1"
15131513

1514-
[email protected], diff@^3.1.0, diff@^3.2.0:
1514+
[email protected], diff@^3.2.0:
15151515
version "3.5.0"
15161516
resolved "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
15171517
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
15181518

1519+
diff@^4.0.1:
1520+
version "4.0.1"
1521+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
1522+
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
1523+
15191524
dir-glob@^2.0.0, dir-glob@^2.2.2:
15201525
version "2.2.2"
15211526
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
@@ -5422,13 +5427,13 @@ trim-right@^1.0.1:
54225427
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
54235428
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
54245429

5425-
ts-node@^8.1.0:
5426-
version "8.1.0"
5427-
resolved "https://registry.npmjs.org/ts-node/-/ts-node-8.1.0.tgz#8c4b37036abd448577db22a061fd7a67d47e658e"
5428-
integrity sha512-34jpuOrxDuf+O6iW1JpgTRDFynUZ1iEqtYruBqh35gICNjN8x+LpVcPAcwzLPi9VU6mdA3ym+x233nZmZp445A==
5430+
ts-node@^8.4.0:
5431+
version "8.4.0"
5432+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.4.0.tgz#b6def962ed6ce5cbcf3bafb4be8453d41e2d46bc"
5433+
integrity sha512-yGSU5gwuDC3Kigr9kszHcMOhTc4AaeBkHTbDMt2qFYFJxGh3Qho/gq7tWEI6DjVsQUdzO+QrccuuNh8Ylk5KYg==
54295434
dependencies:
54305435
arg "^4.1.0"
5431-
diff "^3.1.0"
5436+
diff "^4.0.1"
54325437
make-error "^1.1.1"
54335438
source-map-support "^0.5.6"
54345439
yn "^3.0.0"

0 commit comments

Comments
 (0)