mirror of https://github.com/node-red/node-red.git
Revert body-parser due to test breakage
parent
9dd1e9a0b3
commit
ba0299abf9
|
@ -32,7 +32,7 @@
|
||||||
"async-mutex": "0.5.0",
|
"async-mutex": "0.5.0",
|
||||||
"basic-auth": "2.0.1",
|
"basic-auth": "2.0.1",
|
||||||
"bcryptjs": "3.0.2",
|
"bcryptjs": "3.0.2",
|
||||||
"body-parser": "2.2.0",
|
"body-parser": "1.20.3",
|
||||||
"cheerio": "1.0.0-rc.10",
|
"cheerio": "1.0.0-rc.10",
|
||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
"content-type": "1.0.5",
|
"content-type": "1.0.5",
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"@node-red/util": "4.0.9",
|
"@node-red/util": "4.0.9",
|
||||||
"@node-red/editor-client": "4.0.9",
|
"@node-red/editor-client": "4.0.9",
|
||||||
"bcryptjs": "3.0.2",
|
"bcryptjs": "3.0.2",
|
||||||
"body-parser": "2.2.0",
|
"body-parser": "1.20.3",
|
||||||
"clone": "2.1.2",
|
"clone": "2.1.2",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"express-session": "1.18.1",
|
"express-session": "1.18.1",
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"acorn": "8.14.1",
|
"acorn": "8.14.1",
|
||||||
"acorn-walk": "8.3.4",
|
"acorn-walk": "8.3.4",
|
||||||
"ajv": "8.17.1",
|
"ajv": "8.17.1",
|
||||||
"body-parser": "2.2.0",
|
"body-parser": "1.20.3",
|
||||||
"cheerio": "1.0.0-rc.10",
|
"cheerio": "1.0.0-rc.10",
|
||||||
"content-type": "1.0.5",
|
"content-type": "1.0.5",
|
||||||
"cookie-parser": "1.4.7",
|
"cookie-parser": "1.4.7",
|
||||||
|
|
Loading…
Reference in New Issue