Navigation Menu

Skip to content

Commit

Permalink
fix: upgrade lockfile-lint from 2.0.1 to 2.2.0 (#1698)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Feb 13, 2020
1 parent e350ca4 commit 17ddf3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 17ddf3e

Please sign in to comment.