Merge pull request #13379 from backstage/renovate/helmet-6.x

fix(deps): update dependency helmet to v6
This commit is contained in:
Johan Haals
2022-08-29 15:47:14 +02:00
committed by GitHub
7 changed files with 23 additions and 9 deletions
+14
View File
@@ -0,0 +1,14 @@
---
'@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`.
Please note that these policies are no longer applied by default:
helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default
helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
+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
@@ -15161,10 +15161,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"