Update express to the latest version 🚀 (#5615)
* fix(package): update express to version 4.17.1 * chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
peril-parse-community[bot]
parent
f7716f2f87
commit
b804245cbe
6
package-lock.json
generated
6
package-lock.json
generated
@@ -3730,9 +3730,9 @@
|
||||
}
|
||||
},
|
||||
"express": {
|
||||
"version": "4.17.0",
|
||||
"resolved": "https://registry.npmjs.org/express/-/express-4.17.0.tgz",
|
||||
"integrity": "sha512-1Z7/t3Z5ZnBG252gKUPyItc4xdeaA0X934ca2ewckAsVsw9EG71i++ZHZPYnus8g/s5Bty8IMpSVEuRkmwwPRQ==",
|
||||
"version": "4.17.1",
|
||||
"resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
|
||||
"integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
|
||||
"requires": {
|
||||
"accepts": "~1.3.7",
|
||||
"array-flatten": "1.1.1",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"body-parser": "1.19.0",
|
||||
"commander": "2.20.0",
|
||||
"deepcopy": "2.0.0",
|
||||
"express": "4.17.0",
|
||||
"express": "4.17.1",
|
||||
"follow-redirects": "1.7.0",
|
||||
"intersect": "1.0.1",
|
||||
"lodash": "4.17.11",
|
||||
|
||||
Reference in New Issue
Block a user