Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit ca63338

Browse files
Update dependency ts-node to v8.10.2 (#31)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 99f4180 commit ca63338

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"rollup-plugin-typescript2": "0.31.2",
6666
"sinon": "^8.1.1",
6767
"ts-jest": "^25.1.0",
68-
"ts-node": "^8.6.2",
68+
"ts-node": "8.10.2",
6969
"tslib": "^1.10.0",
7070
"typescript": "3.9.10"
7171
},

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4949,6 +4949,14 @@ source-map-resolve@^0.6.0:
49494949
atob "^2.1.2"
49504950
decode-uri-component "^0.2.0"
49514951

4952+
source-map-support@^0.5.17:
4953+
version "0.5.21"
4954+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
4955+
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
4956+
dependencies:
4957+
buffer-from "^1.0.0"
4958+
source-map "^0.6.0"
4959+
49524960
source-map-support@^0.5.6:
49534961
version "0.5.16"
49544962
resolved "https://registry.npm.taobao.org/source-map-support/download/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
@@ -5362,15 +5370,15 @@ ts-jest@^25.1.0:
53625370
semver "6.x"
53635371
yargs-parser "18.x"
53645372

5365-
ts-node@^8.6.2:
5366-
version "8.8.2"
5367-
resolved "https://registry.npm.taobao.org/ts-node/download/ts-node-8.8.2.tgz#0b39e690bee39ea5111513a9d2bcdc0bc121755f"
5368-
integrity sha1-CznmkL7jnqURFROp0rzcC8EhdV8=
5373+
ts-node@8.10.2:
5374+
version "8.10.2"
5375+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
5376+
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==
53695377
dependencies:
53705378
arg "^4.1.0"
53715379
diff "^4.0.1"
53725380
make-error "^1.1.1"
5373-
source-map-support "^0.5.6"
5381+
source-map-support "^0.5.17"
53745382
yn "3.1.1"
53755383

53765384
tslib@^1.10.0, tslib@^1.8.1:

0 commit comments

Comments
 (0)