Skip to content

Commit

Permalink
v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Jan 13, 2021
1 parent 8ed27d8 commit fc7ca51
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.3.5",
"version": "2.3.6",
"description": "",
"license": "Apache-2.0",
"author": "",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@casl/ability": "^4.1.6",
"@heimdall/interfaces": "^2.3.5",
"@heimdall/interfaces": "^2.3.6",
"@nestjs/cli": "^7.1.5",
"@nestjs/common": "^7.0.13",
"@nestjs/core": "^7.0.13",
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": "heimdall-lite",
"version": "2.3.5",
"version": "2.3.6",
"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, from S3 and other data sources.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
}
},
"dependencies": {
"@heimdall/interfaces": "^2.3.5",
"@heimdall/interfaces": "^2.3.6",
"@mdi/font": "^5.6.55",
"@mdi/js": "^5.3.45",
"@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
Expand Up @@ -4,7 +4,7 @@
"libs/*",
"test"
],
"version": "2.3.5",
"version": "2.3.6",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion libs/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heimdall/interfaces",
"version": "2.3.5",
"version": "2.3.6",
"private": true,
"description": "",
"main": "index.ts",
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.3.4",
"version": "2.3.6",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit fc7ca51

Please sign in to comment.