Skip to content

Commit 10f6dbb

Browse files
authored
83 update maester (#85)
1 parent 85e6b45 commit 10f6dbb

File tree

6 files changed

+143
-79
lines changed

6 files changed

+143
-79
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
paths:
1616
- ./node_modules
1717
- run:
18-
name: "Running audit"
19-
command: npm audit --production
18+
name: Audit Dependencies
19+
command: npm run audit
2020
- run:
2121
name: Running Mocha Tests
2222
command: npm test

.nsprc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"GHSA-27h2-hvpr-p74q": {
3+
"active": true,
4+
"notes": "We don't use verify function from jsonwebtoken, so not affected"
5+
}
6+
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.1.5 (December 29, 2022)
2+
* Updated @elasticio/maester-client to v5.0.1
3+
14
## 3.1.4 (November 29, 2022)
25
* To fix the incorrect deploy of 3.1.3
36

0 commit comments

Comments
 (0)