Skip to content

Commit 4ab0094

Browse files
chore(deps): update dependency ts-node to v10.5.0 (#1032)
1 parent 9ac5163 commit 4ab0094

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"rollup": "2.67.0",
4141
"rollup-plugin-terser": "7.0.2",
4242
"should": "13.2.3",
43-
"ts-node": "10.4.0",
43+
"ts-node": "10.5.0",
4444
"tslint": "6.1.3",
4545
"tslint-config-prettier": "1.18.0",
4646
"typedoc": "0.22.11",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7012,10 +7012,10 @@ trim-repeated@^1.0.0:
70127012
dependencies:
70137013
escape-string-regexp "^1.0.2"
70147014

7015-
ts-node@10.4.0:
7016-
version "10.4.0"
7017-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
7018-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
7015+
ts-node@10.5.0:
7016+
version "10.5.0"
7017+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
7018+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
70197019
dependencies:
70207020
"@cspotcode/source-map-support" "0.7.0"
70217021
"@tsconfig/node10" "^1.0.7"
@@ -7028,6 +7028,7 @@ ts-node@10.4.0:
70287028
create-require "^1.1.0"
70297029
diff "^4.0.1"
70307030
make-error "^1.1.1"
7031+
v8-compile-cache-lib "^3.0.0"
70317032
yn "3.1.1"
70327033

70337034
tslib@^1.13.0:
@@ -7304,6 +7305,11 @@ uuid@^3.3.2:
73047305
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
73057306
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
73067307

7308+
v8-compile-cache-lib@^3.0.0:
7309+
version "3.0.0"
7310+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
7311+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
7312+
73077313
validate-npm-package-license@^3.0.1:
73087314
version "3.0.4"
73097315
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)