Bump @cap-js-community/odata-v2-adapter from 1.10.4 to 1.10.5 (#500)

Bumps [@cap-js-community/odata-v2-adapter](https://github.com/cap-js-community/odata-v2-adapter) from 1.10.4 to 1.10.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.10.4...v1.10.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-05-16 09:15:06 +02:00
committed by GitHub
parent 3b31c1a14a
commit 837ffdb212

14
package-lock.json generated
View File

@@ -214,16 +214,16 @@
}
},
"node_modules/@cap-js-community/odata-v2-adapter": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@cap-js-community/odata-v2-adapter/-/odata-v2-adapter-1.10.4.tgz",
"integrity": "sha512-irHCspm1wPQjprgmvM90oaXulNGJKxIelLXxGpZ36Qn/s8q/ClHj5KtEVBIMujQ0nBzfsh5OI4ikMOCm9n/7kg==",
"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==",
"dependencies": {
"body-parser": "^1.20.2",
"body-parser-xml": "^2.0.5",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"http-proxy-middleware": "^2.0.6",
"node-fetch": "^2.6.9",
"node-fetch": "^2.6.11",
"xml2js": "^0.5.0"
},
"engines": {
@@ -2700,9 +2700,9 @@
"dev": true
},
"node_modules/node-fetch": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
"integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"dependencies": {
"whatwg-url": "^5.0.0"
},