diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 1798d031c..795b68f1c 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/heimdall-lite", - "version": "2.10.1", + "version": "2.10.2", "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.8.1", + "inspecjs": "^2.10.2", "lodash": "4.17.21", "lru-cache": "^10.1.0", "luxon": "^3.0.1", diff --git a/lerna.json b/lerna.json index c9b86f156..797dcd09a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["apps/*", "libs/*", "test"], - "version": "2.10.1", + "version": "2.10.2", "npmClient": "yarn" } diff --git a/libs/hdf-converters/package.json b/libs/hdf-converters/package.json index a0af186b9..0b67fb25d 100644 --- a/libs/hdf-converters/package.json +++ b/libs/hdf-converters/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/hdf-converters", - "version": "2.10.1", + "version": "2.10.2", "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.8.1", + "inspecjs": "^2.10.2", "lodash": "^4.17.21", "moment": "^2.29.1", "ms": "^2.1.3", @@ -75,4 +75,4 @@ "^.+\\.ts$": "ts-jest" } } -} \ No newline at end of file +} diff --git a/libs/inspecjs/package.json b/libs/inspecjs/package.json index 90a733937..67bc11edd 100644 --- a/libs/inspecjs/package.json +++ b/libs/inspecjs/package.json @@ -1,6 +1,6 @@ { "name": "inspecjs", - "version": "2.8.1", + "version": "2.10.2", "description": "Schema definitions, classes on top, and utilities to deal with HDF files", "files": [ "lib" diff --git a/test/package.json b/test/package.json index cb9d9f290..6ed0591f6 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "@heimdall/cypress-tests", - "version": "2.10.0", + "version": "2.10.2", "private": true, "description": "", "scripts": {