Skip to content

Commit

Permalink
Bumped maester-client
Browse files Browse the repository at this point in the history
  • Loading branch information
A3a3e1 committed Sep 11, 2024
1 parent d9bb46b commit 42ee012
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 145 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.3 (September 12, 2024)

* @elastic.io/maester-client updated to 5.0.3 to get rid of the vulnerability

## 2.7.2 (March 22, 2024)

* @elastic.io/maester-client updated to 5.0.2 ([#206](https://github.com/elasticio/sailor-nodejs/issues/206))
Expand Down
190 changes: 47 additions & 143 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticio-sailor-nodejs",
"description": "The official elastic.io library for bootstrapping and executing for Node.js connectors",
"version": "2.7.2",
"version": "2.7.3-dev.1",
"main": "run.js",
"scripts": {
"audit": "better-npm-audit audit --level high --production",
Expand All @@ -16,7 +16,7 @@
"node": ">=12.13.0"
},
"dependencies": {
"@elastic.io/maester-client": "5.0.2",
"@elastic.io/maester-client": "5.0.3",
"amqplib": "0.8.0",
"bunyan": "1.8.10",
"co": "4.6.0",
Expand Down

0 comments on commit 42ee012

Please sign in to comment.