From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 13:49:12 +0000 (+0200) Subject: Bump lockfile-lint from 4.6.1 to 4.6.2 (#33238) X-Git-Tag: v5.0.0-beta3~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785a2cd6c92fa0b1a57b2105965cf3eace4614ab;p=thirdparty%2Fbootstrap.git Bump lockfile-lint from 4.6.1 to 4.6.2 (#33238) 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> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index f2f7b05731..66815e2dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6570,14 +6570,14 @@ } }, "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" }, "dependencies": { @@ -6599,9 +6599,9 @@ } }, "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", diff --git a/package.json b/package.json index 985acc2bfc..52ef2bf7e3 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "karma-jasmine-html-reporter": "^1.5.4", "karma-rollup-preprocessor": "^7.0.6", "linkinator": "^2.13.6", - "lockfile-lint": "^4.6.1", + "lockfile-lint": "^4.6.2", "nodemon": "^2.0.7", "npm-run-all": "^4.1.5", "postcss": "^8.2.6",