summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-16 09:05:32 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-16 09:05:32 +0900
commit18fbaee9df444afe9ccc36386e670c8e36842da5 (patch)
tree8434e2d99123620c0f91898604c3cb65ba47e104
parentupdate commander (diff)
downloadmisskey-18fbaee9df444afe9ccc36386e670c8e36842da5.tar.gz
misskey-18fbaee9df444afe9ccc36386e670c8e36842da5.tar.bz2
misskey-18fbaee9df444afe9ccc36386e670c8e36842da5.zip
fix
-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 6c77d226d1..73c4b3ad57 100644
--- a/package.json
+++ b/package.json
@@ -158,7 +158,7 @@
"https-proxy-agent": "5.0.0",
"idb-keyval": "5.0.5",
"insert-text-at-cursor": "0.3.0",
- "is-root": "3.0.0",
+ "is-root": "2.1.0",
"is-svg": "4.3.1",
"js-yaml": "4.1.0",
"jsdom": "16.5.3",
diff --git a/yarn.lock b/yarn.lock
index 71fb15c88a..44accf6594 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5662,10 +5662,10 @@ is-resolvable@^1.1.0:
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
-is-root@3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-root/-/is-root-3.0.0.tgz#ec4822f88e0b5af0731bd6da5122fc993d83a61e"
- integrity sha512-C13bL54yQdgniduW8KFe81ttgQINcwMgil/zyNuDzr/xjIyDMkcvcc9dON62RH9VBAHOI7le+lTo/U3PY3irwg==
+is-root@2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
+ integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
is-stream@^1.1.0:
version "1.1.0"