Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - lockfile-lint-api@5.5.1
 - lockfile-lint@4.10.1
  • Loading branch information
github-actions committed Feb 13, 2023
1 parent 579bef2 commit 969ed05
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/lockfile-lint-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2023-02-13)

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





# 5.5.0 (2022-12-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-lint-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint-api",
"version": "5.5.0",
"version": "5.5.1",
"description": "Lint an npm or yarn lockfile to analyze and detect issues",
"main": "index.js",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lockfile-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.10.1 (2023-02-13)

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





# 4.10.0 (2022-12-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint",
"version": "4.10.0",
"version": "4.10.1",
"description": "A CLI to lint a lockfile for security policies",
"bin": {
"lockfile-lint": "./bin/lockfile-lint.js"
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"cosmiconfig": "^7.0.1",
"debug": "^4.1.1",
"lockfile-lint-api": "^5.5.0",
"lockfile-lint-api": "^5.5.1",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 969ed05

Please sign in to comment.