From 3715ff3de732e487f02714010ec2064bca821603 Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Wed, 7 Aug 2024 00:03:52 -0400 Subject: [PATCH] prep for 1.4.10 Signed-off-by: Amndeep Singh Mann --- VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 4ea2b1f40..ac9f79cab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.9 +1.4.10 diff --git a/package-lock.json b/package-lock.json index 9d5f63987..8026de6aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mitre/saf", - "version": "1.4.9", + "version": "1.4.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mitre/saf", - "version": "1.4.9", + "version": "1.4.10", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-config-service": "^3.398.0", diff --git a/package.json b/package.json index ae68689ad..62f25c3db 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.4.9", + "version": "1.4.10", "author": "The MITRE Security Automation Framework", "bin": "./bin/run", "bugs": "https://github.com/mitre/saf/issues",