diff --git a/VERSION b/VERSION index 1892b9267..31e5c8434 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2 +1.3.3 diff --git a/package-lock.json b/package-lock.json index 9e3fc848e..9907fb8bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "@mitre/saf", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mitre/saf", - "version": "1.3.2", + "version": "1.3.3", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-config-service": "^3.398.0", "@aws-sdk/client-securityhub": "^3.287.0", "@mitre/emass_client": "3.10.0", - "@mitre/hdf-converters": "^2.9.1", - "@mitre/heimdall-lite": "^2.9.2", + "@mitre/hdf-converters": "^2.9.4", + "@mitre/heimdall-lite": "^2.9.5", "@mitre/inspec-objects": "^1.0.1", "@oclif/core": "^3.16.0", "@oclif/plugin-help": "^6.0.9", diff --git a/package.json b/package.json index 90869feff..4cc599b7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mitre/saf", "description": "The MITRE Security Automation Framework (SAF) Command Line Interface (CLI) brings together applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines.", - "version": "1.3.2", + "version": "1.3.3", "author": "The MITRE Security Automation Framework", "bin": "./bin/run", "bugs": "https://github.com/mitre/saf/issues", @@ -9,8 +9,8 @@ "@aws-sdk/client-config-service": "^3.398.0", "@aws-sdk/client-securityhub": "^3.287.0", "@mitre/emass_client": "3.10.0", - "@mitre/hdf-converters": "^2.9.1", - "@mitre/heimdall-lite": "^2.9.2", + "@mitre/hdf-converters": "^2.9.4", + "@mitre/heimdall-lite": "^2.9.5", "@mitre/inspec-objects": "^1.0.1", "@oclif/core": "^3.16.0", "@oclif/plugin-help": "^6.0.9",