From 144dc5501f9714c20da1479277cb5c22cb1013e6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 8 Oct 2022 08:38:58 +0000 Subject: [PATCH] chore(release): publish - lockfile-lint-api@5.4.6 - lockfile-lint@4.9.6 --- packages/lockfile-lint-api/CHANGELOG.md | 11 +++++++++++ packages/lockfile-lint-api/package.json | 2 +- packages/lockfile-lint/CHANGELOG.md | 11 +++++++++++ packages/lockfile-lint/package.json | 4 ++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/packages/lockfile-lint-api/CHANGELOG.md b/packages/lockfile-lint-api/CHANGELOG.md index 2903556..d89b1b9 100644 --- a/packages/lockfile-lint-api/CHANGELOG.md +++ b/packages/lockfile-lint-api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.4.6 (2022-10-08) + + +### Bug Fixes + +* cli parsing - handle correctly false value for validator ([#146](https://github.com/lirantal/lockfile-lint/issues/146)) ([8f7e4c7](https://github.com/lirantal/lockfile-lint/commit/8f7e4c7)) + + + + + ## 5.4.5 (2022-09-30) diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index c0142ff..adbaa6f 100644 --- a/packages/lockfile-lint-api/package.json +++ b/packages/lockfile-lint-api/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint-api", - "version": "5.4.5", + "version": "5.4.6", "description": "Lint an npm or yarn lockfile to analyze and detect issues", "main": "index.js", "engines": { diff --git a/packages/lockfile-lint/CHANGELOG.md b/packages/lockfile-lint/CHANGELOG.md index 151841c..f0f1ccc 100644 --- a/packages/lockfile-lint/CHANGELOG.md +++ b/packages/lockfile-lint/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.9.6 (2022-10-08) + + +### Bug Fixes + +* cli parsing - handle correctly false value for validator ([#146](https://github.com/lirantal/lockfile-lint/issues/146)) ([8f7e4c7](https://github.com/lirantal/lockfile-lint/commit/8f7e4c7)) + + + + + ## 4.9.5 (2022-09-30) diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index 00535de..bf1d7a6 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint", - "version": "4.9.5", + "version": "4.9.6", "description": "A CLI to lint a lockfile for security policies", "bin": { "lockfile-lint": "./bin/lockfile-lint.js" @@ -55,7 +55,7 @@ "dependencies": { "cosmiconfig": "^7.0.1", "debug": "^4.1.1", - "lockfile-lint-api": "^5.4.5", + "lockfile-lint-api": "^5.4.6", "yargs": "^16.0.0" }, "devDependencies": {