From e3d35d7e548394f7667b602833690cc0f5604e7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 10:38:25 +0000 Subject: [PATCH] Bump lockfile-lint from 3.0.9 to 3.0.12 Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 3.0.9 to 3.0.12. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.9...lockfile-lint@3.0.12) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 +++++++++++++++-------- package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 453a94132..d35dc4bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2925,13 +2925,13 @@ } }, "lockfile-lint": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-3.0.9.tgz", - "integrity": "sha512-CIYSdSE2S9dR/K5kFbWgvhb7gSJPV65KZ8AgQP7w4rQGRaCqpGAxq3RxSK4+44GsehnlkKeLD62R4DObG/IMiA==", + "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==", "dev": true, "requires": { "debug": "^4.1.1", - "lockfile-lint-api": "^5.0.7", + "lockfile-lint-api": "^5.0.10", "yargs": "^15.0.2" }, "dependencies": { @@ -2992,13 +2992,14 @@ } }, "lockfile-lint-api": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.7.tgz", - "integrity": "sha512-jG6ebLOMLEhMd0OU+XKnj66bbXz1c8PEqnaDq4TGC7qHSXdTgBRF+oCh1zdQLmGLfxSRo0w6U84CfqENL7XokA==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/lockfile-lint-api/-/lockfile-lint-api-5.0.10.tgz", + "integrity": "sha512-YiKB16GZb7fTbaZdxsVHno3xG2DN5CMQspVwNcn+mIgzRl76in640yNgSVaEXY1cZy73qEczYbVd/oqBbftZqQ==", "dev": true, "requires": { "@yarnpkg/lockfile": "^1.1.0", - "debug": "^4.1.1" + "debug": "^4.1.1", + "object-hash": "^2.0.1" }, "dependencies": { "debug": { @@ -3809,6 +3810,12 @@ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, + "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==", + "dev": true + }, "object-inspect": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", diff --git a/package.json b/package.json index d964df9e7..033ef8e33 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "fs-walk": "0.0.2", "html-validator": "^5.0.0", "htmlencode": "0.0.4", - "lockfile-lint": "^3.0.9", + "lockfile-lint": "^3.0.12", "mocha": "^7.0.1", "mockdate": "^2.0.5", "nodemon": "^2.0.2",