Skip to content

Commit 997b6e1

Browse files
committed
fix: plugins/adr-common/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 997b6e1

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
@@ -29,9 +29,9 @@
2929
"postpack": "backstage-cli package postpack"
3030
},
3131
"dependencies": {
32-
"@backstage/catalog-model": "workspace:^",
32+
"@backstage/catalog-model": "0.1.1",
3333
"@backstage/integration": "workspace:^",
34-
"@backstage/plugin-search-common": "workspace:^",
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)