Skip to content

Commit efee59b

Browse files
authored
fix: plugins/cost-insights/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit efee59b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/cost-insights/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@backstage/config": "workspace:^",
3737
"@backstage/core-components": "workspace:^",
3838
"@backstage/core-plugin-api": "workspace:^",
39-
"@backstage/plugin-catalog-react": "workspace:^",
40-
"@backstage/plugin-cost-insights-common": "workspace:^",
39+
"@backstage/plugin-catalog-react": "0.0.1",
40+
"@backstage/plugin-cost-insights-common": "0.1.0",
4141
"@backstage/theme": "workspace:^",
4242
"@material-ui/core": "^4.12.2",
4343
"@material-ui/icons": "^4.9.1",
@@ -49,7 +49,7 @@
4949
"history": "^5.0.0",
5050
"luxon": "^3.0.0",
5151
"pluralize": "^8.0.0",
52-
"qs": "^6.9.4",
52+
"qs": "^6.14.2",
5353
"react-use": "^17.2.4",
5454
"recharts": "^2.5.0",
5555
"regression": "^2.0.1",

0 commit comments

Comments
 (0)