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

Skip to content

Commit 8c41e84

Browse files
chore: update dependency ts-node to v10.7.0 (#963)
1 parent 1438283 commit 8c41e84

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"terser": "5.12.1",
8888
"tree-kill": "1.2.2",
8989
"ts-jest": "27.0.7",
90-
"ts-node": "10.5.0",
90+
"ts-node": "10.7.0",
9191
"typescript": "4.5.5"
9292
}
9393
}

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12221,7 +12221,26 @@ ts-jest@27.0.7, ts-jest@^27.0.0:
1222112221
semver "7.x"
1222212222
yargs-parser "20.x"
1222312223

12224-
ts-node@10.5.0, ts-node@^10.5.0:
12224+
ts-node@10.7.0:
12225+
version "10.7.0"
12226+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
12227+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
12228+
dependencies:
12229+
"@cspotcode/source-map-support" "0.7.0"
12230+
"@tsconfig/node10" "^1.0.7"
12231+
"@tsconfig/node12" "^1.0.7"
12232+
"@tsconfig/node14" "^1.0.0"
12233+
"@tsconfig/node16" "^1.0.2"
12234+
acorn "^8.4.1"
12235+
acorn-walk "^8.1.1"
12236+
arg "^4.1.0"
12237+
create-require "^1.1.0"
12238+
diff "^4.0.1"
12239+
make-error "^1.1.1"
12240+
v8-compile-cache-lib "^3.0.0"
12241+
yn "3.1.1"
12242+
12243+
ts-node@^10.5.0:
1222512244
version "10.5.0"
1222612245
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
1222712246
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==

0 commit comments

Comments
 (0)
0