Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.0.11` | `20.0.12` |
| [@nestjs/swagger](https://github.com/nestjs/swagger) | `8.0.4` | `8.0.5` |
| [nestjs-paginate](https://github.com/ppetzold/nestjs-paginate) | `9.3.0` | `9.3.1` |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.2` | `11.0.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.9.1` | `1.9.2` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.1.0` | `5.1.2` |
| [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) | `3.3.6` | `3.3.7` |


Updates `nx` from 20.0.11 to 20.0.12
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.0.12/packages/nx)

Updates `@nestjs/swagger` from 8.0.4 to 8.0.5
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@8.0.4...8.0.5)

Updates `nestjs-paginate` from 9.3.0 to 9.3.1
- [Release notes](https://github.com/ppetzold/nestjs-paginate/releases)
- [Commits](ppetzold/nestjs-paginate@v9.3.0...v9.3.1)

Updates `uuid` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.2...v11.0.3)

Updates `@swc/core` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.9.1...v1.9.2)

Updates `vite-tsconfig-paths` from 5.1.0 to 5.1.2
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v5.1.0...v5.1.2)

Updates `typedoc-plugin-mdn-links` from 3.3.6 to 3.3.7
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-mdn-links@v3.3.6...v3.3.7)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: nestjs-paginate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite-tsconfig-paths
  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 Nov 11, 2024
1 parent 0af9da1 commit 1c23721
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 160 deletions.
10 changes: 5 additions & 5 deletions api-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.7",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^8.0.4",
"@nestjs/swagger": "^8.0.5",
"@nestjs/throttler": "^6.2.1",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
Expand All @@ -56,7 +56,7 @@
"jwks-rsa": "^3.1.0",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"nestjs-paginate": "^9.3.0",
"nestjs-paginate": "^9.3.1",
"openid-client": "^5.7.0",
"passport": "^0.7.0",
"passport-http-bearer": "^1.0.1",
Expand All @@ -69,15 +69,15 @@
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typeorm": "^0.3.20",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"valibot": "^0.42.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.7",
"@swc/cli": "0.5.0",
"@swc/core": "^1.9.1",
"@swc/core": "^1.9.2",
"@types/amqplib": "^0.10.5",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
Expand All @@ -103,7 +103,7 @@
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"unplugin-swc": "^1.5.1",
"vite-tsconfig-paths": "^5.1.0",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.4"
}
}
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 @@ -52,6 +52,6 @@
"devDependencies": {
"serve": "^14.2.4",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^3.3.6"
"typedoc-plugin-mdn-links": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion integrations/openapi-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hey-api/openapi-ts": "^0.49.0",
"rimraf": "^6.0.1",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^3.3.6"
"typedoc-plugin-mdn-links": "^3.3.7"
},
"nx": {
"tags": ["integrations", "integrations:openapi-json"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"devDependencies": {
"nx": "20.0.11"
"nx": "20.0.12"
}
}
Loading

0 comments on commit 1c23721

Please sign in to comment.