Skip to content

Commit

Permalink
v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schaconcai committed Jan 29, 2025
1 parent 736198b commit 4a702cb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heimdall-server",
"version": "2.11.0",
"version": "2.11.2",
"description": "",
"license": "Apache-2.0",
"author": "",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@casl/ability": "^6.0.0",
"@heimdall/common": "^2.11.1",
"@heimdall/common": "^2.11.2",
"@heimdall/password-complexity": "^2.6.6",
"@nestjs/cli": "^11.0.0",
"@nestjs/common": "^10.2.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre/heimdall-lite",
"version": "2.11.1",
"version": "2.11.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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@aws-sdk/client-s3": "^3.425.0",
"@aws-sdk/client-sts": "^3.427.0",
"@e965/xlsx": "^0.20.0",
"@heimdall/common": "^2.11.1",
"@heimdall/common": "^2.11.2",
"@mdi/font": "^7.0.96",
"@mdi/js": "^7.0.96",
"@types/chroma-js": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["apps/*", "libs/*", "test"],
"version": "2.11.1",
"version": "2.11.2",
"npmClient": "npx yarn"
}
2 changes: 1 addition & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heimdall/common",
"version": "2.11.1",
"version": "2.11.2",
"private": true,
"description": "Common utilities and interfaces between the front and backends of Heimdall",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion libs/hdf-converters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre/hdf-converters",
"version": "2.11.1",
"version": "2.11.2",
"license": "Apache-2.0",
"description": "Converter util library used to transform various scan results into HDF format",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heimdall/cypress-tests",
"version": "2.11.0",
"version": "2.11.2",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit 4a702cb

Please sign in to comment.