Skip to content

Commit 6de3f53

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-AJV-15274295
1 parent c67ec7f commit 6de3f53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/adr-backend/package.json

Lines changed: 4 additions & 4 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:^",
31+
"@backstage/backend-common": "0.24.1",
3232
"@backstage/backend-plugin-api": "workspace:^",
3333
"@backstage/catalog-client": "workspace:^",
34-
"@backstage/catalog-model": "workspace:^",
34+
"@backstage/catalog-model": "0.1.1",
3535
"@backstage/config": "workspace:^",
3636
"@backstage/errors": "workspace:^",
3737
"@backstage/integration": "workspace:^",
38-
"@backstage/plugin-adr-common": "workspace:^",
39-
"@backstage/plugin-search-common": "workspace:^",
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)