build(deps-dev): bump @nestjs/platform-express from 10.3.1 to 10.3.2

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) from 10.3.1 to 10.3.2.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.2/packages/platform-express)

---
updated-dependencies:
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-07 14:53:56 +00:00 committed by GitHub
parent c4fd99e9f8
commit eaad4b1125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -14,7 +14,7 @@
"devDependencies": { "devDependencies": {
"@nestjs/common": "^10.3.1", "@nestjs/common": "^10.3.1",
"@nestjs/core": "^10.3.1", "@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1", "@nestjs/platform-express": "^10.3.2",
"@types/node": "^20.11.16", "@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",
@ -308,9 +308,9 @@
} }
}, },
"node_modules/@nestjs/platform-express": { "node_modules/@nestjs/platform-express": {
"version": "10.3.1", "version": "10.3.2",
"resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-10.3.1.tgz", "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-10.3.2.tgz",
"integrity": "sha512-Rj21quI5h4Lry7q9an+nO4ADQiQUy9A6XK74o5aTUHo3Ysm25ujqh2NgU4XbT3M2oXU9qzhE59OfhkQ7ZUvTAg==", "integrity": "sha512-jS0uQ5VCsOezhzW6xzlWquGEaDHQ9B+JTVsuxbac+3XOPt6sbKry8HHOWyjKss9wAKo0lDRSFvpV5oQAF/yl6w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"body-parser": "1.20.2", "body-parser": "1.20.2",

View file

@ -28,7 +28,7 @@
"devDependencies": { "devDependencies": {
"@nestjs/common": "^10.3.1", "@nestjs/common": "^10.3.1",
"@nestjs/core": "^10.3.1", "@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1", "@nestjs/platform-express": "^10.3.2",
"@types/node": "^20.11.16", "@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",