Skip to content

Commit

Permalink
removed unused helmet dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Feb 16, 2022
1 parent 0107c9a commit 1433045
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .changeset/dependabot-adaba58.md
@@ -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 changes: 7 additions & 0 deletions .changeset/seven-birds-eat.md
@@ -0,0 +1,7 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-rollbar-backend': patch
'@backstage/plugin-scaffolder-backend': patch
---

Removed unused `helmet` dependency.
1 change: 0 additions & 1 deletion plugins/auth-backend/package.json
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion plugins/rollbar-backend/package.json
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion plugins/scaffolder-backend/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 1433045

Please sign in to comment.