Skip to content

Commit b9335d6

Browse files
Bump semver from 7.3.2 to 7.3.4
Bumps [semver](https://github.com/npm/node-semver) from 7.3.2 to 7.3.4. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md) - [Commits](npm/node-semver@v7.3.2...v7.3.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d51711a commit b9335d6

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@actions/exec": "^1.0.4",
3333
"@actions/github": "^4.0.0",
3434
"csv-parse": "^4.14.1",
35-
"semver": "^7.3.2",
35+
"semver": "^7.3.4",
3636
"tmp": "^0.2.1"
3737
},
3838
"devDependencies": {

yarn.lock

+18-4
Original file line numberDiff line numberDiff line change
@@ -2614,6 +2614,13 @@ lru-cache@^4.1.5:
26142614
pseudomap "^1.0.2"
26152615
yallist "^2.1.2"
26162616

2617+
lru-cache@^6.0.0:
2618+
version "6.0.0"
2619+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2620+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2621+
dependencies:
2622+
yallist "^4.0.0"
2623+
26172624
make-dir@^3.0.0:
26182625
version "3.1.0"
26192626
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -3236,10 +3243,12 @@ saxes@^5.0.0:
32363243
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
32373244
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
32383245

3239-
[email protected], semver@^7.3.2:
3240-
version "7.3.2"
3241-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
3242-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
3246+
[email protected], semver@^7.3.2, semver@^7.3.4:
3247+
version "7.3.4"
3248+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
3249+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
3250+
dependencies:
3251+
lru-cache "^6.0.0"
32433252

32443253
semver@^6.0.0, semver@^6.3.0:
32453254
version "6.3.0"
@@ -3895,6 +3904,11 @@ yallist@^2.1.2:
38953904
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
38963905
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
38973906

3907+
yallist@^4.0.0:
3908+
version "4.0.0"
3909+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
3910+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
3911+
38983912
[email protected], yargs-parser@^18.1.2:
38993913
version "18.1.3"
39003914
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"

0 commit comments

Comments
 (0)