Skip to content

Commit

Permalink
v2.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Amndeep7 committed Apr 29, 2022
1 parent a28ced2 commit 11b9ecd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heimdall-server",
"version": "2.6.19",
"version": "2.6.24",
"description": "",
"license": "Apache-2.0",
"author": "",
Expand Down
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.23",
"version": "2.6.24",
"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.22",
"inspecjs": "^2.6.24",
"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.23",
"version": "2.6.24",
"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.23",
"version": "2.6.24",
"license": "Apache-2.0",
"description": "Converter util library used to transform various scan results into HDF format",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"fast-xml-parser": "^3.21.1",
"html-entities": "^2.3.2",
"htmlparser2": "^7.1.2",
"inspecjs": "^2.6.22",
"inspecjs": "^2.6.24",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"papaparse": "^5.3.1",
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.22",
"version": "2.6.24",
"description": "© 2018 The MITRE Corporation.",
"files": [
"lib"
Expand Down

0 comments on commit 11b9ecd

Please sign in to comment.