body-parser-xml
body-parser-xml copied to clipboard
XML parser middleware for express.js.
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 to 1.20.2. Release notes Sourced from body-parser's releases. 1.20.2 Fix strict json error message on Node.js 19+ deps: content-type@~1.0.5 perf: skip value escaping when unnecessary deps:...
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 🔗 Changelog 2.8.3 Support Angular 15.1 🔗 Changelog 2.8.2 🔗 Changelog 2.8.1 🔗 Changelog 2.8.0 diff 🔗...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
With latest versions of express, `body-parser` is integrated in the express itself and provides the same middleware (Docs: https://expressjs.com/en/api.html#express.json). It would be good to use Express middleware directly for xml...
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@j0tunn) :bug:...
Bumps [supertest](https://github.com/visionmedia/supertest) from 6.1.3 to 6.3.3. Release notes Sourced from supertest's releases. v6.3.3 chore: bump deps 2910f73 https://github.com/visionmedia/supertest/compare/v6.3.2...v6.3.3 v6.3.2 docs: added maintainer note e24875d docs: fixed links 5b59ddc https://github.com/visionmedia/supertest/compare/v6.3.1...v6.3.2 v6.3.1...
Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
[email protected] was found to have a regression, per this issue: https://github.com/Leonidas-from-XIV/node-xml2js/issues/677 It was resolved in 0.6.0. Is it possible to update the xml2js dependency to "^0.6.0"?