Skip to content

Commit 6bc1c41

Browse files
Bump semver from 7.3.2 to 7.5.2 (#9)
Bumps [semver](https://github.com/npm/node-semver) from 7.3.2 to 7.5.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.3.2...v7.5.2) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd7a5e4 commit 6bc1c41

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"lodash": "^4.17.21",
30-
"semver": "^7.3.2"
30+
"semver": "^7.5.2"
3131
},
3232
"peerDependencies": {
3333
"typedoc": "^0.17.4"

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,13 @@ lodash@^4.17.15, lodash@^4.17.21:
420420
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
421421
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
422422

423+
lru-cache@^6.0.0:
424+
version "6.0.0"
425+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
426+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
427+
dependencies:
428+
yallist "^4.0.0"
429+
423430
lunr@^2.3.8:
424431
version "2.3.8"
425432
resolved "https://registry.npm.taobao.org/lunr/download/lunr-2.3.8.tgz#a8b89c31f30b5a044b97d2d28e2da191b6ba2072"
@@ -645,10 +652,12 @@ semver-regex@^2.0.0:
645652
resolved "https://registry.npm.taobao.org/semver-regex/download/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
646653
integrity sha1-qTwsWERTmncCMzeRB7OMe0rJ0zg=
647654

648-
semver@^7.3.2:
649-
version "7.3.2"
650-
resolved "https://registry.npm.taobao.org/semver/download/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
651-
integrity sha1-YElisFK4HtB4aq6EOJ/7pw/9OTg=
655+
semver@^7.5.2:
656+
version "7.5.2"
657+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
658+
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
659+
dependencies:
660+
lru-cache "^6.0.0"
652661

653662
shebang-command@^2.0.0:
654663
version "2.0.0"
@@ -770,6 +779,11 @@ wrappy@1:
770779
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
771780
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
772781

782+
yallist@^4.0.0:
783+
version "4.0.0"
784+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
785+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
786+
773787
yaml@^1.7.2:
774788
version "1.8.3"
775789
resolved "https://registry.npm.taobao.org/yaml/download/yaml-1.8.3.tgz?cache=0&sync_timestamp=1584779714575&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyaml%2Fdownload%2Fyaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a"

0 commit comments

Comments
 (0)