Skip to content

Commit e21ef72

Browse files
authored
new maester version (#216)
1 parent 5e0785a commit e21ef72

File tree

4 files changed

+206
-28
lines changed

4 files changed

+206
-28
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/elasticio-rest-node
55
docker:
6-
- image: cimg/node:12.13.0
6+
- image: cimg/node:14.21.3
77
- image: rabbitmq:3.8.3-management-alpine
88
steps:
99
- checkout

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.5 (March 21, 2025)
2+
3+
* @elastic.io/maester-client updated to 6.0.0 to get rid of the vulnerability
4+
15
## 2.7.4 (November 14, 2024)
26

37
* Fixed error location if component use `Rebound` functionality

package-lock.json

+199-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elasticio-sailor-nodejs",
33
"description": "The official elastic.io library for bootstrapping and executing for Node.js connectors",
4-
"version": "2.7.4",
4+
"version": "2.7.5",
55
"main": "run.js",
66
"scripts": {
77
"audit": "better-npm-audit audit --level high --production",
@@ -16,7 +16,7 @@
1616
"node": ">=12.13.0"
1717
},
1818
"dependencies": {
19-
"@elastic.io/maester-client": "5.0.3",
19+
"@elastic.io/maester-client": "6.0.0",
2020
"amqplib": "0.8.0",
2121
"bunyan": "1.8.10",
2222
"co": "4.6.0",

0 commit comments

Comments
 (0)