elasticio-sailor-nodejs 2.7.2 → 2.7.3-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.7.3 (September 12, 2024)
2
+
3
+ * @elastic.io/maester-client updated to 5.0.3 to get rid of the vulnerability
4
+
1
5
  ## 2.7.2 (March 22, 2024)
2
6
 
3
7
  * @elastic.io/maester-client updated to 5.0.2 ([#206](https://github.com/elasticio/sailor-nodejs/issues/206))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elasticio-sailor-nodejs",
3
3
  "description": "The official elastic.io library for bootstrapping and executing for Node.js connectors",
4
- "version": "2.7.2",
4
+ "version": "2.7.3-dev.1",
5
5
  "main": "run.js",
6
6
  "scripts": {
7
7
  "audit": "better-npm-audit audit --level high --production",
@@ -16,7 +16,7 @@
16
16
  "node": ">=12.13.0"
17
17
  },
18
18
  "dependencies": {
19
- "@elastic.io/maester-client": "5.0.2",
19
+ "@elastic.io/maester-client": "5.0.3",
20
20
  "amqplib": "0.8.0",
21
21
  "bunyan": "1.8.10",
22
22
  "co": "4.6.0",