Skip to content

Commit

Permalink
chore: new release (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 11, 2024
1 parent 2f7a477 commit 21349d8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/thin-singers-prove.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/lockfile-lint-api/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.9.1

### Patch Changes

- [`2f7a477`](https://github.com/lirantal/lockfile-lint/commit/2f7a477ced649eb54d94f2572dda5f2daf26e5f0) Thanks [@lirantal](https://github.com/lirantal)! - fix: support for validatio integrity exception

## 5.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-lint-api/package.json
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint-api",
"version": "5.9.0",
"version": "5.9.1",
"description": "Lint an npm or yarn lockfile to analyze and detect issues",
"main": "index.js",
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/lockfile-lint/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 4.13.1

### Patch Changes

- [`2f7a477`](https://github.com/lirantal/lockfile-lint/commit/2f7a477ced649eb54d94f2572dda5f2daf26e5f0) Thanks [@lirantal](https://github.com/lirantal)! - fix: support for validatio integrity exception

- Updated dependencies [[`2f7a477`](https://github.com/lirantal/lockfile-lint/commit/2f7a477ced649eb54d94f2572dda5f2daf26e5f0)]:
- lockfile-lint-api@5.9.1

## 4.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-lint/package.json
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint",
"version": "4.13.0",
"version": "4.13.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 @@
"cosmiconfig": "^8.2.0",
"debug": "^4.3.4",
"fast-glob": "^3.3.1",
"lockfile-lint-api": "^5.9.0",
"lockfile-lint-api": "^5.9.1",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit 21349d8

Please sign in to comment.