mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump ts-node from 8.10.2 to 9.0.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a672cfbe2d
commit
93cfd46a74
2 changed files with 5 additions and 5 deletions
|
|
@ -122,7 +122,7 @@
|
||||||
"style-loader": "1.2.1",
|
"style-loader": "1.2.1",
|
||||||
"terser": "5.0.0",
|
"terser": "5.0.0",
|
||||||
"terser-webpack-plugin": "4.1.0",
|
"terser-webpack-plugin": "4.1.0",
|
||||||
"ts-node": "8.10.2",
|
"ts-node": "9.0.0",
|
||||||
"typescript": "3.9.7",
|
"typescript": "3.9.7",
|
||||||
"webpack": "4.44.1"
|
"webpack": "4.44.1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8336,10 +8336,10 @@ truncate-utf8-bytes@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
utf8-byte-length "^1.0.1"
|
utf8-byte-length "^1.0.1"
|
||||||
|
|
||||||
ts-node@8.10.2:
|
ts-node@9.0.0:
|
||||||
version "8.10.2"
|
version "9.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
|
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.0.0.tgz#e7699d2a110cc8c0d3b831715e417688683460b3"
|
||||||
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==
|
integrity sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg==
|
||||||
dependencies:
|
dependencies:
|
||||||
arg "^4.1.0"
|
arg "^4.1.0"
|
||||||
diff "^4.0.1"
|
diff "^4.0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue