aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-12-12 13:38:43 -0500
committerGitHub <[email protected]>2021-12-12 13:38:43 -0500
commit53d9280dc6f0f169f01d2ad2d656af3855fde6d4 (patch)
tree0aecdd1e9682a0107496abcf5eda08bee423afb5
parent01afa11c99ad3947dd6b224d05fa9165f62c08b2 (diff)
parent9abc7370a8671c6802417a0e4a3fe5a592600d81 (diff)
downloadmuse-53d9280dc6f0f169f01d2ad2d656af3855fde6d4.tar.xz
muse-53d9280dc6f0f169f01d2ad2d656af3855fde6d4.zip
Merge pull request #346 from codetheweb/dependabot/npm_and_yarn/p-limit-4.0.0
-rw-r--r--package.json2
-rw-r--r--yarn.lock14
2 files changed, 14 insertions, 2 deletions
diff --git a/package.json b/package.json
index 79235d3..0a64999 100644
--- a/package.json
+++ b/package.json
@@ -91,7 +91,7 @@
"make-dir": "^3.1.0",
"node-emoji": "^1.10.0",
"p-event": "^4.2.0",
- "p-limit": "^3.1.0",
+ "p-limit": "^4.0.0",
"p-queue": "^7.1.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.11.0",
diff --git a/yarn.lock b/yarn.lock
index 93c2cd2..4d58279 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2455,13 +2455,20 @@ p-finally@^1.0.0:
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
-p-limit@^3.0.2, p-limit@^3.1.0:
+p-limit@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
dependencies:
yocto-queue "^0.1.0"
+p-limit@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
+ integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
+ dependencies:
+ yocto-queue "^1.0.0"
+
p-locate@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
@@ -3515,6 +3522,11 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
+yocto-queue@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
+ integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
+
youtube.ts@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/youtube.ts/-/youtube.ts-0.2.2.tgz#d068bd13da7d2a98743d78682d54535d9c1a2833"