8000 chore: update dependency ts-node to v10.5.0 (#909) · angular-eslint/angular-eslint@c5ccab8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5ccab8

Browse files
chore: update dependency ts-node to v10.5.0 (#909)
1 parent 5044cae commit c5ccab8

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"terser": "5.10.0",
9090
"tree-kill": "1.2.2",
9191
"ts-jest": "27.0.7",
92-
"ts-node": "10.4.0",
92+
"ts-node": "10.5.0",
9393
"typescript": "4.4.4"
9494
}
9595
}

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11746,10 +11746,10 @@ ts-jest@27.0.7, ts-jest@^27.0.0:
1174611746
semver "7.x"
1174711747
yargs-parser "20.x"
1174811748

11749-
ts-node@10.4.0:
11750-
version "10.4.0"
11751-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
11752-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
11749+
ts-node@10.5.0:
11750+
version "10.5.0"
11751+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
11752+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
1175311753
dependencies:
1175411754
"@cspotcode/source-map-support" "0.7.0"
1175511755
"@tsconfig/node10" "^1.0.7"
@@ -11762,6 +11762,7 @@ ts-node@10.4.0:
1176211762
create-require "^1.1.0"
1176311763
diff "^4.0.1"
1176411764
make-error "^1.1.1"
11765+
v8-compile-cache-lib "^3.0.0"
1176511766
yn "3.1.1"
1176611767

1176711768
ts-node@^9:
@@ -12122,6 +12123,11 @@ uuid@^3.3.2:
1212212123
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1212312124
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1212412125

12126+
v8-compile-cache-lib@^3.0.0:
12127+
version "3.0.0"
12128+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
12129+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
12130+
1212512131
v8-compile-cache@2.3.0:
1212612132
version "2.3.0"
1212712133
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)
0