Skip to content

Commit

Permalink
Chore(deps): bump the update-npm-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 3 updates (#314)

* Chore(deps): bump the update-npm-dependencies group across 1 directory with 3 updates

Bumps the update-npm-dependencies group with 3 updates in the / directory: [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub), [mqtt](https://github.com/mqttjs/MQTT.js) and [qs](https://github.com/ljharb/qs).


Updates `@google-cloud/pubsub` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/googleapis/nodejs-pubsub/releases)
- [Changelog](https://github.com/googleapis/nodejs-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-pubsub@v4.8.0...v4.9.0)

Updates `mqtt` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](mqttjs/MQTT.js@v5.10.1...v5.10.2)

Updates `qs` from 6.13.0 to 6.13.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.13.1)

---
updated-dependencies:
- dependency-name: "@google-cloud/pubsub"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: mqtt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: audit-exclude cross-spawn as it's only a dev dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian König <[email protected]>
  • Loading branch information
dependabot[bot] and jkoenig134 authored Nov 19, 2024
1 parent b218207 commit 6c20a11
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.0",
"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 6c20a11

Please sign in to comment.