Skip to content

Commit 9b11295

Browse files
committed
deps: Lock 'semver' dependency
This dependency was being used by the project, but it only worked because some of our dependencies used it. This commit locks the version (I've investigated first which we're using today).
1 parent 4959e87 commit 9b11295

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"pkginfo": "^0.4.1",
2222
"prettier": "^1.13.5",
2323
"request": "^2.88.0",
24+
"semver": "7.3.5",
2425
"tmp-promise": "^3.0.2",
2526
"yaml": "^1.5.1"
2627
},

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,6 +3712,13 @@ lru-cache@^5.1.1:
37123712
dependencies:
37133713
yallist "^3.0.2"
37143714

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+
37153722
mafmt@^6.0.2:
37163723
version "6.0.10"
37173724
resolved "https://registry.yarnpkg.com/mafmt/-/mafmt-6.0.10.tgz#3ad251c78f14f8164e66f70fd3265662da41113a"
@@ -4832,6 +4839,13 @@ secp256k1@^3.6.2:
48324839
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
48334840
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
48344841

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+
48354849
semver@^6.0.0, semver@^6.1.2, semver@^6.3.0:
48364850
version "6.3.0"
48374851
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -5720,6 +5734,11 @@ yallist@^3.0.2:
57205734
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
57215735
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
57225736

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+
57235742
yaml@^1.5.1, yaml@^1.7.2:
57245743
version "1.9.2"
57255744
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.9.2.tgz#f0cfa865f003ab707663e4f04b3956957ea564ed"

0 commit comments

Comments
 (0)