Skip to content

Commit 0216654

Browse files
committed
chore(deps): update dependency ts-node to v10.1.0
1 parent 70b0a3f commit 0216654

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
@@ -40,7 +40,7 @@
4040
"eslint": "7.30.0",
4141
"prettier": "2.3.2",
4242
"semantic-release": "17.4.4",
43-
"ts-node": "10.0.0",
43+
"ts-node": "10.1.0",
4444
"typescript": "4.3.5",
4545
"webpack": "5.44.0"
4646
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5751,10 +5751,10 @@ trim-off-newlines@^1.0.0, trim-off-newlines@^1.0.1:
57515751
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
57525752
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
57535753

5754-
ts-node@10.0.0:
5755-
version "10.0.0"
5756-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.0.0.tgz#05f10b9a716b0b624129ad44f0ea05dac84ba3be"
5757-
integrity sha512-ROWeOIUvfFbPZkoDis0L/55Fk+6gFQNZwwKPLinacRl6tsxstTF1DbAcLKkovwnpKMVvOMHP1TIbnwXwtLg1gg==
5754+
ts-node@10.1.0:
5755+
version "10.1.0"
5756+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.1.0.tgz#e656d8ad3b61106938a867f69c39a8ba6efc966e"
5757+
integrity sha512-6szn3+J9WyG2hE+5W8e0ruZrzyk1uFLYye6IGMBadnOzDh8aP7t8CbFpsfCiEx2+wMixAhjFt7lOZC4+l+WbEA==
57585758
dependencies:
57595759
"@tsconfig/node10" "^1.0.7"
57605760
"@tsconfig/node12" "^1.0.7"

0 commit comments

Comments
 (0)