diff --git a/package.json b/package.json index 00975c5..9646abb 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@koa/cors": "^4.0.0", "dotenv": "^16.0.3", "koa": "^2.14.1", - "koa-helmet": "^6.1.0", + "koa-helmet": "^7.0.2", "koa-logger": "^3.2.1", "koa-router": "^12.0.0", "winston": "^3.8.2" diff --git a/yarn.lock b/yarn.lock index 536ae18..e0fc0c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2873,10 +2873,10 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -helmet@^4.4.1: - version "4.6.0" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.6.0.tgz#579971196ba93c5978eb019e4e8ec0e50076b4df" - integrity sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg== +helmet@^6.0.1: + version "6.2.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.2.0.tgz#c29d62014be4c70b8ef092c9c5e54c8c26b8e16e" + integrity sha512-DWlwuXLLqbrIOltR6tFQXShj/+7Cyp0gLi6uAb8qMdFh/YBBFbKSgQ6nbXmScYd8emMctuthmgIa7tUfo9Rtyg== hexoid@^1.0.0: version "1.0.0" @@ -3741,12 +3741,12 @@ koa-convert@^2.0.0: co "^4.6.0" koa-compose "^4.1.0" -koa-helmet@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/koa-helmet/-/koa-helmet-6.1.0.tgz#5ace72266b4b86c21c7a435ffcdaf3999e2d3a6d" - integrity sha512-WymEv4qo/7ghh15t+1qTjvZBmZkmVlTtfnpe5oxn8m8mO2Q2rKJ3eMvWuQGW/6yVxN9+hQ75evuWcg3XBbFLbg== +koa-helmet@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/koa-helmet/-/koa-helmet-7.0.2.tgz#2077e60cc69fa550802931ccdb85f948aa6bd054" + integrity sha512-AvzS6VuEfFgbAm0mTUnkk/BpMarMcs5A56g+f0sfrJ6m63wII48d2GDrnUQGp0Nj+RR950vNtgqXm9UJSe7GOg== dependencies: - helmet "^4.4.1" + helmet "^6.0.1" koa-logger@^3.2.1: version "3.2.1"