Revert body-parser due to test breakage

pull/5107/head
Nick O'Leary 2025-04-14 14:23:44 +01:00
parent 9dd1e9a0b3
commit ba0299abf9
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",