diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-11 14:29:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-11 14:29:59 +0200 |
| commit | f9f7f11bfea36ebe59a18091b8ebf74f570c0287 (patch) | |
| tree | 0e2ff58c5f06e2a48b00176b4179c7d149e9dc38 | |
| parent | 4361f4ab6303ad668d7e110f335ec272fcc29ac4 (diff) | |
| download | bootstrap-f9f7f11bfea36ebe59a18091b8ebf74f570c0287.tar.xz bootstrap-f9f7f11bfea36ebe59a18091b8ebf74f570c0287.zip | |
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/[email protected]@3.0.18)
Signed-off-by: dependabot-preview[bot] <[email protected]>
| -rw-r--r-- | package-lock.json | 20 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json index 51e27acee..7403097ec 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 dd1f05053..0049522a0 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", |
