Skip to content

Commit

Permalink
chore(deps): bump the dev-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [@nestjs/event-emitter](https://github.com/nestjs/event-emitter), [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links).


Updates `@nestjs/event-emitter` from 2.0.4 to 2.1.1
- [Release notes](https://github.com/nestjs/event-emitter/releases)
- [Changelog](https://github.com/nestjs/event-emitter/blob/master/.release-it.json)
- [Commits](nestjs/event-emitter@2.0.4...2.1.1)

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

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

Updates `typedoc-plugin-mdn-links` from 3.3.3 to 3.3.4
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-mdn-links@v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: "@nestjs/event-emitter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typedoc-plugin-mdn-links
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 7673824 commit 0e39024
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 87 deletions.
6 changes: 3 additions & 3 deletions api-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nestjs/common": "^10.4.5",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.5",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/event-emitter": "^2.1.1",
"@nestjs/graphql": "^12.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.5",
Expand Down Expand Up @@ -98,9 +98,9 @@
"@types/express": "^4.17.21",
"@types/graphql-list-fields": "^2.0.7",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/multer": "^1.4.12",
"@types/node": "^22.7.6",
"@types/node": "^22.7.7",
"@types/passport-http-bearer": "^1.0.41",
"@types/rascal": "^10.2.0",
"@types/supertest": "^2.0.16",
Expand Down
2 changes: 1 addition & 1 deletion integrations/npm/api-client-fetch-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"rimraf": "^6.0.1",
"serve": "^14.2.4",
"typedoc": "^0.26.10",
"typedoc-plugin-mdn-links": "^3.3.3"
"typedoc-plugin-mdn-links": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion integrations/openapi-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hey-api/openapi-ts": "^0.49.0",
"rimraf": "^6.0.1",
"typedoc": "^0.26.10",
"typedoc-plugin-mdn-links": "^3.3.3",
"typedoc-plugin-mdn-links": "^3.3.4",
"typescript": "^5.6.3",
"wireit": "^0.14.9"
}
Expand Down
Loading

0 comments on commit 0e39024

Please sign in to comment.