fix(deps): update dependency express to v4.19.2 [security]

This commit is contained in:
renovate[bot] 2024-03-26 07:49:56 +00:00 committed by GitHub
parent 035f85c744
commit 001e3dcc75
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

@ -11,7 +11,7 @@
"dependencies": {
"bunyan": "1.8.15",
"clipboard-copy": "2.0.1",
"express": "4.19.1",
"express": "4.19.2",
"express-http-proxy": "1.6.3",
"lodash.defaults": "4.2.0",
"lodash.get": "4.4.2",
@ -9612,9 +9612,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==",
"dependencies": {
"accepts": "~1.3.8",
"array-flatten": "1.1.1",

View file

@ -46,7 +46,7 @@
"dependencies": {
"bunyan": "1.8.15",
"clipboard-copy": "2.0.1",
"express": "4.19.1",
"express": "4.19.2",
"express-http-proxy": "1.6.3",
"lodash.defaults": "4.2.0",
"lodash.get": "4.4.2",