Merge pull request #7 from tauri-apps/renovate/lockfile-lint-3.x

Update dependency lockfile-lint to v3.0.5
This commit is contained in:
nothingismagick
2020-01-03 12:12:24 +01:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

View File

@@ -52,7 +52,7 @@
"jest": "24.9.0",
"jest-mock-process": "1.2.0",
"lint-staged": "9.5.0",
"lockfile-lint": "3.0.4",
"lockfile-lint": "3.0.5",
"promise": "8.0.3"
},
"husky": {

View File

@@ -4209,21 +4209,21 @@ locate-path@^5.0.0:
dependencies:
p-locate "^4.1.0"
lockfile-lint-api@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-5.0.3.tgz#55e176dea9892e347334a4903f9a845cae728031"
integrity sha512-lot1hb/sCU588v//9r1EZEcO1YGDdGRxjEif/Ua33h9ytt5z33F5yQXuue8fJD+X/b3SbZOx15Vf8R1d0nSF0w==
lockfile-lint-api@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/lockfile-lint-api/-/lockfile-lint-api-5.0.4.tgz#1c1b7b92eccd56e0c707ff188a3dc8bce6ab3206"
integrity sha512-RnqWgWTWIiX+rF7PUKWci3KEznTwJxp5em0CttLBRaCYH1LS1A0pl0mdTKjcoOQ4A65GtfmHWNTrAgfdjdSU1g==
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
debug "^4.1.1"
lockfile-lint@3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/lockfile-lint/-/lockfile-lint-3.0.4.tgz#e455c3af4e5d73774708c92225ab3c045df8119f"
integrity sha512-rzsZbpOfto7E3+faXJQ5DKjjWBWPxUtPCEdO0GgtyBcgUK62vVFaRRJzXApqUShCyRu88JklKSfVaj8RlPq20A==
lockfile-lint@3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/lockfile-lint/-/lockfile-lint-3.0.5.tgz#dd9dc746dc3635404223feeeeae43d1b1d61138c"
integrity sha512-5d7Mjo80SgCVTRyEiyKMyLfOi8E6lTTpfkWKTEL228Jia8LF2wd8NRc2fTLSxAP0HwZYEy76jbrzfhCp6K+nmQ==
dependencies:
debug "^4.1.1"
lockfile-lint-api "^5.0.3"
lockfile-lint-api "^5.0.4"
yargs "^15.0.2"
lodash.assignin@^4.0.9: