Skip to content

Commit 240a4f9

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 240a4f9

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
@@ -40,10 +40,10 @@
4040
"@backstage/errors": "workspace:^",
4141
"@backstage/integration": "workspace:^",
4242
"@backstage/integration-react": "workspace:^",
43-
"@backstage/plugin-catalog-react": "workspace:^",
43+
"@backstage/plugin-catalog-react": "1.0.0",
4444
"@backstage/plugin-search-common": "workspace:^",
4545
"@backstage/plugin-search-react": "workspace:^",
46-
"@backstage/plugin-techdocs-react": "workspace:^",
46+
"@backstage/plugin-techdocs-react": "0.1.0",
4747
"@backstage/theme": "workspace:^",
4848
"@material-ui/core": "^4.12.2",
4949
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)