pgAdmin 4 commit: Fix vulnerability issues reported by 'yarn audit'. Re

Akshay Joshi <[email protected]> Wed, 11 Dec 2019 08:33:10 +0000
Newsgroups gmane.comp.db.postgresql.pgadmin.devel
Message-ID <[email protected]>
Fix vulnerability issues reported by 'yarn audit'. Replace the deprecated uglifyjs-webpack-plugin with a terser-webpack-plugin. Fixes #5004.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43d37e3b4c737ca8e1500b2b59514e21036013c2
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
docs/en_US/release_notes.rst      |    1 +
docs/en_US/release_notes_4_17.rst |   20 +
web/package.json                  |    6 +-
web/webpack.config.js             |    7 +-
web/yarn.lock                     | 1026 +++++++++++++++++++++----------------
5 files changed, 616 insertions(+), 444 deletions(-)