Skip to content

Commit

Permalink
chore: update dependencies (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbi08 authored Dec 6, 2024
1 parent 7ec644d commit 8f2fa9a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 26 deletions.
46 changes: 25 additions & 21 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
"@nmshd/typescript-rest": "^3.0.5",
"agentkeepalive": "4.5.0",
"amqplib": "^0.10.5",
"axios": "^1.7.8",
"axios": "^1.7.9",
"compression": "1.7.5",
"correlation-id": "^5.2.0",
"cors": "2.8.5",
"eventsource": "^2.0.2",
"express": "4.21.1",
"express": "4.21.2",
"helmet": "8.0.0",
"json-stringify-safe": "5.0.1",
"jsonschema": "1.4.1",
Expand All @@ -115,7 +115,7 @@
"@nmshd/content": "6.10.0",
"@nmshd/core-types": "6.10.0",
"@nmshd/typescript-rest-swagger": "^1.4.1",
"@types/amqplib": "^0.10.5",
"@types/amqplib": "^0.10.6",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/eventsource": "^1.1.15",
Expand All @@ -140,7 +140,7 @@
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@nmshd/content": "6.10.0",
"axios": "^1.7.8",
"axios": "^1.7.9",
"form-data": "^4.0.1",
"qs": "^6.13.1"
},
Expand Down

0 comments on commit 8f2fa9a

Please sign in to comment.