build(devtools): update dependency ts-node to ~10.1.0 (rangle/angular-devtools#884)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-13 10:09:35 -07:00 committed by GitHub
parent 462a6581c0
commit 00846664d3
2 changed files with 5 additions and 5 deletions

View file

@ -90,7 +90,7 @@
"start-server-and-test": "^1.10.11",
"todomvc-app-css": "^2.3.0",
"todomvc-common": "^1.0.5",
"ts-node": "~10.0.0",
"ts-node": "~10.1.0",
"tsickle": "^0.43.0",
"tslint": "~5.20.0",
"typescript": "~4.2.3",

View file

@ -12599,10 +12599,10 @@ ts-loader@5.4.5:
micromatch "^3.1.4"
semver "^5.0.1"
ts-node@~10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.0.0.tgz#05f10b9a716b0b624129ad44f0ea05dac84ba3be"
integrity sha512-ROWeOIUvfFbPZkoDis0L/55Fk+6gFQNZwwKPLinacRl6tsxstTF1DbAcLKkovwnpKMVvOMHP1TIbnwXwtLg1gg==
ts-node@~10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.1.0.tgz#e656d8ad3b61106938a867f69c39a8ba6efc966e"
integrity sha512-6szn3+J9WyG2hE+5W8e0ruZrzyk1uFLYye6IGMBadnOzDh8aP7t8CbFpsfCiEx2+wMixAhjFt7lOZC4+l+WbEA==
dependencies:
"@tsconfig/node10" "^1.0.7"
"@tsconfig/node12" "^1.0.7"