chore(deps): update dependency @types/express to ^4.17.21 (#801)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-08 09:32:07 +01:00 committed by GitHub
parent 5be544cfae
commit 452aeb241f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@nestjs/common": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/testing": "^10.2.7",
"@types/express": "^4.17.20",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.201",
"@types/node": "^20.8.9",
@ -1818,9 +1818,9 @@
}
},
"node_modules/@types/express": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz",
"integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
"dev": true,
"dependencies": {
"@types/body-parser": "*",
@ -9730,9 +9730,9 @@
}
},
"@types/express": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.20.tgz",
"integrity": "sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
"integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
"dev": true,
"requires": {
"@types/body-parser": "*",

View File

@ -35,7 +35,7 @@
"@nestjs/testing": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/common": "^10.2.7",
"@types/express": "^4.17.20",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.201",
"@types/node": "^20.8.9",