Skip to content

Commit f369b8f

Browse files
authored
fix: plugins/search/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291
1 parent c67ec7f commit f369b8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/search/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"@backstage/config": "workspace:^",
3737
"@backstage/core-components": "workspace:^",
3838
"@backstage/core-plugin-api": "workspace:^",
39-
"@backstage/errors": "workspace:^",
39+
"@backstage/errors": "0.1.1",
4040
"@backstage/plugin-catalog-react": "workspace:^",
4141
"@backstage/plugin-search-common": "workspace:^",
42-
"@backstage/plugin-search-react": "workspace:^",
42+
"@backstage/plugin-search-react": "0.1.0",
4343
"@backstage/theme": "workspace:^",
4444
"@backstage/types": "workspace:^",
45-
"@backstage/version-bridge": "workspace:^",
45+
"@backstage/version-bridge": "0.1.0",
4646
"@material-ui/core": "^4.12.2",
4747
"@material-ui/icons": "^4.9.1",
4848
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)