From c7071559c9a45dce239154b37513a4d8ced3d721 Mon Sep 17 00:00:00 2001 From: Marly Fleitas Date: Sun, 28 Feb 2021 22:33:42 -0800 Subject: [PATCH] build(deps-dev): bump lockfile-lint from 4.6.1 to 4.6.2 (#177) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.6.1...lockfile-lint@4.6.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2650029..89a276a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -630,21 +630,21 @@ } }, "lockfile-lint": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.1.tgz", - "integrity": "sha512-ZnrRLacVF4SLUnXT0V9b4YIwVkrn1rEJGrcPDC6V/0eHxOickJ1Ayr56JtzbvNLyOZ58dbzHnE+ZaWxqM73cCw==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.6.2.tgz", + "integrity": "sha512-TvWN2Yfc/dvSy1GKdpy0wJ6GCvq/9Qj457D+QQtP+eYvsX4zNp3vaaB2LS1d+TK1lO/7I0VQ0qqRCRCOzSj2wQ==", "dev": true, "requires": { "cosmiconfig": "^6.0.0", "debug": "^4.1.1", - "lockfile-lint-api": "^5.1.6", + "lockfile-lint-api": "^5.1.7", "yargs": "^16.0.0" } }, "lockfile-lint-api": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.6.tgz", - "integrity": "sha512-liJ1p/NkHbE2Wx5fRw8T1io+x2b2DttVvXpHLm4x7QC8pW3Lc6sHqV4T7cM6rAOs4fF2O9sAt7SEtuN2sX91qA==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.7.tgz", + "integrity": "sha512-o10D4DiLUFXl/8UqYBsuNnye3DcNtAuIm6+vCsnSwHONIQqR6etWUA0v94lMhh5tIDqPOV08Gc8Ds+A3bMqW4g==", "dev": true, "requires": { "@yarnpkg/lockfile": "^1.1.0",