Skip to content

Commit 14e9d1e

Browse files
authored
fix: plugins/adr-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 14e9d1e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/adr-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"postpack": "backstage-cli package postpack"
2929
},
3030
"dependencies": {
31-
"@backstage/backend-common": "workspace:^",
32-
"@backstage/backend-plugin-api": "workspace:^",
31+
"@backstage/backend-common": "0.25.0",
32+
"@backstage/backend-plugin-api": "1.6.1",
3333
"@backstage/catalog-client": "workspace:^",
3434
"@backstage/catalog-model": "workspace:^",
3535
"@backstage/config": "workspace:^",
3636
"@backstage/errors": "workspace:^",
37-
"@backstage/integration": "workspace:^",
38-
"@backstage/plugin-adr-common": "workspace:^",
39-
"@backstage/plugin-search-common": "workspace:^",
37+
"@backstage/integration": "0.1.0",
38+
"@backstage/plugin-adr-common": "0.1.0",
39+
"@backstage/plugin-search-common": "0.3.1",
4040
"@types/express": "^4.17.6",
4141
"express": "^4.17.1",
4242
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)