Skip to content

Commit 519c031

Browse files
committed
fix: plugins/graphiql/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 519c031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@backstage/core-components": "workspace:^",
3636
"@backstage/core-plugin-api": "workspace:^",
37-
"@backstage/theme": "workspace:^",
37+
"@backstage/theme": "0.1.1",
3838
"@material-ui/core": "^4.12.2",
3939
"@material-ui/icons": "^4.9.1",
4040
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)