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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix vulnerability issues reported by 'yarn audit'. Re
Date: 2019-12-11 08:33:10
Message-ID: E1iexQk-0006FZ-I8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-11 08:34:03 Re: [pgAdmin][RM5004] Fix yarn audit issues and remove deprecated uglifyjs-webpack-plugin
Previous Message Aditya Toshniwal 2019-12-11 07:22:23 [pgAdmin][RM5004] Fix yarn audit issues and remove deprecated uglifyjs-webpack-plugin