diff --git a/package.json b/package.json index f512252..5d87872 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.16.4", "express-flash": "^0.0.2", "express-session": "^1.15.6", - "helmet": "^5.0.1", + "helmet": "^6.0.0", "i18next": "^21.4.0", "i18next-http-middleware": "^3.1.4", "i18next-node-fs-backend": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index cf17255..a471df6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2508,10 +2508,10 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -helmet@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.1.0.tgz#e98a5d4bf89ab8119c856018a3bcc82addadcd47" - integrity sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g== +helmet@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.0.tgz#8e183820ddccd7729a206ad73c577b264f495595" + integrity sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg== html2canvas@^1.1.2: version "1.4.1"