Skip to content

Commit b3a5d0d

Browse files
chore: new release (#205)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d918134 commit b3a5d0d

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/modern-spoons-help.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.9.2
4+
5+
### Patch Changes
6+
7+
- [`d91813411898315e8e064f616b698e129af40495`](https://github.com/lirantal/lockfile-lint/commit/d91813411898315e8e064f616b698e129af40495) Thanks [@lirantal](https://github.com/lirantal)! - fix: trailing slash catch in policy test
8+
39
## 5.9.1
410

511
### Patch 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.9.1",
3+
"version": "5.9.2",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.14.1
4+
5+
### Patch Changes
6+
7+
- [`d91813411898315e8e064f616b698e129af40495`](https://github.com/lirantal/lockfile-lint/commit/d91813411898315e8e064f616b698e129af40495) Thanks [@lirantal](https://github.com/lirantal)! - fix: trailing slash catch in policy test
8+
9+
- Updated dependencies [[`d91813411898315e8e064f616b698e129af40495`](https://github.com/lirantal/lockfile-lint/commit/d91813411898315e8e064f616b698e129af40495)]:
10+
11+
312
## 4.14.0
413

514
### Minor 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.14.0",
3+
"version": "4.14.1",
44
"description": "A CLI to lint a lockfile for security policies",
55
"bin": {
66
"lockfile-lint": "./bin/lockfile-lint.js"
@@ -55,7 +55,7 @@
5555
"cosmiconfig": "^9.0.0",
5656
"debug": "^4.3.4",
5757
"fast-glob": "^3.3.2",
58-
"lockfile-lint-api": "^5.9.1",
58+
"lockfile-lint-api": "^5.9.2",
5959
"yargs": "^17.7.2"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)