cognium-dev 3.23.3 → 3.23.4

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
@@ -25735,7 +25735,7 @@ var colors = {
25735
25735
  };
25736
25736
 
25737
25737
  // src/version.ts
25738
- var version = "3.23.3";
25738
+ var version = "3.23.4";
25739
25739
 
25740
25740
  // src/formatters.ts
25741
25741
  var SINK_SEVERITY = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cognium-dev",
3
- "version": "3.23.3",
3
+ "version": "3.23.4",
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.23.3"
68
+ "circle-ir": "^3.23.4"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/node": "^25.5.0",