Skip to content

Commit

Permalink
chore/upgrade dependencies (#133)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: bump version and write changelog

* chore: add mergify config for auto-updating PRs
  • Loading branch information
slavistan authored Feb 12, 2024
1 parent cd2efea commit 978d0a9
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 30 deletions.
6 changes: 6 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pull_request_rules:
- name: update pull request
conditions:
- label!=wip
actions:
update:
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.7.1

- upgrade the runtime version to 3.7.0
- upgrade assorted dependencies

## 3.7.0

-> SDK 3.0.0
Expand Down
48 changes: 26 additions & 22 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/connector",
"version": "3.7.0",
"version": "3.7.1",
"private": true,
"description": "The Enmeshed Connector",
"homepage": "https://enmeshed.eu/integrate",
Expand Down Expand Up @@ -60,12 +60,12 @@
}
},
"dependencies": {
"@google-cloud/pubsub": "4.3.0",
"@google-cloud/pubsub": "4.3.1",
"@js-soft/docdb-access-mongo": "1.1.6",
"@js-soft/node-logger": "1.1.1",
"@js-soft/ts-utils": "^2.3.3",
"@nmshd/iql": "^1.0.1",
"@nmshd/runtime": "3.5.3",
"@nmshd/runtime": "3.7.0",
"agentkeepalive": "4.5.0",
"amqplib": "^0.10.3",
"axios": "^1.6.7",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.4.2",
"@types/nconf": "^0.10.6",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/on-headers": "^1.0.3",
"@types/swagger-ui-express": "^4.1.6",
"@types/yamljs": "^0.2.34",
Expand All @@ -112,10 +112,10 @@
"lodash": "^4.17.21",
"nodemon": "^3.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-rest-swagger": "github:nmshd/typescript-rest-swagger#1.1.7"
},
"overrides": {
Expand Down

0 comments on commit 978d0a9

Please sign in to comment.