Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
paths:
- ./node_modules
- run:
name: "Running audit"
command: npm audit --production
name: Audit Dependencies
command: npm run audit
- run:
name: Running Mocha Tests
command: npm test
Expand Down
6 changes: 6 additions & 0 deletions .nsprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"GHSA-27h2-hvpr-p74q": {
"active": true,
"notes": "We don't use verify function from jsonwebtoken, so not affected"
}
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.1.5 (December 29, 2022)
* Updated @elasticio/maester-client to v5.0.1

## 3.1.4 (November 29, 2022)
* To fix the incorrect deploy of 3.1.3

Expand Down
Loading