From: ArthurHoaro Date: Tue, 22 Sep 2020 15:49:49 +0000 (+0200) Subject: Upgrade front end dependencies X-Git-Tag: v0.12.0-beta-1~10^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=96746d7165f28553b53bd259d03aaf5d63290b7a;hp=96746d7165f28553b53bd259d03aaf5d63290b7a;p=github%2Fshaarli%2FShaarli.git Upgrade front end dependencies Mostly in order to get rid of deprecated deps, and upgrade vulnerable ones. - Upgrade webpack from 3.x to 4.x - Moved babel package to main repo - Replaced deprecated extract-text-webpack-plugin with extract-text-webpack-plugin - Replaced deprecated babel-minify-webpack-plugin with terser-webpack-plugin - Replaced deprecated node-sass with (dart) sass package - Replaced deprecated sass-lint with stylelint (the rules might be a bit different Related to #1531: trivy doesn't raise any more issue ---