mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 06:10:58 +00:00
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:clean-css:20180306
This commit is contained in:
parent
8ce1306b05
commit
5901ec61d4
2 changed files with 950 additions and 543 deletions
1489
package-lock.json
generated
1489
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -35,8 +35,8 @@
|
|||
"babel-preset-react": "~6.3.13",
|
||||
"bootstrap": "~3.3.6",
|
||||
"bootstrap-solarized": "~1.0.2",
|
||||
"brunch": "~2.9.1",
|
||||
"clean-css-brunch": ">= 1.0 < 1.8",
|
||||
"brunch": "~3.0.0",
|
||||
"clean-css-brunch": ">=3.0.0",
|
||||
"cookie-parser": "~1.3.5",
|
||||
"cors": "~2.7.1",
|
||||
"css-brunch": ">= 1.0 < 1.8",
|
||||
|
|
Loading…
Reference in a new issue