Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/update-runtime-2f0a3…
Browse files Browse the repository at this point in the history
…f4beb
  • Loading branch information
mergify[bot] authored Nov 19, 2024
2 parents 3cb8f25 + 6c20a11 commit ce2398d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 39 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
npx better-npm-audit audit --exclude 1100467
89 changes: 54 additions & 35 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
]
},
"dependencies": {
"@google-cloud/pubsub": "4.8.0",
"@google-cloud/pubsub": "4.9.0",
"@js-soft/docdb-access-loki": "^1.1.0",
"@js-soft/docdb-access-mongo": "1.1.9",
"@js-soft/node-logger": "1.2.0",
Expand All @@ -97,7 +97,7 @@
"helmet": "8.0.0",
"json-stringify-safe": "5.0.1",
"jsonschema": "1.4.1",
"mqtt": "^5.10.1",
"mqtt": "^5.10.2",
"nconf": "0.12.1",
"on-headers": "1.0.2",
"rapidoc": "9.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nmshd/content": "6.7.1",
"axios": "^1.7.7",
"form-data": "^4.0.1",
"qs": "^6.13.0"
"qs": "^6.13.1"
},
"devDependencies": {
"@types/qs": "^6.9.17",
Expand Down

0 comments on commit ce2398d

Please sign in to comment.