From f9f7f11bfea36ebe59a18091b8ebf74f570c0287 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 14:29:59 +0200 Subject: [PATCH] Bump lockfile-lint from 3.0.12 to 3.0.18 (#30159) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 3.0.12 to 3.0.18. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.12...lockfile-lint@3.0.18) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51e27acee6..7403097ec9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7666,13 +7666,13 @@ } }, "lockfile-lint": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.12.tgz", - "integrity": "sha512-RQN8/8tRVQAjKpu0TLqCdDE0OL6wehBg/mh7CuOD89LPSw+qr1VK4x6/VItT6QwLyIwl0aE/36wpiUAEyxZ65w==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.18.tgz", + "integrity": "sha512-CvG+CkrJzdHOB2JdTWQpvigHmv55Bhm31G1y9/4Ak3RrKJPmIQbVElFq2rGjR5QI3km2xNNouR19Vu0edo1low==", "dev": true, "requires": { "debug": "^4.1.1", - "lockfile-lint-api": "^5.0.10", + "lockfile-lint-api": "^5.0.12", "yargs": "^15.0.2" }, "dependencies": { @@ -7694,9 +7694,9 @@ } }, "lockfile-lint-api": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.10.tgz", - "integrity": "sha512-YiKB16GZb7fTbaZdxsVHno3xG2DN5CMQspVwNcn+mIgzRl76in640yNgSVaEXY1cZy73qEczYbVd/oqBbftZqQ==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.12.tgz", + "integrity": "sha512-8OSMww33l0xghDl1aK450UHYzKZjMaPjdbtvt7A/iEdD2AAH6h3xyVkVIHSJmD2KfD1lh819tdpOukui+qSEsw==", "dev": true, "requires": { "@yarnpkg/lockfile": "^1.1.0", @@ -9284,9 +9284,9 @@ } }, "object-hash": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.1.tgz", - "integrity": "sha512-HgcGMooY4JC2PBt9sdUdJ6PMzpin+YtY3r/7wg0uTifP+HJWW8rammseSEHuyt0UeShI183UGssCJqm1bJR7QA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.2.tgz", + "integrity": "sha512-b+2AKjAf6uQlxxv8ChHdM+VT4eeX+ZSwv+pk2xIXZWbo+yxn4/En1iC+GHe/OFYa9on0AhFF2PvuAcFHoiiHaA==", "dev": true }, "object-inspect": { diff --git a/package.json b/package.json index dd1f050539..0049522a0f 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "karma-jasmine-html-reporter": "^1.5.2", "karma-rollup-preprocessor": "^7.0.3", "linkinator": "^2.0.1", - "lockfile-lint": "^3.0.12", + "lockfile-lint": "^3.0.18", "node-sass": "^4.13.1", "nodemon": "^2.0.2", "npm-run-all": "^4.1.5",