Skip to content

Commit bc4550b

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/adr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@backstage/core-components": "workspace:^",
2727
"@backstage/core-plugin-api": "workspace:^",
2828
"@backstage/integration-react": "workspace:^",
29-
"@backstage/plugin-adr-common": "workspace:^",
30-
"@backstage/plugin-catalog-react": "workspace:^",
29+
"@backstage/plugin-adr-common": "0.1.0",
30+
"@backstage/plugin-catalog-react": "1.0.0",
3131
"@backstage/plugin-search-common": "workspace:^",
3232
"@backstage/plugin-search-react": "workspace:^",
3333
"@backstage/theme": "workspace:^",

0 commit comments

Comments
 (0)