Skip to content

Commit e64a7f7

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/adr/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/catalog-model": "workspace:^",
25+
"@backstage/catalog-model": "0.1.1",
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:^",
32-
"@backstage/plugin-search-react": "workspace:^",
32+
"@backstage/plugin-search-react": "0.1.0",
3333
"@backstage/theme": "workspace:^",
3434
"@material-ui/core": "^4.12.2",
3535
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)