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 (#318)

Bumps the update-npm-dependencies group with 3 updates in the / directory: [amqplib](https://github.com/amqp-node/amqplib), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `amqplib` from 0.10.4 to 0.10.5
- [Release notes](https://github.com/amqp-node/amqplib/releases)
- [Changelog](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md)
- [Commits](amqp-node/amqplib@v0.10.4...v0.10.5)

Updates `@types/node` from 22.9.0 to 22.9.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: amqplib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Nov 26, 2024
1 parent 3355164 commit 486ddf5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 40 deletions.
50 changes: 13 additions & 37 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@nmshd/typescript-ioc": "^3.2.4",
"@nmshd/typescript-rest": "^3.0.5",
"agentkeepalive": "4.5.0",
"amqplib": "^0.10.4",
"amqplib": "^0.10.5",
"axios": "^1.7.7",
"compression": "1.7.5",
"correlation-id": "^5.2.0",
Expand Down Expand Up @@ -126,7 +126,7 @@
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/nconf": "^0.10.7",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"@types/on-headers": "^1.0.3",
"@types/swagger-ui-express": "^4.1.7",
"@types/yamljs": "^0.2.34",
Expand All @@ -143,6 +143,6 @@
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}

0 comments on commit 486ddf5

Please sign in to comment.