Request to change MongoDB/Mongoose success critiera

Tell us what’s happening:

in order to pass the MongoDB and Mongoose section, the criteria requires that you must have moongoose version^5.11.15 despite this being an outdated driver. How can i pass this section while using the latest driver

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

Challenge Information:

MongoDB and Mongoose - Install and Set Up Mongoose

Hello, You could make a new pkg. JSON, by using npm install init. or download the latest dependences from the npm website.

You can’t. The dependency version is a requirement.

Also, any major version bump can have API changes that will cause other tests to fail. So stay with the required version.