diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 4a4af3f60b..6885c5598c 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -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", @@ -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", diff --git a/lerna.json b/lerna.json index 98a47f4bf6..f4ec91e3e8 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "libs/*", "test" ], - "version": "2.6.25", + "version": "2.6.26", "npmClient": "yarn", "useWorkspaces": true } diff --git a/libs/hdf-converters/package.json b/libs/hdf-converters/package.json index 8628c6d705..2b71308697 100644 --- a/libs/hdf-converters/package.json +++ b/libs/hdf-converters/package.json @@ -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": [ @@ -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", diff --git a/libs/inspecjs/package.json b/libs/inspecjs/package.json index d410f4d599..9342c6152a 100644 --- a/libs/inspecjs/package.json +++ b/libs/inspecjs/package.json @@ -1,6 +1,6 @@ { "name": "inspecjs", - "version": "2.6.25", + "version": "2.6.26", "description": "© 2018 The MITRE Corporation.", "files": [ "lib" diff --git a/test/package.json b/test/package.json index 9a085abe1d..378180a84a 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "@heimdall/cypress-tests", - "version": "2.6.10", + "version": "2.6.26", "private": true, "description": "", "scripts": {