Bump @cap-js-community/odata-v2-adapter from 1.11.4 to 1.11.5 (#560)

Bumps [@cap-js-community/odata-v2-adapter](https://github.com/cap-js-community/odata-v2-adapter) from 1.11.4 to 1.11.5.
- [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.11.4...v1.11.5)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-08-02 15:03:17 +00:00
committed by GitHub
parent 9596511883
commit 8b978a94ec

14
package-lock.json generated
View File

@@ -227,9 +227,9 @@
}
},
"node_modules/@cap-js-community/odata-v2-adapter": {
"version": "1.11.4",
"resolved": "https://registry.npmjs.org/@cap-js-community/odata-v2-adapter/-/odata-v2-adapter-1.11.4.tgz",
"integrity": "sha512-GYGJS17t2+2c5zMv5u5lrImPSHTsNkjcHTmJWLsidRKi943sKXzcirBrd7lAWHSCUT18tY3GG9qyHpqBQdf+4Q==",
"version": "1.11.5",
"resolved": "https://registry.npmjs.org/@cap-js-community/odata-v2-adapter/-/odata-v2-adapter-1.11.5.tgz",
"integrity": "sha512-zUUYXV2UUrF5QiJWkwarvakyHMCFf0Uu6vGbm/H2NkIuMvnmkJTR8XZkDQwT2qi3fRc9Rpszddv+1X6IsashHg==",
"dependencies": {
"body-parser": "^1.20.2",
"body-parser-xml": "^2.0.5",
@@ -237,7 +237,7 @@
"express-fileupload": "^1.4.0",
"http-proxy-middleware": "^2.0.6",
"node-fetch": "^2.6.12",
"xml2js": "^0.6.0"
"xml2js": "^0.6.2"
},
"engines": {
"node": ">=16"
@@ -4266,9 +4266,9 @@
"dev": true
},
"node_modules/xml2js": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz",
"integrity": "sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==",
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"