Skip to content

Commit

Permalink
v2.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Amndeep7 committed Aug 7, 2024
1 parent eef18d5 commit 2e53685
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.10.12",
"version": "2.10.13",
"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 @@ -76,7 +76,7 @@
"file-saver": "^2.0.2",
"highlight.js": "^11.0.0",
"html-loader": "^5.0.0",
"inspecjs": "^2.10.11",
"inspecjs": "^2.10.13",
"lodash": "4.17.21",
"lru-cache": "^10.1.0",
"luxon": "^3.0.1",
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.10.12",
"version": "2.10.13",
"npmClient": "npx yarn"
}
6 changes: 3 additions & 3 deletions 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.10.12",
"version": "2.10.13",
"license": "Apache-2.0",
"description": "Converter util library used to transform various scan results into HDF format",
"files": [
Expand All @@ -25,10 +25,10 @@
"xml2json": "tsx data/converters/xml2json.ts"
},
"dependencies": {
"@microsoft/microsoft-graph-types": "^2.40.0",
"@aws-sdk/client-config-service": "^3.95.0",
"@e965/xlsx": "^0.20.0",
"@mdi/js": "^7.0.96",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@mitre/jsonix": "^3.0.7",
"@smithy/node-http-handler": "^3.0.0",
"@types/csv2json": "^1.4.2",
Expand All @@ -45,7 +45,7 @@
"fast-xml-parser": "^4.2.0",
"html-entities": "^2.3.2",
"htmlparser2": "^9.1.0",
"inspecjs": "^2.10.11",
"inspecjs": "^2.10.13",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"ms": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/inspecjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspecjs",
"version": "2.10.11",
"version": "2.10.13",
"description": "Schema definitions, classes on top, and utilities to deal with HDF files",
"files": [
"lib"
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.10.11",
"version": "2.10.13",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit 2e53685

Please sign in to comment.