@contrast/agent 5.49.0 → 5.50.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.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright: 2025 Contrast Security, Inc
1
+ Copyright: 2026 Contrast Security, Inc
2
2
  Contact: support@contrastsecurity.com
3
3
  License: Commercial
4
4
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2025 Contrast Security, Inc
2
+ * Copyright: 2026 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agent",
3
- "version": "5.49.0",
3
+ "version": "5.50.1",
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)",
@@ -28,15 +28,15 @@
28
28
  "test": "bash ../scripts/test.sh"
29
29
  },
30
30
  "dependencies": {
31
- "@contrast/agentify": "1.60.0",
32
- "@contrast/architecture-components": "1.48.0",
33
- "@contrast/assess": "1.67.0",
34
- "@contrast/common": "1.39.0",
35
- "@contrast/core": "1.60.0",
36
- "@contrast/library-analysis": "1.50.0",
37
- "@contrast/protect": "1.72.0",
38
- "@contrast/route-coverage": "1.53.0",
39
- "@contrast/sec-obs": "1.4.0",
40
- "@contrast/telemetry": "1.35.0"
31
+ "@contrast/agentify": "1.61.1",
32
+ "@contrast/architecture-components": "1.48.1",
33
+ "@contrast/assess": "1.67.2",
34
+ "@contrast/common": "1.39.1",
35
+ "@contrast/core": "1.60.1",
36
+ "@contrast/library-analysis": "1.50.1",
37
+ "@contrast/protect": "1.72.2",
38
+ "@contrast/route-coverage": "1.53.2",
39
+ "@contrast/sec-obs": "1.4.2",
40
+ "@contrast/telemetry": "1.35.1"
41
41
  }
42
42
  }