@alertlogic/al-collector-js 3.0.21 → 3.0.23

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.
@@ -0,0 +1,12 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: npm
4
+ directory: "/"
5
+ target-branch: npm
6
+ schedule:
7
+ interval: daily
8
+ groups:
9
+ npm-security-updates:
10
+ applies-to: security-updates
11
+ patterns:
12
+ - "*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alertlogic/al-collector-js",
3
- "version": "3.0.21",
3
+ "version": "3.0.23",
4
4
  "license": "MIT",
5
5
  "description": "Alert Logic Collector Common Library",
6
6
  "repository": {
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:22
11
+ image: node:24
12
12
  compute_size: small
13
13
  commands:
14
14
  - make test
@@ -16,7 +16,8 @@ stages:
16
16
  name: Master Push - Publish
17
17
  when:
18
18
  - push: ['npm']
19
- image: node:22
19
+ - cli: build
20
+ image: node:24
20
21
  compute_size: small
21
22
  commands:
22
23
  - make test