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 5 updates

Bumps the update-npm-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eventsource](https://github.com/EventSource/eventsource) | `3.0.1` | `3.0.2` |
| [undici](https://github.com/nodejs/undici) | `7.1.0` | `7.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.2` |
| [c8](https://github.com/bcoe/c8) | `10.1.2` | `10.1.3` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.7` | `3.1.9` |



Updates `eventsource` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/main/CHANGELOG.md)
- [Commits](EventSource/eventsource@v3.0.1...v3.0.2)

Updates `undici` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.1.0...v7.1.1)

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

Updates `c8` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.2...v10.1.3)

Updates `nodemon` from 3.1.7 to 3.1.9
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.7...v3.1.9)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: undici
  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: c8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 6c7eb6b commit 5423643
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 30 deletions.
55 changes: 30 additions & 25 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"compression": "1.7.5",
"correlation-id": "^5.2.0",
"cors": "2.8.5",
"eventsource": "^3.0.1",
"eventsource": "^3.0.2",
"express": "4.21.2",
"helmet": "8.0.0",
"json-stringify-safe": "5.0.1",
Expand All @@ -104,7 +104,7 @@
"redis": "^4.7.0",
"reflect-metadata": "0.2.2",
"swagger-ui-express": "5.0.1",
"undici": "^7.1.0",
"undici": "^7.1.1",
"yamljs": "0.3.0",
"yargs": "^17.7.2"
},
Expand All @@ -127,18 +127,18 @@
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/nconf": "^0.10.7",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/on-headers": "^1.0.3",
"@types/swagger-ui-express": "^4.1.7",
"@types/yamljs": "^0.2.34",
"c8": "^10.1.2",
"c8": "^10.1.3",
"cpx2": "^8.0.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"jest-expect-message": "^1.1.3",
"jest-json-schema": "^6.1.0",
"lodash": "^4.17.21",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"prettier": "^3.4.2",
Expand Down

0 comments on commit 5423643

Please sign in to comment.