Skip to content

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Nov 11, 2020
1 parent f4bbe43 commit 8bd6ccb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2",
"version": "2.3.3",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand All @@ -22,7 +22,7 @@
"test:ui": "jest -c test/integration/jest.config.integration.js --runInBand"
},
"dependencies": {
"@heimdall/interfaces": "^2.3.2",
"@heimdall/interfaces": "^2.3.3",
"@nestjs/common": "^7.0.13",
"@nestjs/core": "^7.0.13",
"@nestjs/jwt": "^7.0.0",
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.2",
"version": "2.3.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.",
"scripts": {
"build": "vue-cli-service build",
Expand All @@ -24,7 +24,7 @@
"Dockerfile"
],
"dependencies": {
"@heimdall/interfaces": "^2.3.2",
"@heimdall/interfaces": "^2.3.3",
"@types/chroma-js": "^2.1.0",
"@types/concat-stream": "^1.6.0",
"@types/d3": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"apps/*",
"libs/*"
],
"version": "2.3.2",
"version": "2.3.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.3.2",
"version": "2.3.3",
"description": "",
"private": true,
"main": "index.ts",
Expand Down

0 comments on commit 8bd6ccb

Please sign in to comment.