From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 08:57:18 +0000 (+0300) Subject: Bump lockfile-lint from 4.3.6 to 4.3.7 (#31169) X-Git-Tag: v5.0.0-alpha2~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395aed8e1ce138459685597531bf2b4394c65f3e;p=thirdparty%2Fbootstrap.git Bump lockfile-lint from 4.3.6 to 4.3.7 (#31169) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.6...lockfile-lint@4.3.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 938136b46b..abfbc57511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6816,9 +6816,9 @@ } }, "lockfile-lint": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.6.tgz", - "integrity": "sha512-W2N4Ygeispqv8elwO+Amw8WTOukC5zw0taDxpwKkUE6/FCfUl/I05uoNgqLODD6i0oTw6iohwTHHd/b1fhLFFw==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.3.7.tgz", + "integrity": "sha512-hOHVJyHxtrK6cgYlKoaWveVOCz/w4IXlhmxM+RSWW7f1lA3ENJaRL9eNS9AO0PBKx4P/KMXuker0KzExNDenRg==", "dev": true, "requires": { "cosmiconfig": "^6.0.0", diff --git a/package.json b/package.json index 84aad88bd3..b017763c6a 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "karma-jasmine-html-reporter": "^1.5.4", "karma-rollup-preprocessor": "^7.0.5", "linkinator": "^2.1.1", - "lockfile-lint": "^4.3.6", + "lockfile-lint": "^4.3.7", "node-sass": "^4.14.1", "nodemon": "^2.0.4", "npm-run-all": "^4.1.5",