fix(security): address security warnings in deps (#258)

This commit is contained in:
Benjamin E. Coe 2020-04-09 18:03:47 -07:00 committed by GitHub
parent 9bf10dd544
commit 0d3a320603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 838 additions and 853 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,10 +24,10 @@
"devDependencies": {
"autoprefixer": "^9.1.3",
"cssnano": "^4.1.10",
"node-sass": "^4.12.0",
"node-sass": "^4.13.1",
"postcss": "^7.0.2",
"postcss-cli": "^6.1.2",
"webpack": "^4.17.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.1.0"
}
}