cognium-dev 3.44.0 → 3.45.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
@@ -27794,7 +27794,7 @@ var colors = {
27794
27794
  };
27795
27795
 
27796
27796
  // src/version.ts
27797
- var version = "3.44.0";
27797
+ var version = "3.45.0";
27798
27798
 
27799
27799
  // src/formatters.ts
27800
27800
  var SINK_SEVERITY = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cognium-dev",
3
- "version": "3.44.0",
3
+ "version": "3.45.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",
@@ -65,7 +65,7 @@
65
65
  "registry": "https://registry.npmjs.org/"
66
66
  },
67
67
  "dependencies": {
68
- "circle-ir": "^3.44.0"
68
+ "circle-ir": "^3.45.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/node": "^25.5.0",