removed unused helmet dependencies

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-16 22:52:55 +01:00
parent 0107c9aa08
commit 1433045c08
5 changed files with 7 additions and 6 deletions
-3
View File
@@ -1,11 +1,8 @@
---
'@backstage/backend-common': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-graphql-backend': patch
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-rollbar-backend': patch
'@backstage/plugin-scaffolder-backend': patch
---
chore(deps): bump `helmet` from 4.4.1 to 5.0.2
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-rollbar-backend': patch
'@backstage/plugin-scaffolder-backend': patch
---
Removed unused `helmet` dependency.
-1
View File
@@ -51,7 +51,6 @@
"express-session": "^1.17.1",
"fs-extra": "9.1.0",
"google-auth-library": "^7.6.1",
"helmet": "^5.0.2",
"jose": "^1.27.1",
"jwt-decode": "^3.1.0",
"knex": "^1.0.2",
-1
View File
@@ -43,7 +43,6 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "9.1.0",
"helmet": "^5.0.2",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
-1
View File
@@ -58,7 +58,6 @@
"git-url-parse": "^11.6.0",
"globby": "^11.0.0",
"handlebars": "^4.7.6",
"helmet": "^5.0.2",
"isbinaryfile": "^4.0.8",
"isomorphic-git": "^1.8.0",
"jsonschema": "^1.2.6",