diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 15:49:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-02 15:49:12 +0200 |
| commit | 785a2cd6c92fa0b1a57b2105965cf3eace4614ab (patch) | |
| tree | 8dee39eab8e86c25b2f0f5d653dd3448f4223fe3 | |
| parent | c937d471a8b9c300ea01112acdf6bd6274df451c (diff) | |
| download | bootstrap-785a2cd6c92fa0b1a57b2105965cf3eace4614ab.tar.xz bootstrap-785a2cd6c92fa0b1a57b2105965cf3eace4614ab.zip | |
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/[email protected]@4.6.2)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index f2f7b0573..66815e2dd 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 985acc2bf..52ef2bf7e 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", |
