diff options
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -492,6 +492,13 @@ ieee754@^1.1.13, ieee754@^1.2.1: | |||
492 | resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" | 492 | resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" |
493 | integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== | 493 | integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== |
494 | 494 | ||
495 | image-size@^1.0.0: | ||
496 | version "1.0.0" | ||
497 | resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.0.tgz#58b31fe4743b1cec0a0ac26f5c914d3c5b2f0750" | ||
498 | integrity sha512-JLJ6OwBfO1KcA+TvJT+v8gbE6iWbj24LyDNFgFEN0lzegn6cC6a/p3NIDaepMsJjQjlUWqIC7wJv8lBFxPNjcw== | ||
499 | dependencies: | ||
500 | queue "6.0.2" | ||
501 | |||
495 | inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: | 502 | inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: |
496 | version "2.0.4" | 503 | version "2.0.4" |
497 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | 504 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" |
@@ -701,6 +708,13 @@ pump@^3.0.0: | |||
701 | end-of-stream "^1.1.0" | 708 | end-of-stream "^1.1.0" |
702 | once "^1.3.1" | 709 | once "^1.3.1" |
703 | 710 | ||
711 | queue@6.0.2: | ||
712 | version "6.0.2" | ||
713 | resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65" | ||
714 | integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== | ||
715 | dependencies: | ||
716 | inherits "~2.0.3" | ||
717 | |||
704 | quick-lru@^5.1.1: | 718 | quick-lru@^5.1.1: |
705 | version "5.1.1" | 719 | version "5.1.1" |
706 | resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" | 720 | resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" |