From 90641df458eb8340ca6f62cb7311b36c614a5726 Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Wed, 12 Jun 2024 21:52:57 -0400 Subject: [PATCH] v2.10.10 --- apps/backend/package.json | 2 +- apps/frontend/package.json | 2 +- lerna.json | 2 +- test/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index b44d6ea9a4..5542056a21 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "heimdall-server", - "version": "2.10.9", + "version": "2.10.10", "description": "", "license": "Apache-2.0", "author": "", diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 05a39eafe8..ead01af68a 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@mitre/heimdall-lite", - "version": "2.10.9", + "version": "2.10.10", "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 c359a66601..8b57d5d058 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["apps/*", "libs/*", "test"], - "version": "2.10.9", + "version": "2.10.10", "npmClient": "yarn" } diff --git a/test/package.json b/test/package.json index 670cd812f2..3d7a52572a 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "@heimdall/cypress-tests", - "version": "2.10.9", + "version": "2.10.10", "private": true, "description": "", "scripts": {