build(deps-dev): bump lockfile-lint from 2.2.0 to 3.0.1 (#316)

This commit is contained in:
dependabot-preview[bot] 2019-11-27 15:09:59 +01:00 committed by Priscila Oliveira
parent dc195a3446
commit 7a729d558f
2 changed files with 15 additions and 7 deletions

View File

@ -82,7 +82,7 @@
"js-yaml": "3.13.1", "js-yaml": "3.13.1",
"lint-staged": "9.5.0", "lint-staged": "9.5.0",
"localstorage-memory": "1.0.3", "localstorage-memory": "1.0.3",
"lockfile-lint": "2.2.0", "lockfile-lint": "3.0.1",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"mini-css-extract-plugin": "0.8.0", "mini-css-extract-plugin": "0.8.0",
"node-mocks-http": "1.8.0", "node-mocks-http": "1.8.0",

View File

@ -8900,7 +8900,7 @@ locate-path@^5.0.0:
dependencies: dependencies:
p-locate "^4.1.0" p-locate "^4.1.0"
lockfile-lint-api@^2.0.0, lockfile-lint-api@^2.3.0: lockfile-lint-api@^2.0.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.verdaccio.org/lockfile-lint-api/-/lockfile-lint-api-2.3.0.tgz#c200de37f07bee35eca2a52a8e560f013c87910c" resolved "https://registry.verdaccio.org/lockfile-lint-api/-/lockfile-lint-api-2.3.0.tgz#c200de37f07bee35eca2a52a8e560f013c87910c"
integrity sha512-4jp8ULItLgsaPgPjxm/nuupIiBbxWf/nA05gRGMtvJQxGoSOOYA1LxSunY5p1b4kw7u6ZW5TZNgcIs4cFvp9lw== integrity sha512-4jp8ULItLgsaPgPjxm/nuupIiBbxWf/nA05gRGMtvJQxGoSOOYA1LxSunY5p1b4kw7u6ZW5TZNgcIs4cFvp9lw==
@ -8908,6 +8908,14 @@ lockfile-lint-api@^2.0.0, lockfile-lint-api@^2.3.0:
"@yarnpkg/lockfile" "^1.1.0" "@yarnpkg/lockfile" "^1.1.0"
debug "^4.1.0" debug "^4.1.0"
lockfile-lint-api@^5.0.0:
version "5.0.0"
resolved "https://registry.verdaccio.org/lockfile-lint-api/-/lockfile-lint-api-5.0.0.tgz#7fcff896fe2b9a9308f887043d448ce088749ff5"
integrity sha512-BG48jnnr2cBWF+oYYoHpQJSLmCnOrYcj4dKmeGhT1ieP3REx4yfCkuZuu78R1v8xZTUaxfYaZK4VKmdmNTVuBA==
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
debug "^4.1.0"
lockfile-lint@2.0.1: lockfile-lint@2.0.1:
version "2.0.1" version "2.0.1"
resolved "https://registry.verdaccio.org/lockfile-lint/-/lockfile-lint-2.0.1.tgz#b2ccd71530f2861a433cfec3b9deb18b01a2c5e0" resolved "https://registry.verdaccio.org/lockfile-lint/-/lockfile-lint-2.0.1.tgz#b2ccd71530f2861a433cfec3b9deb18b01a2c5e0"
@ -8917,13 +8925,13 @@ lockfile-lint@2.0.1:
lockfile-lint-api "^2.0.0" lockfile-lint-api "^2.0.0"
yargs "^13.2.4" yargs "^13.2.4"
lockfile-lint@2.2.0: lockfile-lint@3.0.1:
version "2.2.0" version "3.0.1"
resolved "https://registry.verdaccio.org/lockfile-lint/-/lockfile-lint-2.2.0.tgz#24fc4ee8a62a7491c3aecb0e7ca7ef705719cb58" resolved "https://registry.verdaccio.org/lockfile-lint/-/lockfile-lint-3.0.1.tgz#5e5f8f36851a69029fc418f73e2dd11e478a7463"
integrity sha512-3RMEInA86I/NNp4ZYnh9UDme736Iym0JE++CdfqXt5VjqRK+LnnaE0v+swqpgDO+FVF/AsjpdocipN6qefEpsQ== integrity sha512-vLD1HR3sAfYCzWPmahwD5uu9G9tiHlcddK5Vj7aihJ7FTWFCWg7kIkmK2grUGOrCXOBqXSmGKBT+4QyOVVL8nw==
dependencies: dependencies:
debug "^4.1.0" debug "^4.1.0"
lockfile-lint-api "^2.3.0" lockfile-lint-api "^5.0.0"
yargs "^13.2.4" yargs "^13.2.4"
lockfile@1.0.4: lockfile@1.0.4: