Skip to content

Commit

Permalink
Merge branch 'main' into feature/add_identity_init_cli_command
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 14, 2025
2 parents 3b38657 + bfecf47 commit 174deb9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 42 deletions.
85 changes: 48 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@
"express": "4.21.2",
"helmet": "8.0.0",
"json-stringify-safe": "5.0.1",
"jsonschema": "1.4.1",
"jsonschema": "1.5.0",
"mqtt": "^5.10.3",
"nconf": "0.12.1",
"on-headers": "1.0.2",
"rapidoc": "9.3.8",
"redis": "^4.7.0",
"reflect-metadata": "0.2.2",
"swagger-ui-express": "5.0.1",
"undici": "^7.2.0",
"undici": "^7.2.1",
"yamljs": "0.3.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@apidevtools/swagger-parser": "^10.1.1",
"@js-soft/eslint-config-ts": "1.6.13",
"@js-soft/license-check": "1.0.9",
"@nmshd/connector-sdk": "*",
Expand All @@ -127,7 +127,7 @@
"@types/lodash": "^4.17.14",
"@types/luxon": "^3.4.2",
"@types/nconf": "^0.10.7",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@types/on-headers": "^1.0.3",
"@types/swagger-ui-express": "^4.1.7",
"@types/yamljs": "^0.2.34",
Expand All @@ -144,6 +144,6 @@
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}

0 comments on commit 174deb9

Please sign in to comment.