mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bump queue from 6.0.2 to 7.0.0 in /app
Bumps [queue](https://github.com/jessetane/queue) from 6.0.2 to 7.0.0. - [Commits](https://github.com/jessetane/queue/compare/6.0.2...7.0.0) --- updated-dependencies: - dependency-name: queue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2a7bb18259
commit
480bb81b54
2 changed files with 5 additions and 7 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"node-pty": "1.0.0",
|
||||
"os-locale": "5.0.0",
|
||||
"parse-url": "8.1.0",
|
||||
"queue": "6.0.2",
|
||||
"queue": "7.0.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"recast": "0.23.6",
|
||||
|
|
|
|||
|
|
@ -777,12 +777,10 @@ punycode@^2.1.0:
|
|||
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
|
||||
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
||||
|
||||
queue@6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65"
|
||||
integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==
|
||||
dependencies:
|
||||
inherits "~2.0.3"
|
||||
queue@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.npmjs.org/queue/-/queue-7.0.0.tgz#2f43841ac492a4848007089810702704f5b2c4ae"
|
||||
integrity sha512-sphwS7HdfQnvrJAXUNAUgpf9H/546IE3p/5Lf2jr71O4udEYlqAhkevykumas2FYuMkX/29JMOgrRdRoYZ/X9w==
|
||||
|
||||
react-dom@18.2.0:
|
||||
version "18.2.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue