File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 21
21
"pkginfo" : " ^0.4.1" ,
22
22
"prettier" : " ^1.13.5" ,
23
23
"request" : " ^2.88.0" ,
24
+ "semver" : " 7.3.5" ,
24
25
"tmp-promise" : " ^3.0.2" ,
25
26
"yaml" : " ^1.5.1"
26
27
},
Original file line number Diff line number Diff line change @@ -3712,6 +3712,13 @@ lru-cache@^5.1.1:
3712
3712
dependencies :
3713
3713
yallist "^3.0.2"
3714
3714
3715
+ lru-cache@^6.0.0 :
3716
+ version "6.0.0"
3717
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3718
+ integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3719
+ dependencies :
3720
+ yallist "^4.0.0"
3721
+
3715
3722
mafmt@^6.0.2 :
3716
3723
version "6.0.10"
3717
3724
resolved "https://registry.yarnpkg.com/mafmt/-/mafmt-6.0.10.tgz#3ad251c78f14f8164e66f70fd3265662da41113a"
@@ -4832,6 +4839,13 @@ secp256k1@^3.6.2:
4832
4839
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
4833
4840
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
4834
4841
4842
+
4843
+ version "7.3.5"
4844
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
4845
+ integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
4846
+ dependencies :
4847
+ lru-cache "^6.0.0"
4848
+
4835
4849
semver@^6.0.0, semver@^6.1.2, semver@^6.3.0 :
4836
4850
version "6.3.0"
4837
4851
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -5720,6 +5734,11 @@ yallist@^3.0.2:
5720
5734
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
5721
5735
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
5722
5736
5737
+ yallist@^4.0.0 :
5738
+ version "4.0.0"
5739
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5740
+ integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5741
+
5723
5742
yaml@^1.5.1, yaml@^1.7.2 :
5724
5743
version "1.9.2"
5725
5744
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.9.2.tgz#f0cfa865f003ab707663e4f04b3956957ea564ed"
You can’t perform that action at this time.
0 commit comments