Skip to content

Commit

Permalink
Update dependency ts-node to ^8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 16, 2021
1 parent 109a16f commit b106b87
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 41 deletions.
55 changes: 29 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"sinon": "^7.3.2",
"source-map-support": "^0.5.12",
"sourcegraph": "^25.0.0",
"ts-node": "^8.3.0",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^3.5.2"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5840,10 +5840,10 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"

source-map-support@^0.5.12, source-map-support@^0.5.6, source-map-support@~0.5.10:
version "0.5.12"
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.12.tgz"
integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==
source-map-support@^0.5.12, source-map-support@^0.5.17, source-map-support@~0.5.10:
version "0.5.19"
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz"
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"
Expand Down Expand Up @@ -6286,16 +6286,16 @@ trim-right@^1.0.1:
resolved "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=

ts-node@^8.3.0:
version "8.3.0"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-8.3.0.tgz"
integrity sha512-dyNS/RqyVTDcmNM4NIBAeDMpsAdaQ+ojdf0GOLqE6nwJOgzEkdRNzJywhDfwnuvB10oa6NLVG1rUJQCpRN7qoQ==
ts-node@^8.10.2:
version "8.10.2"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz"
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==
dependencies:
arg "^4.1.0"
diff "^4.0.1"
make-error "^1.1.1"
source-map-support "^0.5.6"
yn "^3.0.0"
source-map-support "^0.5.17"
yn "3.1.1"

tslib@^1.13.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.13.0"
Expand Down Expand Up @@ -6783,7 +6783,7 @@ yargs@^12.0.5:
y18n "^3.2.1 || ^4.0.0"
yargs-parser "^11.1.1"

yn@^3.0.0:
version "3.1.0"
resolved "https://registry.npmjs.org/yn/-/yn-3.1.0.tgz"
integrity sha512-kKfnnYkbTfrAdd0xICNFw7Atm8nKpLcLv9AZGEt+kczL/WQVai4e2V6ZN8U/O+iI6WrNuJjNNOyu4zfhl9D3Hg==
yn@3.1.1:
version "3.1.1"
resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz"
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==

0 comments on commit b106b87

Please sign in to comment.