@contrast/agent 5.45.1 → 5.47.0

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/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -61,7 +61,7 @@ node --import @contrast/agent app-main [app arguments]
61
61
 
62
62
  Notes:
63
63
  - `--import` should be used for Node.js LTS (Active and Maintenance) versions `>=18.19.0`
64
- - Node.js versions `>=20.0.0 <20.6.0` are not supported
64
+ - Node.js versions `>=20.0.0 <20.9.0` are not supported
65
65
 
66
66
  ### With end-of-life Node.js Versions
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agent",
3
- "version": "5.45.1",
3
+ "version": "5.47.0",
4
4
  "description": "Assess and Protect agents for Node.js",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -22,21 +22,21 @@
22
22
  "main": "./lib/index.js",
23
23
  "engines": {
24
24
  "npm": ">=6.13.7 <7 || >= 8.3.1",
25
- "node": ">=18.7.0 <19 || >=20.6.0 <21 || >= 22.5.1 <23 || >= 24.0.1 <25"
25
+ "node": ">=18.7.0 <19 || >=20.9.0 <21 || >= 22.5.1 <23 || >= 24.0.1 <25"
26
26
  },
27
27
  "scripts": {
28
28
  "test": "bash ../scripts/test.sh"
29
29
  },
30
30
  "dependencies": {
31
- "@contrast/agentify": "1.57.0",
32
- "@contrast/architecture-components": "1.45.1",
33
- "@contrast/assess": "1.63.0",
34
- "@contrast/common": "1.37.0",
35
- "@contrast/core": "1.57.1",
36
- "@contrast/library-analysis": "1.47.1",
37
- "@contrast/protect": "1.68.0",
38
- "@contrast/route-coverage": "1.49.1",
39
- "@contrast/sec-obs": "1.1.1",
40
- "@contrast/telemetry": "1.32.1"
31
+ "@contrast/agentify": "1.59.0",
32
+ "@contrast/architecture-components": "1.47.0",
33
+ "@contrast/assess": "1.65.0",
34
+ "@contrast/common": "1.38.0",
35
+ "@contrast/core": "1.59.0",
36
+ "@contrast/library-analysis": "1.49.0",
37
+ "@contrast/protect": "1.70.0",
38
+ "@contrast/route-coverage": "1.51.0",
39
+ "@contrast/sec-obs": "1.3.0",
40
+ "@contrast/telemetry": "1.34.0"
41
41
  }
42
42
  }