From 8b3a094d22074a60de6dda0a5d24349a9d3afdec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:29:06 +0200 Subject: [PATCH] Bump @cap-js-community/odata-v2-adapter from 1.10.5 to 1.10.6 (#520) Bumps [@cap-js-community/odata-v2-adapter](https://github.com/cap-js-community/odata-v2-adapter) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/cap-js-community/odata-v2-adapter/releases) - [Changelog](https://github.com/cap-js-community/odata-v2-adapter/blob/main/CHANGELOG.md) - [Commits](https://github.com/cap-js-community/odata-v2-adapter/compare/v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: "@cap-js-community/odata-v2-adapter" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a51b016b..61c2ad1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -214,9 +214,9 @@ } }, "node_modules/@cap-js-community/odata-v2-adapter": { - "version": "1.10.5", - "resolved": "https://registry.npmjs.org/@cap-js-community/odata-v2-adapter/-/odata-v2-adapter-1.10.5.tgz", - "integrity": "sha512-2m3OuMnh7WoONNWSjuP5/vydzRhae9eEBM68kMODM1PXtKN+TpEYKIdne2VEyDHijeRJ1qwjDU9/XmCt7vNQ8g==", + "version": "1.10.6", + "resolved": "https://registry.npmjs.org/@cap-js-community/odata-v2-adapter/-/odata-v2-adapter-1.10.6.tgz", + "integrity": "sha512-KXRem1fQB2jDTEH+1WZj+6HXpb+4eLDWchfv7M4G0tWv8A6Kl/76lA8AaAiUzY/EWk7Y1B+oGhRc0dAJZgcL6A==", "dependencies": { "body-parser": "^1.20.2", "body-parser-xml": "^2.0.5", @@ -224,12 +224,32 @@ "express-fileupload": "^1.4.0", "http-proxy-middleware": "^2.0.6", "node-fetch": "^2.6.11", - "xml2js": "^0.5.0" + "xml2js": "^0.6.0" }, "engines": { "node": ">=16" } }, + "node_modules/@cap-js-community/odata-v2-adapter/node_modules/xml2js": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz", + "integrity": "sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/@cap-js-community/odata-v2-adapter/node_modules/xmlbuilder": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", + "engines": { + "node": ">=4.0" + } + }, "node_modules/@capire/bookshop": { "resolved": "bookshop", "link": true