Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 7e8ca5e

Browse files
committed
chore(deps): update dependency ts-node to ^8.2.0
1 parent f1c183c commit 7e8ca5e

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"prettier": "^1.16.4",
7070
"semantic-release": "^16.0.0-beta.18",
7171
"sinon": "^7.3.2",
72-
"ts-node": "^8.0.2",
72+
"ts-node": "^8.2.0",
7373
"tslint": "^5.15.0",
7474
"typescript": "^3.2.2"
7575
},

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,11 +1603,16 @@ dezalgo@^1.0.0, dezalgo@~1.0.3:
16031603
asap "^2.0.0"
16041604
wrappy "1"
16051605

1606-
diff@3.5.0, diff@^3.1.0, diff@^3.2.0, diff@^3.5.0:
1606+
diff@3.5.0, diff@^3.2.0, diff@^3.5.0:
16071607
version "3.5.0"
16081608
resolved "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
16091609
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
16101610

1611+
diff@^4.0.1:
1612+
version "4.0.1"
1613+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
1614+
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
1615+
16111616
dir-glob@^2.0.0, dir-glob@^2.2.1:
16121617
version "2.2.2"
16131618
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
@@ -5639,13 +5644,13 @@ trim-right@^1.0.1:
56395644
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
56405645
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
56415646

5642-
ts-node@^8.0.2:
5643-
version "8.0.2"
5644-
resolved "https://registry.npmjs.org/ts-node/-/ts-node-8.0.2.tgz#9ecdf8d782a0ca4c80d1d641cbb236af4ac1b756"
5645-
integrity sha512-MosTrinKmaAcWgO8tqMjMJB22h+sp3Rd1i4fdoWY4mhBDekOwIAKI/bzmRi7IcbCmjquccYg2gcF6NBkLgr0Tw==
5647+
ts-node@^8.2.0:
5648+
version "8.2.0"
5649+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.2.0.tgz#4a89754b00560bb24cd54526e1685fa38c45f240"
5650+
integrity sha512-m8XQwUurkbYqXrKqr3WHCW310utRNvV5OnRVeISeea7LoCWVcdfeB/Ntl8JYWFh+WRoUAdBgESrzKochQt7sMw==
56465651
dependencies:
56475652
arg "^4.1.0"
5648-
diff "^3.1.0"
5653+
diff "^4.0.1"
56495654
make-error "^1.1.1"
56505655
source-map-support "^0.5.6"
56515656
yn "^3.0.0"

0 commit comments

Comments
 (0)