mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix: upgrade lockfile-lint from 2.0.1 to 2.2.0 (#1698)
Snyk has created this PR to upgrade lockfile-lint from 2.0.1 to 2.2.0. See this package in NPM: https://www.npmjs.com/package/lockfile-lint See this project in Snyk: https://app.snyk.io/org/juanpicado/project/0c76bae8-cfcd-43f7-aff5-70f221855049?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
e350ca4917
commit
17ddf3e626
2 changed files with 18 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
"js-yaml": "3.13.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"kleur": "3.0.3",
|
||||
"lockfile-lint": "2.0.1",
|
||||
"lockfile-lint": "2.2.0",
|
||||
"lodash": "4.17.15",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "0.8.0",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -5944,6 +5944,14 @@ lockfile-lint-api@^2.0.0:
|
|||
"@yarnpkg/lockfile" "^1.1.0"
|
||||
debug "^4.1.0"
|
||||
|
||||
lockfile-lint-api@^2.3.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-2.3.0.tgz#c200de37f07bee35eca2a52a8e560f013c87910c"
|
||||
integrity sha512-4jp8ULItLgsaPgPjxm/nuupIiBbxWf/nA05gRGMtvJQxGoSOOYA1LxSunY5p1b4kw7u6ZW5TZNgcIs4cFvp9lw==
|
||||
dependencies:
|
||||
"@yarnpkg/lockfile" "^1.1.0"
|
||||
debug "^4.1.0"
|
||||
|
||||
lockfile-lint@2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.verdaccio.org/lockfile-lint/-/lockfile-lint-2.0.1.tgz#b2ccd71530f2861a433cfec3b9deb18b01a2c5e0"
|
||||
|
@ -5953,6 +5961,15 @@ lockfile-lint@2.0.1:
|
|||
lockfile-lint-api "^2.0.0"
|
||||
yargs "^13.2.4"
|
||||
|
||||
lockfile-lint@2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/lockfile-lint/-/lockfile-lint-2.2.0.tgz#24fc4ee8a62a7491c3aecb0e7ca7ef705719cb58"
|
||||
integrity sha512-3RMEInA86I/NNp4ZYnh9UDme736Iym0JE++CdfqXt5VjqRK+LnnaE0v+swqpgDO+FVF/AsjpdocipN6qefEpsQ==
|
||||
dependencies:
|
||||
debug "^4.1.0"
|
||||
lockfile-lint-api "^2.3.0"
|
||||
yargs "^13.2.4"
|
||||
|
||||
lockfile@1.0.4:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.verdaccio.org/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609"
|
||||
|
|
Loading…
Add table
Reference in a new issue