Skip to content

Commit fc814c8

Browse files
authored
fix: plugins/user-settings-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 fc814c8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/user-settings-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"clean": "backstage-cli package clean"
3030
},
3131
"dependencies": {
32-
"@backstage/backend-common": "workspace:^",
33-
"@backstage/backend-plugin-api": "workspace:^",
34-
"@backstage/catalog-model": "workspace:^",
35-
"@backstage/errors": "workspace:^",
36-
"@backstage/plugin-auth-node": "workspace:^",
32+
"@backstage/backend-common": "0.25.0",
33+
"@backstage/backend-plugin-api": "1.6.1",
34+
"@backstage/catalog-model": "0.1.1",
35+
"@backstage/errors": "0.1.1",
36+
"@backstage/plugin-auth-node": "0.5.0",
3737
"@backstage/types": "workspace:^",
3838
"@types/express": "^4.17.6",
3939
"express": "^4.17.1",

0 commit comments

Comments
 (0)