Skip to content

Commit

Permalink
Merge branch 'main' into release/v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Aug 27, 2024
2 parents 28015df + 28a9a65 commit 7568705
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .ci/runChecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ npm run lint:prettier

# auditing
npx license-check --ignoreRegex @nmshd/connector
npx better-npm-audit audit --exclude 1093639,1096302,1098615
npx better-npm-audit audit --exclude 1096302,1098618,1093639
81 changes: 56 additions & 25 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 @@ -79,7 +79,7 @@
]
},
"dependencies": {
"@google-cloud/pubsub": "4.5.0",
"@google-cloud/pubsub": "4.7.0",
"@js-soft/docdb-access-loki": "^1.1.0",
"@js-soft/docdb-access-mongo": "1.1.8",
"@js-soft/node-logger": "1.2.0",
Expand All @@ -88,15 +88,15 @@
"@nmshd/runtime": "5.1.0",
"agentkeepalive": "4.5.0",
"amqplib": "^0.10.4",
"axios": "^1.7.4",
"axios": "^1.7.5",
"compression": "1.7.4",
"cors": "2.8.5",
"eventsource": "^2.0.2",
"express": "4.19.2",
"helmet": "7.1.0",
"json-stringify-safe": "5.0.1",
"jsonschema": "1.4.1",
"mqtt": "^5.9.1",
"mqtt": "^5.10.0",
"multer": "^1.4.5-lts.1",
"nconf": "0.12.1",
"on-headers": "1.0.2",
Expand Down Expand Up @@ -125,7 +125,7 @@
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@types/nconf": "^0.10.7",
"@types/node": "^22.3.0",
"@types/node": "^22.5.0",
"@types/on-headers": "^1.0.3",
"@types/swagger-ui-express": "^4.1.6",
"@types/yamljs": "^0.2.34",
Expand All @@ -140,7 +140,7 @@
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-rest-swagger": "github:nmshd/typescript-rest-swagger#1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build:schemas:watch": "npx nodemon -e ts -w 'src/types' --exec 'npm run build:schemas'"
},
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.7.5",
"form-data": "^4.0.0",
"qs": "^6.13.0"
},
Expand Down

0 comments on commit 7568705

Please sign in to comment.