Remove two unused top level dependencies
1. brace-expansion seems to have been added in order to fix a vulnerability, this is not strictly necessary, as it requires a newer version in our yarn.lock file. Original commit: https://gitlab.com/gitlab-org/gitlab/-/commit/e6adc5088ffe4e844f63f68542049b5df6cd10f9 2. fontawesome is unused
Showing
... | ... | @@ -63,7 +63,6 @@ |
"babel-loader": "^8.2.2", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"bootstrap": "4.4.1", | ||
"brace-expansion": "^1.1.8", | ||
"cache-loader": "^4.1.0", | ||
"clipboard": "^1.7.1", | ||
"codemirror": "^5.48.4", | ||
... | ... | @@ -90,7 +89,6 @@ |
"exports-loader": "^0.7.0", | ||
"fast-mersenne-twister": "1.0.2", | ||
"file-loader": "^5.1.0", | ||
"font-awesome": "4.7.0", | ||
"fuzzaldrin-plus": "^0.6.0", | ||
"graphql": "^15.4.0", | ||
"graphql-tag": "^2.11.0", | ||
... | ... |
Please register or sign in to comment