herozion 1.1.16 → 1.1.17

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/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -35,7 +35,7 @@ const { execSync } = require("child_process");
35
35
  const VERSION = require("./package.json").version;
36
36
  // BINARY_VERSION may differ from VERSION when npm patches (install.js fixes, etc.)
37
37
  // are published without new binaries. Update this when new binaries are released.
38
- const BINARY_VERSION = "1.1.10";
38
+ const BINARY_VERSION = "1.1.16";
39
39
  const BASE_URL =
40
40
  `https://github.com/Herozion/scanner-releases/releases/download/v${BINARY_VERSION}`;
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herozion",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "Security audit and performance analysis CLI tool for developers",
5
5
  "keywords": [
6
6
  "security",