Skip to content

Commit 0ac1756

Browse files
committed
Update dependency ts-node to v9
1 parent c7ee711 commit 0ac1756

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"protobuf"
2929
],
3030
"devDependencies": {
31-
"ts-node": "8.9.1"
31+
"ts-node": "9.1.1"
3232
}
3333
}

yarn.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,7 @@ strip-ansi@^6.0.0:
184184
dependencies:
185185
ansi-regex "^5.0.0"
186186

187-
188-
version "8.9.1"
189-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.9.1.tgz#2f857f46c47e91dcd28a14e052482eb14cfd65a5"
190-
dependencies:
191-
arg "^4.1.0"
192-
diff "^4.0.1"
193-
make-error "^1.1.1"
194-
source-map-support "^0.5.17"
195-
yn "3.1.1"
196-
197-
ts-node@^9.1.1:
187+
[email protected], ts-node@^9.1.1:
198188
version "9.1.1"
199189
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
200190
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==

0 commit comments

Comments
 (0)