aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-08 10:46:04 +0000
committerGitHub <[email protected]>2020-12-08 10:46:04 +0000
commite08e53e7a20aa808e7b674a2df564ff68a8ddadb (patch)
tree1286cf4b0250afb230fcd925dece36e1107055d9
parentc3b39de678fe821c12e4bf584e76a6bcedd59852 (diff)
downloadmuse-e08e53e7a20aa808e7b674a2df564ff68a8ddadb.tar.xz
muse-e08e53e7a20aa808e7b674a2df564ff68a8ddadb.zip
Bump ts-node from 9.1.0 to 9.1.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.0...v9.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index f671ea7..d130029 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"eslint-config-xo-typescript": "^0.36.0",
"husky": "^4.3.5",
"nodemon": "^2.0.6",
- "ts-node": "^9.1.0",
+ "ts-node": "^9.1.1",
"typescript": "^4.1.2"
},
"eslintConfig": {
diff --git a/yarn.lock b/yarn.lock
index 34c12a1..1a59603 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2882,10 +2882,10 @@ tough-cookie@~2.5.0:
psl "^1.1.28"
punycode "^2.1.1"
-ts-node@^9.1.0:
- version "9.1.0"
- resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.0.tgz#95eae4c6d0f94f2545884078e1eb1b14d2155639"
- integrity sha512-0yqcL4sgruCvM+w64LiAfNJo6+lHfCYc5Ajj4yiLNkJ9oZ2HWaa+Kso7htYOOxVQ7+csAjdUjffOe9PIqC4pMg==
+ts-node@^9.1.1:
+ version "9.1.1"
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
+ integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
dependencies:
arg "^4.1.0"
create-require "^1.1.0"