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

Commit 5fdcb5a

Browse files
committed
chore(deps): update dependency ts-node to ^8.1.0
1 parent 8663ae2 commit 5fdcb5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1.0",
7373
"tslint": "^5.15.0",
7474
"typescript": "^3.2.2"
7575
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5634,10 +5634,10 @@ trim-right@^1.0.1:
56345634
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
56355635
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
56365636

5637-
ts-node@^8.0.2:
5638-
version "8.0.2"
5639-
resolved "https://registry.npmjs.org/ts-node/-/ts-node-8.0.2.tgz#9ecdf8d782a0ca4c80d1d641cbb236af4ac1b756"
5640-
integrity sha512-MosTrinKmaAcWgO8tqMjMJB22h+sp3Rd1i4fdoWY4mhBDekOwIAKI/bzmRi7IcbCmjquccYg2gcF6NBkLgr0Tw==
5637+
ts-node@^8.1.0:
5638+
version "8.1.0"
5639+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.1.0.tgz#8c4b37036abd448577db22a061fd7a67d47e658e"
5640+
integrity sha512-34jpuOrxDuf+O6iW1JpgTRDFynUZ1iEqtYruBqh35gICNjN8x+LpVcPAcwzLPi9VU6mdA3ym+x233nZmZp445A==
56415641
dependencies:
56425642
arg "^4.1.0"
56435643
diff "^3.1.0"

0 commit comments

Comments
 (0)