Skip to content

Commit 21d3b29

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-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969
1 parent c67ec7f commit 21d3b29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/adr-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
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)