Bump xml2js and typeorm

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [typeorm](https://github.com/typeorm/typeorm). These dependencies need to be updated together.


Removes `xml2js`

Updates `typeorm` from 0.3.10 to 0.3.15
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typeorm/typeorm/compare/0.3.10...0.3.15)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: typeorm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-25 13:12:47 +00:00 committed by GitHub
parent 3b13006d9d
commit 53b4815a3e
2 changed files with 135 additions and 134 deletions

View file

@ -52,7 +52,7 @@
"sqlite3": "^5.1.5",
"ts-node": "^10.7.0",
"ts-proto": "^1.112.1",
"typeorm": "0.3.10",
"typeorm": "0.3.15",
"typescript": "^4.6.4",
"uuid": "^8.3.2"
},