pgAdmin 4 commit: Fix vulnerability issues reported by 'yarn audit'. Re - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix vulnerability issues reported by 'yarn audit'. Re
Date
Msg-id E1iexQk-0006FZ-I8@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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 <aditya.toshniwal@enterprisedb.com>

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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5004] Fix yarn audit issues and remove deprecated uglifyjs-webpack-plugin
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5004] Fix yarn audit issues and remove deprecated uglifyjs-webpack-plugin