diff --git a/apps/backend/package.json b/apps/backend/package.json index 9cb5b0d919..1eb30cdf45 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "heimdall-server", - "version": "2.6.47", + "version": "2.6.53", "description": "", "license": "Apache-2.0", "author": "", diff --git a/apps/frontend/package.json b/apps/frontend/package.json index e303f43057..b4005df323 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/heimdall-lite", - "version": "2.6.52", + "version": "2.6.53", "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 or from S3 and other data sources.", "repository": { "type": "git", diff --git a/lerna.json b/lerna.json index 7359ae65fb..d42ba4227a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["apps/*", "libs/*", "test"], - "version": "2.6.52", + "version": "2.6.53", "npmClient": "yarn", "useWorkspaces": true }