🔧 chore: Update mongodb-memory-server to v11.0.1

- Bump `mongodb-memory-server` version in `package-lock.json`, `api/package.json`, and `packages/data-schemas/package.json` from 10.1.4 to 11.0.1.
- Update related dependencies in `mongodb-memory-server` and `mongodb-memory-server-core` to ensure compatibility with the new version.
- Adjust `tslib` version in `mongodb-memory-server` to 2.8.1 and `debug` to 4.4.3 for consistency.
This commit is contained in:
Danny Avila 2026-04-03 15:46:54 -04:00
parent 2140729a54
commit e569a8d97b
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 257 additions and 45 deletions

View file

@ -55,7 +55,7 @@
"@types/node": "^20.3.0",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"mongodb-memory-server": "^10.1.4",
"mongodb-memory-server": "^11.0.1",
"rimraf": "^6.1.3",
"rollup": "^4.34.9",
"rollup-plugin-peer-deps-external": "^2.2.4",