Skip to content

Commit 4c4e3b9

Browse files
authored
fix: plugins/adr-common/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 4c4e3b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/adr-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"dependencies": {
3232
"@backstage/catalog-model": "workspace:^",
33-
"@backstage/integration": "workspace:^",
34-
"@backstage/plugin-search-common": "workspace:^",
33+
"@backstage/integration": "0.1.0",
34+
"@backstage/plugin-search-common": "0.3.1",
3535
"front-matter": "^4.0.2",
3636
"luxon": "^3.0.0"
3737
},

0 commit comments

Comments
 (0)