Skip to content

Commit cb903af

Browse files
authored
fix: plugins/proxy-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 cb903af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/proxy-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/backend-plugin-api": "workspace:^",
38-
"@backstage/config": "workspace:^",
36+
"@backstage/backend-common": "0.25.0",
37+
"@backstage/backend-plugin-api": "1.6.1",
38+
"@backstage/config": "0.1.1",
3939
"@types/express": "^4.17.6",
4040
"express": "^4.17.1",
4141
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)