Skip to content

Commit 4ded040

Browse files
committed
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 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 4ded040

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,17 +28,17 @@
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",
41-
"express": "^4.17.1",
41+
"express": "^4.22.0",
4242
"express-promise-router": "^4.1.0",
4343
"luxon": "^3.0.0",
4444
"marked": "^4.0.14",

0 commit comments

Comments
 (0)