Skip to content

Commit a2ffd16

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-REQUEST-3361831
1 parent c67ec7f commit a2ffd16

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

plugins/search/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
},
3434
"dependencies": {
3535
"@backstage/catalog-model": "workspace:^",
36-
"@backstage/config": "workspace:^",
37-
"@backstage/core-components": "workspace:^",
38-
"@backstage/core-plugin-api": "workspace:^",
39-
"@backstage/errors": "workspace:^",
36+
"@backstage/config": "0.1.1",
37+
"@backstage/core-components": "0.1.0",
38+
"@backstage/core-plugin-api": "0.1.0",
39+
"@backstage/errors": "0.1.1",
4040
"@backstage/plugin-catalog-react": "workspace:^",
41-
"@backstage/plugin-search-common": "workspace:^",
42-
"@backstage/plugin-search-react": "workspace:^",
43-
"@backstage/theme": "workspace:^",
44-
"@backstage/types": "workspace:^",
45-
"@backstage/version-bridge": "workspace:^",
41+
"@backstage/plugin-search-common": "0.3.1",
42+
"@backstage/plugin-search-react": "0.1.0",
43+
"@backstage/theme": "0.1.1",
44+
"@backstage/types": "0.1.1",
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)