npm: Update dependencies (simple) (#1096)

This simply runs `npm update` so there are no breaking changes.
This commit is contained in:
Aaron Carlisle 2021-03-22 13:26:56 -04:00 committed by GitHub
parent 114fb85b44
commit 6f684828ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1145 additions and 1576 deletions

2705
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,26 +21,26 @@
"devDependencies": { "devDependencies": {
"bourbon": "~4.3", "bourbon": "~4.3",
"bourbon-neat": "~1.9", "bourbon-neat": "~1.9",
"copy-webpack-plugin": "^5.1.1", "copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.1.0", "css-loader": "^3.6.0",
"file-loader": "^3.0.1", "file-loader": "^3.0.1",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"html5shiv": "^3.7.3", "html5shiv": "^3.7.3",
"imports-loader": "^0.8.0", "imports-loader": "^0.8.0",
"jquery": "^3.4.1", "jquery": "^3.6.0",
"lato-font": "^3.0.0", "lato-font": "^3.0.0",
"mini-css-extract-plugin": "^0.6.0", "mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3", "optimize-css-assets-webpack-plugin": "^5.0.4",
"roboto-fontface": "^0.10.0", "roboto-fontface": "^0.10.0",
"sass-loader": "^7.3.0", "sass-loader": "^7.3.0",
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"webpack": "^4.30.0", "webpack": "^4.46.0",
"webpack-cli": "^3.3.1", "webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.3.1", "webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.2.1", "webpack-merge": "^4.2.1",
"webpack-shell-plugin": "^0.5.0", "webpack-shell-plugin": "^0.5.0",
"webpack-watch-files-plugin": "^1.0.3", "webpack-watch-files-plugin": "^1.1.0",
"wyrm": "^1.0.9" "wyrm": "^1.0.9"
} }
} }