Skip to content

Commit 9782701

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-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 9782701

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/auth-backend/package.json

Lines changed: 4 additions & 4 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.5.0",
4141
"@backstage/types": "workspace:^",
4242
"@davidzemon/passport-okta-oauth": "^0.0.5",
4343
"@google-cloud/firestore": "^6.0.0",

0 commit comments

Comments
 (0)