Skip to content

Commit

Permalink
v2.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenmoors committed Jul 1, 2022
1 parent b6ea4e2 commit a46a0af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre/heimdall-lite",
"version": "2.6.27",
"version": "2.6.28",
"description": "Heimdall Lite 2.0 is a JavaScript based security results viewer and review tool supporting multiple security results formats, such as: InSpec, SonarQube, OWASP-Zap and Fortify which you can load locally, from S3 and other data sources.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -89,7 +89,7 @@
"file-saver": "^2.0.2",
"highlight.js": "^11.0.0",
"html-loader": "^3.0.0",
"inspecjs": "^2.6.26",
"inspecjs": "^2.6.28",
"jquery": "^3.6.0",
"lodash": "4.17.21",
"lru-cache": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libs/*",
"test"
],
"version": "2.6.27",
"version": "2.6.28",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions libs/hdf-converters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre/hdf-converters",
"version": "2.6.27",
"version": "2.6.28",
"license": "Apache-2.0",
"description": "Converter util library used to transform various scan results into HDF format",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"fast-xml-parser": "^3.21.1",
"html-entities": "^2.3.2",
"htmlparser2": "^7.1.2",
"inspecjs": "^2.6.26",
"inspecjs": "^2.6.28",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ms": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/inspecjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspecjs",
"version": "2.6.26",
"version": "2.6.28",
"description": "© 2018 The MITRE Corporation.",
"files": [
"lib"
Expand Down

0 comments on commit a46a0af

Please sign in to comment.