Upgrades the express and body-parser packages to address CVE-2024-45590. The package.json range for body-parser was "^1.17.1", but we were already resolved to 1.20.2 in our lockfile anyway, so this is really just a patch bump. The express upgrade is the bigger change.
Upgrades the express and body-parser packages to address CVE-2024-45590. The package.json range for body-parser was
"^1.17.1"
, but we were already resolved to 1.20.2 in our lockfile anyway, so this is really just a patch bump. The express upgrade is the bigger change.