diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 8559898fbb..8f2ce2248d 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/heimdall-lite", - "version": "2.10.7", + "version": "2.10.8", "description": "Heimdall-Lite 2 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 or from S3 and other data sources.", "repository": { "type": "git", @@ -76,7 +76,7 @@ "file-saver": "^2.0.2", "highlight.js": "^11.0.0", "html-loader": "^5.0.0", - "inspecjs": "^2.10.2", + "inspecjs": "^2.10.8", "lodash": "4.17.21", "lru-cache": "^10.1.0", "luxon": "^3.0.1", diff --git a/lerna.json b/lerna.json index 53486060d9..0efd0ef2d2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["apps/*", "libs/*", "test"], - "version": "2.10.7", + "version": "2.10.8", "npmClient": "yarn" } diff --git a/libs/hdf-converters/package.json b/libs/hdf-converters/package.json index d80773d000..9e22292a19 100644 --- a/libs/hdf-converters/package.json +++ b/libs/hdf-converters/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/hdf-converters", - "version": "2.10.7", + "version": "2.10.8", "license": "Apache-2.0", "description": "Converter util library used to transform various scan results into HDF format", "files": [ @@ -42,7 +42,7 @@ "fast-xml-parser": "^4.2.0", "html-entities": "^2.3.2", "htmlparser2": "^9.1.0", - "inspecjs": "^2.10.2", + "inspecjs": "^2.10.8", "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 67bc11edd4..32866a5319 100644 --- a/libs/inspecjs/package.json +++ b/libs/inspecjs/package.json @@ -1,6 +1,6 @@ { "name": "inspecjs", - "version": "2.10.2", + "version": "2.10.8", "description": "Schema definitions, classes on top, and utilities to deal with HDF files", "files": [ "lib"