cognium-dev 3.164.0 → 3.165.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/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -43984,7 +43984,7 @@ var colors = {
43984
43984
  };
43985
43985
 
43986
43986
  // src/version.ts
43987
- var version = "3.164.0";
43987
+ var version = "3.165.0";
43988
43988
 
43989
43989
  // src/formatters.ts
43990
43990
  var LIBRARY_API_SURFACE_TAG2 = "library-api-surface:caller-responsibility";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cognium-dev",
3
- "version": "3.164.0",
3
+ "version": "3.165.0",
4
4
  "description": "Static Application Security Testing CLI for detecting security vulnerabilities via taint tracking",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@cognium/project-profile-detect": "^1.1.0",
69
- "circle-ir": "^3.164.0"
69
+ "circle-ir": "^3.165.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/node": "^25.5.0",