fix(deps): update dependency helmet to v5 (#462)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-15 14:17:51 +07:00 committed by GitHub
parent b00a376c63
commit 42c8a3e06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
"express": "~4.17.3",
"express-rate-limit": "~6.3.0",
"fluent-ffmpeg": "~2.1.2",
"helmet": "~4.6.0",
"helmet": "~5.0.2",
"jszip": "~3.9.1",
"knex": "~0.21.21",
"multer": "~1.4.4",

View File

@ -3137,10 +3137,10 @@ has@^1.0.3:
dependencies:
function-bind "^1.1.1"
helmet@~4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.6.0.tgz#579971196ba93c5978eb019e4e8ec0e50076b4df"
integrity sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==
helmet@~5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.0.2.tgz#3264ec6bab96c82deaf65e3403c369424cb2366c"
integrity sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg==
homedir-polyfill@^1.0.1:
version "1.0.3"