Skip to content

Commit 57a8f8b

Browse files
authored
fix: plugins/search-react/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 57a8f8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/search-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"start": "backstage-cli package start"
3232
},
3333
"dependencies": {
34-
"@backstage/core-components": "workspace:^",
34+
"@backstage/core-components": "0.1.0",
3535
"@backstage/core-plugin-api": "workspace:^",
3636
"@backstage/plugin-search-common": "workspace:^",
3737
"@backstage/theme": "workspace:^",
38-
"@backstage/types": "workspace:^",
38+
"@backstage/types": "0.1.1",
3939
"@backstage/version-bridge": "workspace:^",
4040
"@material-ui/core": "^4.12.2",
4141
"@material-ui/icons": "^4.9.1",
4242
"@material-ui/lab": "4.0.0-alpha.61",
4343
"@types/react": "^16.13.1 || ^17.0.0",
4444
"lodash": "^4.17.21",
45-
"qs": "^6.9.4",
45+
"qs": "^6.14.2",
4646
"react-use": "^17.3.2"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
 (0)