chore(deps): update dependency express to ^4.19.2 (#892)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-26 18:44:35 +01:00 committed by GitHub
parent 57140f3883
commit 81ed0a8858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -40,7 +40,7 @@
"peerDependencies": {
"@nestjs/common": "^10.3.5",
"@nestjs/swagger": "^7.3.0",
"express": "^4.19.1",
"express": "^4.19.2",
"fastify": "^4.26.2",
"typeorm": "^0.3.17"
}
@ -4020,9 +4020,9 @@
}
},
"node_modules/express": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/express/-/express-4.19.1.tgz",
"integrity": "sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==",
"version": "4.19.2",
"resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
"integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
"peer": true,
"dependencies": {
"accepts": "~1.3.8",
@ -11631,9 +11631,9 @@
}
},
"express": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/express/-/express-4.19.1.tgz",
"integrity": "sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==",
"version": "4.19.2",
"resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
"integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
"peer": true,
"requires": {
"accepts": "~1.3.8",

View File

@ -63,7 +63,7 @@
"peerDependencies": {
"@nestjs/common": "^10.3.5",
"@nestjs/swagger": "^7.3.0",
"express": "^4.19.1",
"express": "^4.19.2",
"fastify": "^4.26.2",
"typeorm": "^0.3.17"
},