Skip to content

Commit 5a9baff

Browse files
author
Travis CI User
committed
chore(release): publish
- lockfile-lint-api@5.1.7 - lockfile-lint@4.6.2
1 parent 1ab87a9 commit 5a9baff

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

packages/lockfile-lint-api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.7](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.1.6...lockfile-lint-api@5.1.7) (2021-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **parser:** Fix exception on empty dependencies ([#107](https://github.com/lirantal/lockfile-lint/issues/107)) ([1ab87a9](https://github.com/lirantal/lockfile-lint/commit/1ab87a9))
12+
13+
14+
15+
16+
617
## [5.1.6](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.1.5...lockfile-lint-api@5.1.6) (2020-05-13)
718

819

packages/lockfile-lint-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lockfile-lint-api",
3-
"version": "5.1.6",
3+
"version": "5.1.7",
44
"description": "Lint an npm or yarn lockfile to analyze and detect issues",
55
"main": "index.js",
66
"engines": {

packages/lockfile-lint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.2](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.6.1...lockfile-lint@4.6.2) (2021-02-26)
7+
8+
**Note:** Version bump only for package lockfile-lint
9+
10+
11+
12+
13+
614
## [4.6.1](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.6.0...lockfile-lint@4.6.1) (2021-02-20)
715

816
**Note:** Version bump only for package lockfile-lint

packages/lockfile-lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lockfile-lint",
3-
"version": "4.6.1",
3+
"version": "4.6.2",
44
"description": "A CLI to lint a lockfile for security policies",
55
"bin": {
66
"lockfile-lint": "./bin/lockfile-lint.js"
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"cosmiconfig": "^6.0.0",
5656
"debug": "^4.1.1",
57-
"lockfile-lint-api": "^5.1.6",
57+
"lockfile-lint-api": "^5.1.7",
5858
"yargs": "^16.0.0"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)