fix(deps): update dependency helmet to v6 (#572)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-14 10:33:27 +07:00 committed by GitHub
parent a470803475
commit 6f2d87353b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@
"fastq": "~1.13.0",
"fluent-ffmpeg": "~2.1.2",
"fresh": "~0.5.2",
"helmet": "~5.1.1",
"helmet": "~6.0.0",
"hyper-express": "~6.4.7",
"jszip": "~3.10.1",
"knex": "~2.3.0",

View File

@ -2967,10 +2967,10 @@ has@^1.0.3:
dependencies:
function-bind "^1.1.1"
helmet@~5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.1.1.tgz#609823c5c2e78aea62dd9afc8f544ca409da5e85"
integrity sha512-/yX0oVZBggA9cLJh8aw3PPCfedBnbd7J2aowjzsaWwZh7/UFY0nccn/aHAggIgWUFfnykX8GKd3a1pSbrmlcVQ==
helmet@~6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.0.tgz#8e183820ddccd7729a206ad73c577b264f495595"
integrity sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg==
homedir-polyfill@^1.0.1:
version "1.0.3"