Skip to content

Commit

Permalink
v2.6.26
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenmoors committed Jun 10, 2022
1 parent 067b4d2 commit 4a6427f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.25",
"version": "2.6.26",
"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.25",
"inspecjs": "^2.6.26",
"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.25",
"version": "2.6.26",
"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.25",
"version": "2.6.26",
"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.25",
"inspecjs": "^2.6.26",
"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.25",
"version": "2.6.26",
"description": "© 2018 The MITRE Corporation.",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heimdall/cypress-tests",
"version": "2.6.10",
"version": "2.6.26",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit 4a6427f

Please sign in to comment.