chore(deps): update dependency lockfile-lint to v3 (#148)

This commit is contained in:
renovate[bot]
2019-12-10 10:43:35 +01:00
committed by nothingismagick
parent 67ea1ed54b
commit 511e51d12a
2 changed files with 10 additions and 10 deletions

View File

@@ -77,7 +77,7 @@
"jest": "24.9.0",
"jest-mock-process": "1.2.0",
"lint-staged": "9.5.0",
"lockfile-lint": "2.2.0",
"lockfile-lint": "3.0.3",
"promise": "8.0.3"
},
"husky": {

View File

@@ -3889,21 +3889,21 @@ locate-path@^5.0.0:
dependencies:
p-locate "^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==
lockfile-lint-api@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-5.0.2.tgz#82a6565c22f8e6eb2a8342759adb0989c7ba7c83"
integrity sha512-b7CaULcs83kk30fQ//BFsKMgfCqPMjtENsdxurJJhdS1Etcmni5W3eAlBKr3+IS93sfnLfvGU3h9neay0R1umw==
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
debug "^4.1.0"
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==
lockfile-lint@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/lockfile-lint/-/lockfile-lint-3.0.3.tgz#e4d93bf2eab08dcba037fc312c86afcffc0a87fb"
integrity sha512-9P/BlLKs4y5LkKzRay7wPHbtTYeXvzf8kh36z4pv24kcYtuTDY10gOWZwkoO/3mCSVh4Yk9QwIEUdYkjPLGPdw==
dependencies:
debug "^4.1.0"
lockfile-lint-api "^2.3.0"
lockfile-lint-api "^5.0.2"
yargs "^13.2.4"
lodash._reinterpolate@^3.0.0: