Skip to content

Commit 7bb298e

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 7bb298e

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.25.0",
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",
@@ -55,7 +55,7 @@
5555
"jose": "^4.6.0",
5656
"jwt-decode": "^3.1.0",
5757
"knex": "^2.0.0",
58-
"lodash": "^4.17.21",
58+
"lodash": "^4.17.23",
5959
"luxon": "^3.0.0",
6060
"minimatch": "^5.0.0",
6161
"morgan": "^1.10.0",

0 commit comments

Comments
 (0)