Merge pull request #42 from codetheweb/dependabot/npm_and_yarn/ts-node-9.1.1

This commit is contained in:
dependabot-preview[bot] 2020-12-08 10:47:37 +00:00 committed by GitHub
commit f579cfe674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
"eslint-config-xo-typescript": "^0.36.0", "eslint-config-xo-typescript": "^0.36.0",
"husky": "^4.3.5", "husky": "^4.3.5",
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"ts-node": "^9.1.0", "ts-node": "^9.1.1",
"typescript": "^4.1.2" "typescript": "^4.1.2"
}, },
"eslintConfig": { "eslintConfig": {

View file

@ -2917,10 +2917,10 @@ tough-cookie@~2.5.0:
psl "^1.1.28" psl "^1.1.28"
punycode "^2.1.1" punycode "^2.1.1"
ts-node@^9.1.0: ts-node@^9.1.1:
version "9.1.0" version "9.1.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.0.tgz#95eae4c6d0f94f2545884078e1eb1b14d2155639" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
integrity sha512-0yqcL4sgruCvM+w64LiAfNJo6+lHfCYc5Ajj4yiLNkJ9oZ2HWaa+Kso7htYOOxVQ7+csAjdUjffOe9PIqC4pMg== integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
dependencies: dependencies:
arg "^4.1.0" arg "^4.1.0"
create-require "^1.1.0" create-require "^1.1.0"