If I use inversify-express-utils with inversify 7, I have an error :
TypeError: this._container.isBoundNamed is not a function
at /app/node_modules/inversify-express-utils/lib/server.js:86:33
at Array.forEach (<anonymous>)
at InversifyExpressServer.registerControllers (/app/node_modules/inversify-express-utils/lib/server.js:84:22)
at InversifyExpressServer.build (/app/node_modules/inversify-express-utils/lib/server.js:75:14)
I think it could be a good idea to support inversify 7.