Skip to content

Commit eb97328

Browse files
committed
fix: plugins/auth-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit eb97328

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/auth-backend/package.json

Lines changed: 6 additions & 6 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",
@@ -63,7 +63,7 @@
6363
"node-fetch": "^2.6.7",
6464
"openid-client": "^5.2.1",
6565
"passport": "^0.6.0",
66-
"passport-auth0": "^1.4.3",
66+
"passport-auth0": "^1.4.4",
6767
"passport-bitbucket-oauth2": "^0.1.2",
6868
"passport-github2": "^0.1.12",
6969
"passport-gitlab2": "^5.0.0",

0 commit comments

Comments
 (0)