Skip to content

Commit

Permalink
chore(deps): bump the deps group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.47.0` | `0.47.1` |
| [rotating-file-stream](https://github.com/iccicci/rotating-file-stream) | `3.2.2` | `3.2.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.12.0` | `7.13.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.12.0` | `7.13.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.1` | `3.3.2` |


Updates `@opentelemetry/auto-instrumentations-node` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@auto-instrumentations-node-v0.47.0...auto-instrumentations-node-v0.47.1)

Updates `rotating-file-stream` from 3.2.2 to 3.2.3
- [Changelog](https://github.com/iccicci/rotating-file-stream/blob/master/CHANGELOG.md)
- [Commits](iccicci/rotating-file-stream@v3.2.2...v3.2.3)

Updates `@typescript-eslint/eslint-plugin` from 7.12.0 to 7.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.12.0 to 7.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/parser)

Updates `prettier` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rotating-file-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 6673fb3 commit cbd772b
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 91 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nestjs/swagger": "^7.1.17",
"@nestjs/terminus": "^10.2.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.47.0",
"@opentelemetry/auto-instrumentations-node": "^0.47.1",
"@opentelemetry/context-async-hooks": "1.25.0",
"@opentelemetry/core": "1.25.0",
"@opentelemetry/exporter-prometheus": "^0.52.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"prisma-cursorstream": "^0.3.0",
"prisma-extension-pagination": "^0.7.4",
"reflect-metadata": "^0.2.2",
"rotating-file-stream": "^3.2.2",
"rotating-file-stream": "^3.2.3",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1"
},
Expand All @@ -101,8 +101,8 @@
"@types/passport-google-oauth20": "^2.0.14",
"@types/passport-jwt": "^4.0.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"commitlint": "^19.2.2",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -112,7 +112,7 @@
"husky": "^9.0.11",
"jest": "^29.5.0",
"jest-mock-extended": "^3.0.5",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.15.0",
"source-map-support": "^0.5.21",
Expand Down
Loading

0 comments on commit cbd772b

Please sign in to comment.