Skip to content

Commit b73ff05

Browse files
authored
fix: plugins/techdocs/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 b73ff05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/techdocs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/catalog-model": "workspace:^",
36+
"@backstage/catalog-model": "0.1.1",
3737
"@backstage/config": "workspace:^",
3838
"@backstage/core-components": "workspace:^",
3939
"@backstage/core-plugin-api": "workspace:^",
@@ -42,7 +42,7 @@
4242
"@backstage/integration-react": "workspace:^",
4343
"@backstage/plugin-catalog-react": "workspace:^",
4444
"@backstage/plugin-search-common": "workspace:^",
45-
"@backstage/plugin-search-react": "workspace:^",
45+
"@backstage/plugin-search-react": "0.1.0",
4646
"@backstage/plugin-techdocs-react": "workspace:^",
4747
"@backstage/theme": "workspace:^",
4848
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)