package.json: Run npm update

Minor version bumps to webpack, fontawesome, and node-sass.
This commit is contained in:
Alan Orth 2020-05-13 09:58:50 +03:00
parent 8448af2481
commit 2845e18f9a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 499 additions and 864 deletions

1353
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,15 +18,15 @@
"author": "Alan Orth",
"license": "CC-BY-3.0",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"bootstrap": "~4.5.0",
"clean-css-cli": "^4.3.0",
"cookieconsent": "^3.1.1",
"node-sass": "^4.13.1",
"node-sass": "^4.14.1",
"rtlcss": "^2.5.0",
"webpack": "^4.42.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}