diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 5fac27e06e..fe325a8c6f 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/heimdall-lite", - "version": "2.8.4", + "version": "2.8.5", "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", diff --git a/lerna.json b/lerna.json index ea8007fa87..29bf48e1e2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["apps/*", "libs/*", "test"], - "version": "2.8.4", + "version": "2.8.5", "npmClient": "yarn", "useWorkspaces": true } diff --git a/test/package.json b/test/package.json index fdf0c7831f..7d852f4502 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "@heimdall/cypress-tests", - "version": "2.8.4", + "version": "2.8.5", "private": true, "description": "", "scripts": {