Moment package version

Tell us what’s happening:
I keep failing the test, even when I have added the moment package

This is my live app:https://glitch.com/edit/#!/ludicrous-licorice
Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36.

Challenge: undefined

Link to the challenge:
https://www.freecodecamp.org/learn/apis-and-microservices/managing-packages-with-npm/manage-npm-dependencies-by-understanding-semantic-versioning

Try without the caret (^).

It worked! Thanks a lot.