From 5ef829bd15762c53de7fc92b4901fa40ca5937fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 12:58:37 +0200 Subject: [PATCH] Bump lockfile-lint from 3.0.8 to 3.0.9 (#30097) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.8...lockfile-lint@3.0.9) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95cac3b907..9cb10ec6ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7676,9 +7676,9 @@ } }, "lockfile-lint": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.8.tgz", - "integrity": "sha512-WRPB3aLj+CZhRdLQIhARV+1GqI6OHmMB3N8yltHlj07ncx/ug9sQwaxFp+2/e+Pi+F6I3NsS31yUlAhNFSwZUg==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.9.tgz", + "integrity": "sha512-CIYSdSE2S9dR/K5kFbWgvhb7gSJPV65KZ8AgQP7w4rQGRaCqpGAxq3RxSK4+44GsehnlkKeLD62R4DObG/IMiA==", "dev": true, "requires": { "debug": "^4.1.1", diff --git a/package.json b/package.json index 0cbead89a0..ec97547275 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "karma-jasmine-html-reporter": "^1.5.1", "karma-rollup-preprocessor": "^7.0.3", "linkinator": "^1.8.2", - "lockfile-lint": "^3.0.8", + "lockfile-lint": "^3.0.9", "node-sass": "^4.13.1", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5",