Update dependency ts-node to ^9.1.1 (#17005)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-18 01:46:31 +01:00 committed by GitHub
parent a411e6d1a3
commit 2aa3c16ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -251,7 +251,7 @@
"to-string-loader": "^1.1.6",
"ts-graphql-plugin": "^2.1.2",
"ts-morph": "^8.1.0",
"ts-node": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"utc-version": "^2.0.2",
"web-ext": "^4.2.0",

View File

@ -21200,10 +21200,10 @@ ts-morph@^8.1.0:
"@ts-morph/common" "~0.6.0"
code-block-writer "^10.1.0"
ts-node@^9, ts-node@^9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-9.1.0.tgz#95eae4c6d0f94f2545884078e1eb1b14d2155639"
integrity sha512-0yqcL4sgruCvM+w64LiAfNJo6+lHfCYc5Ajj4yiLNkJ9oZ2HWaa+Kso7htYOOxVQ7+csAjdUjffOe9PIqC4pMg==
ts-node@^9, ts-node@^9.1.1:
version "9.1.1"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
dependencies:
arg "^4.1.0"
create-require "^1.1.0"