Skip to content

Commit a773a32

Browse files
committed
chore(deps): update dependency ts-node to v10.3.0
1 parent 9e50787 commit a773a32

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.32.0",
4141
"prettier": "2.4.1",
4242
"semantic-release": "17.4.7",
43-
"ts-node": "10.2.1",
43+
"ts-node": "10.3.0",
4444
"typescript": "4.4.3",
4545
"webpack": "5.58.1"
4646
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
7979
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
8080

81-
"@cspotcode/source-map-support@0.6.1":
82-
version "0.6.1"
83-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz#118511f316e2e87ee4294761868e254d3da47960"
84-
integrity sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==
81+
"@cspotcode/source-map-support@0.7.0":
82+
version "0.7.0"
83+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
84+
integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
8585
dependencies:
8686
"@cspotcode/source-map-consumer" "0.8.0"
8787

@@ -5922,12 +5922,12 @@ trim-off-newlines@^1.0.1:
59225922
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.2.tgz#65d52e4f4115992c0dac87220bdcc279fe58c422"
59235923
integrity sha512-DAnbtY4lNoOTLw05HLuvPoBFAGV4zOKQ9d1Q45JB+bcDwYIEkCr0xNgwKtygtKFBbRlFA/8ytkAM1V09QGWksg==
59245924

5925-
ts-node@10.2.1:
5926-
version "10.2.1"
5927-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5"
5928-
integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==
5925+
ts-node@10.3.0:
5926+
version "10.3.0"
5927+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.3.0.tgz#a797f2ed3ff50c9a5d814ce400437cb0c1c048b4"
5928+
integrity sha512-RYIy3i8IgpFH45AX4fQHExrT8BxDeKTdC83QFJkNzkvt8uFB6QJ8XMyhynYiKMLxt9a7yuXaDBZNOYS3XjDcYw==
59295929
dependencies:
5930-
"@cspotcode/source-map-support" "0.6.1"
5930+
"@cspotcode/source-map-support" "0.7.0"
59315931
"@tsconfig/node10" "^1.0.7"
59325932
"@tsconfig/node12" "^1.0.7"
59335933
"@tsconfig/node14" "^1.0.0"

0 commit comments

Comments
 (0)