mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bump queue from 4.4.2 to 6.0.1 in /app
Bumps [queue](https://github.com/jessetane/queue) from 4.4.2 to 6.0.1. - [Release notes](https://github.com/jessetane/queue/releases) - [Commits](https://github.com/jessetane/queue/compare/4.4.2...6.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
83a04edb7e
commit
ae49f9aa85
2 changed files with 8 additions and 6 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
"os-locale": "3.1.0",
|
"os-locale": "3.1.0",
|
||||||
"parse-url": "3.0.2",
|
"parse-url": "3.0.2",
|
||||||
"pify": "4.0.1",
|
"pify": "4.0.1",
|
||||||
"queue": "4.4.2",
|
"queue": "6.0.1",
|
||||||
"react": "16.10.2",
|
"react": "16.10.2",
|
||||||
"react-dom": "16.10.2",
|
"react-dom": "16.10.2",
|
||||||
"semver": "6.3.0",
|
"semver": "6.3.0",
|
||||||
|
|
|
||||||
|
|
@ -255,9 +255,10 @@ imurmurhash@^0.1.4:
|
||||||
version "0.1.4"
|
version "0.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
||||||
|
|
||||||
inherits@~2.0.0:
|
inherits@~2.0.3:
|
||||||
version "2.0.4"
|
version "2.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
|
||||||
|
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
|
||||||
|
|
||||||
invert-kv@^2.0.0:
|
invert-kv@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
|
|
@ -569,11 +570,12 @@ query-string@^4.1.0:
|
||||||
object-assign "^4.1.0"
|
object-assign "^4.1.0"
|
||||||
strict-uri-encode "^1.0.0"
|
strict-uri-encode "^1.0.0"
|
||||||
|
|
||||||
queue@4.4.2:
|
queue@6.0.1:
|
||||||
version "4.4.2"
|
version "6.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/queue/-/queue-4.4.2.tgz#5a9733d9a8b8bd1b36e934bc9c55ab89b28e29c7"
|
resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.1.tgz#abd5a5b0376912f070a25729e0b6a7d565683791"
|
||||||
|
integrity sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==
|
||||||
dependencies:
|
dependencies:
|
||||||
inherits "~2.0.0"
|
inherits "~2.0.3"
|
||||||
|
|
||||||
react-dom@16.10.2:
|
react-dom@16.10.2:
|
||||||
version "16.10.2"
|
version "16.10.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue