diff options
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -197,6 +197,11 @@ | |||
197 | resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.136.tgz#413e85089046b865d960c9ff1d400e04c31ab60f" | 197 | resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.136.tgz#413e85089046b865d960c9ff1d400e04c31ab60f" |
198 | integrity sha512-0GJhzBdvsW2RUccNHOBkabI8HZVdOXmXbXhuKlDEd5Vv12P7oAVGfomGp3Ne21o5D/qu1WmthlNKFaoZJJeErA== | 198 | integrity sha512-0GJhzBdvsW2RUccNHOBkabI8HZVdOXmXbXhuKlDEd5Vv12P7oAVGfomGp3Ne21o5D/qu1WmthlNKFaoZJJeErA== |
199 | 199 | ||
200 | "@types/lru-cache@^5.1.0": | ||
201 | version "5.1.0" | ||
202 | resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz#57f228f2b80c046b4a1bd5cac031f81f207f4f03" | ||
203 | integrity sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w== | ||
204 | |||
200 | "@types/magnet-uri@*", "@types/magnet-uri@^5.1.1": | 205 | "@types/magnet-uri@*", "@types/magnet-uri@^5.1.1": |
201 | version "5.1.2" | 206 | version "5.1.2" |
202 | resolved "https://registry.yarnpkg.com/@types/magnet-uri/-/magnet-uri-5.1.2.tgz#7860417399d52ddc0be1021d570b4ac93ffc133e" | 207 | resolved "https://registry.yarnpkg.com/@types/magnet-uri/-/magnet-uri-5.1.2.tgz#7860417399d52ddc0be1021d570b4ac93ffc133e" |
@@ -4394,6 +4399,13 @@ lru-cache@4.1.x, lru-cache@^4.0.1: | |||
4394 | pseudomap "^1.0.2" | 4399 | pseudomap "^1.0.2" |
4395 | yallist "^2.1.2" | 4400 | yallist "^2.1.2" |
4396 | 4401 | ||
4402 | lru-cache@^5.1.1: | ||
4403 | version "5.1.1" | ||
4404 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" | ||
4405 | integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== | ||
4406 | dependencies: | ||
4407 | yallist "^3.0.2" | ||
4408 | |||
4397 | lru-queue@0.1: | 4409 | lru-queue@0.1: |
4398 | version "0.1.0" | 4410 | version "0.1.0" |
4399 | resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3" | 4411 | resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3" |
@@ -8082,7 +8094,7 @@ yallist@^2.1.2: | |||
8082 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | 8094 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" |
8083 | integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= | 8095 | integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= |
8084 | 8096 | ||
8085 | yallist@^3.0.0, yallist@^3.0.3: | 8097 | yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: |
8086 | version "3.0.3" | 8098 | version "3.0.3" |
8087 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" | 8099 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" |
8088 | integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== | 8100 | integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== |