Skip to content

Commit 1728a06

Browse files
authored
fix: plugins/stack-overflow/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 1728a06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/stack-overflow/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@backstage/core-plugin-api": "workspace:^",
2828
"@backstage/plugin-home-react": "workspace:^",
2929
"@backstage/plugin-search-common": "workspace:^",
30-
"@backstage/plugin-search-react": "workspace:^",
31-
"@backstage/theme": "workspace:^",
30+
"@backstage/plugin-search-react": "0.1.0",
31+
"@backstage/theme": "0.1.1",
3232
"@material-ui/core": "^4.12.2",
3333
"@material-ui/icons": "^4.9.1",
3434
"@testing-library/jest-dom": "^5.10.1",
3535
"@types/react": "^16.13.1 || ^17.0.0",
3636
"cross-fetch": "^3.1.5",
3737
"lodash": "^4.17.21",
38-
"qs": "^6.9.4",
38+
"qs": "^6.14.2",
3939
"react-use": "^17.2.4"
4040
},
4141
"peerDependencies": {

0 commit comments

Comments
 (0)