Skip to content

Commit

Permalink
fix: update dependency semver to v7.3.4 (#2336)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 1, 2020
1 parent b778ea1 commit 790b61a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"import-from": "3.0.0",
"resolve-pkg": "2.0.0",
"semver": "7.3.2"
"semver": "7.3.4"
},
"devDependencies": {
"@commitlint/test": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@commitlint/types": "^11.0.0",
"semver": "7.3.2"
"semver": "7.3.4"
},
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
}
9 changes: 8 additions & 1 deletion yarn.lock
Expand Up @@ -9546,7 +9546,14 @@ semver@7.0.0:
resolved "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==

semver@7.3.2, semver@7.x, semver@^7.2.1, semver@^7.3.2:
semver@7.3.4:
version "7.3.4"
resolved "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
dependencies:
lru-cache "^6.0.0"

semver@7.x, semver@^7.2.1, semver@^7.3.2:
version "7.3.2"
resolved "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
Expand Down

0 comments on commit 790b61a

Please sign in to comment.