From 774616275749d275086a8476d10314a5eb8b4263 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 May 2023 23:52:24 +0000 Subject: [PATCH] chore(release): publish - lockfile-lint-api@5.5.2 - lockfile-lint@4.10.2 --- 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 33acbb0..9c3b9a6 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.5.2 (2023-05-23) + + +### Bug Fixes + +* error handling for empty yarn lock files ([#158](https://github.com/lirantal/lockfile-lint/issues/158)) ([#159](https://github.com/lirantal/lockfile-lint/issues/159)) ([bb96f4c](https://github.com/lirantal/lockfile-lint/commit/bb96f4c)) + + + + + ## 5.5.1 (2023-02-13) **Note:** Version bump only for package lockfile-lint-api diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index fed31ce..f500d31 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.5.1", + "version": "5.5.2", "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 a11290b..075b0e5 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.10.2 (2023-05-23) + + +### Bug Fixes + +* error handling for empty yarn lock files ([#158](https://github.com/lirantal/lockfile-lint/issues/158)) ([#159](https://github.com/lirantal/lockfile-lint/issues/159)) ([bb96f4c](https://github.com/lirantal/lockfile-lint/commit/bb96f4c)) + + + + + ## 4.10.1 (2023-02-13) **Note:** Version bump only for package lockfile-lint diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index e4db45e..8c872ae 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint", - "version": "4.10.1", + "version": "4.10.2", "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.5.1", + "lockfile-lint-api": "^5.5.2", "yargs": "^16.0.0" }, "devDependencies": {