Im having difficulty advancing on HelmetJs track after installing helmet, FCC test says its not in my dependencies, when it is

Tell us what’s happening:
I’m having difficulty advancing on HelmetJs track after installing helmet, FCC test says it’s not in my dependencies when it is. I cant go on to the next challenge.

Your code so far

    "dependencies": {
	"express": "^4.14.0",
	"helmet": "^3.21.3"
},

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Install and Require Helmet

Link to the challenge:

Hello there,

This looks like the same issue here:
Has the team updated the courses? - General - The freeCodeCamp Forum

Hope this helps

That worked, also needed to refresh. Thank you.