Skip to content

Commit e85c2ab

Browse files
authored
fix: plugins/auth-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit e85c2ab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/auth-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"clean": "backstage-cli package clean"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-common": "workspace:^",
36-
"@backstage/catalog-client": "workspace:^",
35+
"@backstage/backend-common": "0.24.1",
36+
"@backstage/catalog-client": "0.2.0",
3737
"@backstage/catalog-model": "workspace:^",
38-
"@backstage/config": "workspace:^",
38+
"@backstage/config": "0.1.1",
3939
"@backstage/errors": "workspace:^",
40-
"@backstage/plugin-auth-node": "workspace:^",
40+
"@backstage/plugin-auth-node": "0.6.0",
4141
"@backstage/types": "workspace:^",
4242
"@davidzemon/passport-okta-oauth": "^0.0.5",
4343
"@google-cloud/firestore": "^6.0.0",
@@ -47,7 +47,7 @@
4747
"connect-session-knex": "^3.0.1",
4848
"cookie-parser": "^1.4.5",
4949
"cors": "^2.8.5",
50-
"express": "^4.17.1",
50+
"express": "^4.22.0",
5151
"express-promise-router": "^4.1.0",
5252
"express-session": "^1.17.1",
5353
"fs-extra": "10.1.0",

0 commit comments

Comments
 (0)