From 25efb97576fbb06f73e27048a6226be420bd31b5 Mon Sep 17 00:00:00 2001 From: Camden Moors <66680985+camdenmoors@users.noreply.github.com> Date: Wed, 9 Feb 2022 19:52:31 -0500 Subject: [PATCH] 1.0.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccef8ce4f..1b98abf17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mitre/saf", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mitre/saf", - "version": "1.0.4", + "version": "1.0.5", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-config-service": "^3.22.0", diff --git a/package.json b/package.json index d3657076f..e3fb715b8 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.0.4", + "version": "1.0.5", "author": "The MITRE Security Automation Framework", "bin": "./bin/run", "bugs": "https://github.com/mitre/saf/issues",