From 22acf72f119a7b3139897494359795e3903e0845 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 06:49:40 +0000 Subject: [PATCH] build(deps-dev): bump lockfile-lint from 4.2.1 to 4.2.2 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39a5c5b05a985..b8eec4071ad16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3565,14 +3565,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": { @@ -3594,9 +3594,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 64869f57b9555..c8d102152f5ce 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "delay-cli": "^1.1.0", "faucet": "0.0.1", "linkinator": "^2.0.4", - "lockfile-lint": "^4.2.1", + "lockfile-lint": "^4.2.2", "nock": "^12.0.3", "node-fetch": "^2.6.0", "proxyquire": "^2.1.3",