Infomation security, problem with helmet

I believe i have installed and required helmet on repl, it is in package.json and have required it in m,yapp.js

I would love someone to help and fix this issue

i have also tried all th links and none have verified

![Screenshot (6)|690x388]

this is my repl page - https://repl.it/@djmunday/boilerplate-infosec#package.json

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/87.0.4280.88 Safari/537.36.

Challenge: Install and Require Helmet

Link to the challenge:

(7)|690x388](upload://8OCg8DCUBjI92Yp7cPrp3lrC92r.png)

Hello there,

This is what I see when I look at your package.json:

"dependencies": {
    "@types/helmet": "^4.0.0",
    "express": "^3.21.3",
    "helmet": "^4.3.1"
  },

This will not work, and should be as you showed earlier.