Skip to content

Commit

Permalink
v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Mar 22, 2021
1 parent 76ea9ce commit 65abdc9
Show file tree
Hide file tree
Showing 5 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.4.2",
"version": "2.4.3",
"description": "",
"license": "Apache-2.0",
"author": "",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@casl/ability": "^5.2.2",
"@heimdall/interfaces": "^2.4.2",
"@heimdall/interfaces": "^2.4.3",
"@nestjs/cli": "^7.1.5",
"@nestjs/common": "^7.0.13",
"@nestjs/core": "^7.0.13",
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heimdall-lite",
"version": "2.4.2",
"version": "2.4.3",
"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.4.2",
"@heimdall/interfaces": "^2.4.3",
"@mdi/font": "^5.6.55",
"@mdi/js": "^5.3.45",
"@types/chroma-js": "^2.1.0",
Expand Down Expand Up @@ -102,8 +102,8 @@
"vue": "~2.6.10",
"vue-apexcharts": "^1.5.1",
"vue-class-component": "^7.0.2",
"vue-clipboard2": "^0.3.1",
"vue-cli-plugin-vuetify": "~2.3.0",
"vue-clipboard2": "^0.3.1",
"vue-cookies": "^1.7.4",
"vue-file-agent": "^1.7.3",
"vue-highlightjs": "^1.3.3",
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.4.2",
"version": "2.4.3",
"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.4.2",
"version": "2.4.3",
"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.4.2",
"version": "2.4.3",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit 65abdc9

Please sign in to comment.