From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 20:40:12 +0000 (+0200) Subject: Bump lockfile-lint from 4.2.1 to 4.2.2 (#30456) X-Git-Tag: v5.0.0-alpha1~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbc1c569e0f6c68567ace7f104c9b1716c37d3b;p=thirdparty%2Fbootstrap.git Bump lockfile-lint from 4.2.1 to 4.2.2 (#30456) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.2.1...lockfile-lint@4.2.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index 518aa7065d..2f0cd03ebc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7907,14 +7907,14 @@ } }, "lockfile-lint": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.2.1.tgz", - "integrity": "sha512-HNzPLmEfLrjMnrt3ZnI0nck1WjKP38XXqz9210Sytdbn0iFL/P0bFnqCiqHrab+aAKBgMsetH0esFZOz2Zm8uw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-4.2.2.tgz", + "integrity": "sha512-9mr2eiFlIhr9AIlmpQlAeSd7Aov+7viRShnzymaFF4lUO6si7mODueTG5fWH0Jnb49nL0Tjsudw5lD/nu4qVqA==", "dev": true, "requires": { "cosmiconfig": "^6.0.0", "debug": "^4.1.1", - "lockfile-lint-api": "^5.1.1", + "lockfile-lint-api": "^5.1.2", "yargs": "^15.0.2" }, "dependencies": { @@ -7983,9 +7983,9 @@ } }, "lockfile-lint-api": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.1.tgz", - "integrity": "sha512-KpOWjPypEZZmKVhWW3Y0bYghxlz4fKJE1WHQQ4bYzgEpeuBEYmJG+x/C5m4+AzufON+2qMqAinfxlkHRKabwFw==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.1.2.tgz", + "integrity": "sha512-ePXCaoGFxXf8ggGPw+rxaopOMQaBm4HrV5iILVvx8qR406R4HEW9MyReEVHaP0IGxp45rzPm/euimkS78icbGg==", "dev": true, "requires": { "@yarnpkg/lockfile": "^1.1.0", diff --git a/package.json b/package.json index 5da67e706e..3fc3532725 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "karma-jasmine-html-reporter": "^1.5.2", "karma-rollup-preprocessor": "^7.0.4", "linkinator": "^2.0.4", - "lockfile-lint": "^4.2.1", + "lockfile-lint": "^4.2.2", "node-sass": "^4.13.1", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5",