Skip to content

Commit

Permalink
1.2.21
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Andrew Hinchey <[email protected]>
  • Loading branch information
ChrisHinchey committed Jul 5, 2023
1 parent 1db3383 commit 5a615d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.20
1.2.21
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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.2.20",
"version": "1.2.21",
"author": "The MITRE Security Automation Framework",
"bin": "./bin/run",
"bugs": "https://github.com/mitre/saf/issues",
"dependencies": {
"@aws-sdk/client-config-service": "^3.53.0",
"@mitre/emass_client": "^3",
"@mitre/hdf-converters": "^2.6.54",
"@mitre/heimdall-lite": "^2.6.55",
"@mitre/heimdall-lite": "^2.6.56",
"@mitre/inspec-objects": "^1.0.1",
"@oclif/core": "^2.0.6",
"@oclif/plugin-help": "^5",
Expand Down Expand Up @@ -185,4 +185,4 @@
"test": "ts-mocha --timeout 8500 --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 5a615d7

Please sign in to comment.