fix(core): Upgrade sqlite3 to address CVE-2022-43441 (#5732)

[GitHub Advisory](https://github.com/advisories/GHSA-jqv5-7xpx-qj74)
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-03-21 09:48:22 +01:00
committed by GitHub
parent 564bc03d3f
commit fd81c74251
2 changed files with 18 additions and 37 deletions

View File

@@ -195,7 +195,7 @@
"semver": "^7.3.8",
"shelljs": "^0.8.5",
"source-map-support": "^0.5.21",
"sqlite3": "^5.1.4",
"sqlite3": "^5.1.6",
"sse-channel": "^4.0.0",
"swagger-ui-express": "^4.3.0",
"syslog-client": "^1.1.1",