diff --git a/apps/backend/package.json b/apps/backend/package.json index 077056e685..b08f3f6c66 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "heimdall-server", - "version": "2.9.1", + "version": "2.9.3", "description": "", "license": "Apache-2.0", "author": "", @@ -45,7 +45,7 @@ }, "dependencies": { "@casl/ability": "^6.0.0", - "@heimdall/interfaces": "^2.6.59", + "@heimdall/interfaces": "^2.9.3", "@heimdall/password-complexity": "^2.6.6", "@nestjs/cli": "^10.1.14", "@nestjs/common": "^10.2.1", diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 6c74ae2ec6..341a7701d5 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/heimdall-lite", - "version": "2.9.2", + "version": "2.9.3", "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", @@ -32,7 +32,7 @@ "@aws-sdk/client-s3": "^3.425.0", "@aws-sdk/client-sts": "^3.427.0", "@e965/xlsx": "^0.20.0", - "@heimdall/interfaces": "^2.6.59", + "@heimdall/interfaces": "^2.9.3", "@mdi/font": "^7.0.96", "@mdi/js": "^7.0.96", "@types/chroma-js": "^2.1.0", diff --git a/lerna.json b/lerna.json index f5a7857504..9145251c7c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["apps/*", "libs/*", "test"], - "version": "2.9.2", + "version": "2.9.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/libs/hdf-converters/package.json b/libs/hdf-converters/package.json index 8816541c8b..cdc0477981 100644 --- a/libs/hdf-converters/package.json +++ b/libs/hdf-converters/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/hdf-converters", - "version": "2.9.1", + "version": "2.9.3", "license": "Apache-2.0", "description": "Converter util library used to transform various scan results into HDF format", "files": [ diff --git a/libs/interfaces/package.json b/libs/interfaces/package.json index 666fc030d6..1108c1bd45 100644 --- a/libs/interfaces/package.json +++ b/libs/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@heimdall/interfaces", - "version": "2.6.59", + "version": "2.9.3", "private": true, "description": "", "main": "index.ts", diff --git a/test/package.json b/test/package.json index 3303b72ee0..df16eac864 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "@heimdall/cypress-tests", - "version": "2.9.1", + "version": "2.9.3", "private": true, "description": "", "scripts": {