fix(deps): update dependency helmet to v6

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-08-26 18:21:22 +00:00
committed by Github changeset workflow
parent 27110aad19
commit 60b85d8ade
7 changed files with 18 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/backend-common': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-graphql-backend': patch
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-vault-backend': patch
---
Updated dependency `helmet` to `^6.0.0`.
+1 -1
View File
@@ -60,7 +60,7 @@
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"git-url-parse": "^12.0.0",
"helmet": "^5.0.2",
"helmet": "^6.0.0",
"isomorphic-git": "^1.8.0",
"jose": "^4.6.0",
"keyv": "^4.0.3",
+1 -1
View File
@@ -42,7 +42,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"helmet": "^5.0.2",
"helmet": "^6.0.0",
"knex": "^2.0.0",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
+1 -1
View File
@@ -45,7 +45,7 @@
"express-promise-router": "^4.1.0",
"graphql": "^16.0.0",
"graphql-modules": "^2.0.0",
"helmet": "^5.0.2",
"helmet": "^6.0.0",
"reflect-metadata": "^0.1.13",
"winston": "^3.2.1",
"yn": "^4.0.0"
+1 -1
View File
@@ -54,7 +54,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"helmet": "^5.0.2",
"helmet": "^6.0.0",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
"morgan": "^1.10.0",
+1 -1
View File
@@ -44,7 +44,7 @@
"cors": "^2.8.5",
"express-promise-router": "^4.1.0",
"express": "^4.17.1",
"helmet": "^5.0.2",
"helmet": "^6.0.0",
"node-fetch": "^2.6.7",
"p-limit": "^3.1.0",
"winston": "^3.7.2",
+4 -4
View File
@@ -15165,10 +15165,10 @@ headers-polyfill@^3.0.4:
resolved "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.0.7.tgz#725c4f591e6748f46b036197eae102c92b959ff4"
integrity sha512-JoLCAdCEab58+2/yEmSnOlficyHFpIl0XJqwu3l+Unkm1gXpFUYsThz6Yha3D6tNhocWkCPfyW0YVIGWFqTi7w==
helmet@^5.0.2:
version "5.1.1"
resolved "https://registry.npmjs.org/helmet/-/helmet-5.1.1.tgz#609823c5c2e78aea62dd9afc8f544ca409da5e85"
integrity sha512-/yX0oVZBggA9cLJh8aw3PPCfedBnbd7J2aowjzsaWwZh7/UFY0nccn/aHAggIgWUFfnykX8GKd3a1pSbrmlcVQ==
helmet@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/helmet/-/helmet-6.0.0.tgz#8e183820ddccd7729a206ad73c577b264f495595"
integrity sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg==
hexoid@1.0.0:
version "1.0.0"