Skip to content

Commit 4e5ecaa

Browse files
chore: new release (#179)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent acf87b8 commit 4e5ecaa

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changeset/selfish-moons-destroy.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/lockfile-lint-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.8.0
4+
5+
### Minor Changes
6+
7+
- [#178](https://github.com/lirantal/lockfile-lint/pull/178) [`acf87b8`](https://github.com/lirantal/lockfile-lint/commit/acf87b8047a0a457fff269ee80b90a570926be04) Thanks [@lirantal](https://github.com/lirantal)! - New CLI flag to add package name and aliases as trusted policy
8+
39
## 5.7.0
410

511
### Minor Changes

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.7.0",
3+
"version": "5.8.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.11.0
4+
5+
### Minor Changes
6+
7+
- [#178](https://github.com/lirantal/lockfile-lint/pull/178) [`acf87b8`](https://github.com/lirantal/lockfile-lint/commit/acf87b8047a0a457fff269ee80b90a570926be04) Thanks [@lirantal](https://github.com/lirantal)! - New CLI flag to add package name and aliases as trusted policy
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`acf87b8`](https://github.com/lirantal/lockfile-lint/commit/acf87b8047a0a457fff269ee80b90a570926be04)]:
12+
13+
314
## 4.10.6
415

516
### Patch Changes

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.10.6",
3+
"version": "4.11.0",
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": "^8.0.0",
5656
"debug": "^4.1.1",
57-
"lockfile-lint-api": "^5.5.5",
57+
"lockfile-lint-api": "^5.8.0",
5858
"yargs": "^16.0.0"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)