@alertlogic/al-collector-js 3.0.8 → 3.0.10

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.
package/al_util.js CHANGED
@@ -88,6 +88,7 @@ class RestServiceClient {
88
88
  };
89
89
  if (!options.data || options.body) {
90
90
  options.data = options.body;
91
+ options.body = undefined;
91
92
  }
92
93
  Object.assign(options.headers, defaultHeaders, extra.headers ? extra.headers : {});
93
94
  return options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alertlogic/al-collector-js",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "license": "MIT",
5
5
  "description": "Alert Logic Collector Common Library",
6
6
  "repository": {
@@ -23,21 +23,21 @@
23
23
  "jshint": "^2.13.6",
24
24
  "mocha": "^10.2.0",
25
25
  "mocha-jenkins-reporter": "^0.4.8",
26
- "nock": "^13.3.2",
26
+ "nock": "^13.3.3",
27
27
  "nyc": "^15.1.0",
28
- "rewire": "^6.0.0",
28
+ "rewire": "^7.0.0",
29
29
  "sinon": "^15.2.0",
30
30
  "timekeeper": "^2.3.1"
31
31
  },
32
32
  "dependencies": {
33
33
  "async": "3.2.4",
34
- "axios": "^1.4.0",
34
+ "axios": "^1.5.0",
35
35
  "debug": "4.3.4",
36
36
  "lodash.clonedeep": "^4.5.0",
37
37
  "lodash.filter": "^4.6.0",
38
38
  "lodash.remove": "^4.7.0",
39
39
  "moment": "2.29.4",
40
- "protobufjs": "^7.2.4",
40
+ "protobufjs": "^7.2.5",
41
41
  "retry": "0.13.1"
42
42
  },
43
43
  "author": "Alert Logic Inc."
package/ps_spec.yml CHANGED
@@ -8,7 +8,7 @@ stages:
8
8
  - pull_request
9
9
  - pull_request:
10
10
  trigger_phrase: test it
11
- image: node:14
11
+ image: node:18
12
12
  compute_size: small
13
13
  commands:
14
14
  - make test
@@ -16,7 +16,7 @@ stages:
16
16
  name: Master Push - Publish
17
17
  when:
18
18
  - push: ['npm']
19
- image: node:14
19
+ image: node:18
20
20
  compute_size: small
21
21
  commands:
22
22
  - make test