diff --git a/package-lock.json b/package-lock.json index 4792c72b4..3e0f797a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mitre/saf", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mitre/saf", - "version": "1.1.7", + "version": "1.1.8", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-config-service": "^3.53.0", diff --git a/package.json b/package.json index 28b25b704..f29956f79 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.1.7", + "version": "1.1.8", "author": "The MITRE Security Automation Framework", "bin": "./bin/run", "bugs": "https://github.com/mitre/saf/issues",