Skip to content

Commit f416907

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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit f416907

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/search/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"clean": "backstage-cli package clean"
3333
},
3434
"dependencies": {
35-
"@backstage/catalog-model": "workspace:^",
35+
"@backstage/catalog-model": "0.1.1",
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",
4949
"@types/react": "^16.13.1 || ^17.0.0",
50-
"qs": "^6.9.4",
50+
"qs": "^6.14.2",
5151
"react-use": "^17.2.4"
5252
},
5353
"peerDependencies": {

0 commit comments

Comments
 (0)