From 87a77da30457ff3f4372c1f9ce18f00f5f459b5c Mon Sep 17 00:00:00 2001 From: George M Dias Date: Wed, 3 Jan 2024 16:33:30 -0600 Subject: [PATCH] 1.3.1 Signed-off-by: George M Dias --- VERSION | 2 +- package-lock.json | 13 ++++++------- package.json | 4 ++-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index f0bb29e76..3a3cd8cc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/package-lock.json b/package-lock.json index d9fd046b5..a1517a1a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@mitre/saf", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mitre/saf", - "version": "1.3.0", + "version": "1.3.1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-config-service": "^3.398.0", "@aws-sdk/client-securityhub": "^3.287.0", - "@mitre/emass_client": "^3", + "@mitre/emass_client": "3.10.0", "@mitre/hdf-converters": "^2.9.1", "@mitre/heimdall-lite": "^2.9.2", "@mitre/inspec-objects": "^1.0.1", @@ -2128,10 +2128,9 @@ "integrity": "sha512-paR9M9ZT7rKbh2boksNUynuSZMHhqRYnEZOm/KrZTjQ4/FzyhjLHuvw/8XYzP+E7fS4+/Ms/82EN1pl/OFsiIA==" }, "node_modules/@mitre/emass_client": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@mitre/emass_client/-/emass_client-3.10.1.tgz", - "integrity": "sha512-M2hb6VWou/1i0zaFG0Lhmn1gTe8vNhmSdTsZnwXAH6zzcjljEZyuR8P2IEtTx2/CjzG9qwwtzLHmVwMu6JzrLQ==", - "license": "Apache-2.0", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@mitre/emass_client/-/emass_client-3.10.0.tgz", + "integrity": "sha512-4QlS5FoREGwV31010VCteo59enbPCNEUBemaEzHEIqUoTwi/S2Sk98TUKdMYOMClP4JtNj6YTPqtdq4v6CHnBQ==", "dependencies": { "axios": "^0.21.4" } diff --git a/package.json b/package.json index ce04984c5..cfdf6a7ec 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "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.0", + "version": "1.3.1", "author": "The MITRE Security Automation Framework", "bin": "./bin/run", "bugs": "https://github.com/mitre/saf/issues", "dependencies": { "@aws-sdk/client-config-service": "^3.398.0", "@aws-sdk/client-securityhub": "^3.287.0", - "@mitre/emass_client": "^3", + "@mitre/emass_client": "3.10.0", "@mitre/hdf-converters": "^2.9.1", "@mitre/heimdall-lite": "^2.9.2", "@mitre/inspec-objects": "^1.0.1",