Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdUlT-0000Fc-9z for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Oct 2021 09:53:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mdUlS-0000i7-00 for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Oct 2021 09:53:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdUlR-0000hx-CH for pgadmin-hackers@lists.postgresql.org; Thu, 21 Oct 2021 09:53:33 +0000 Received: from mail-io1-xd33.google.com ([2607:f8b0:4864:20::d33]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mdUlJ-0004ww-To for pgadmin-hackers@postgresql.org; Thu, 21 Oct 2021 09:53:32 +0000 Received: by mail-io1-xd33.google.com with SMTP id y67so27164iof.10 for ; Thu, 21 Oct 2021 02:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=S1E9N1J0/jNSy9z3qvkWmWYligTunuotYN8gUwtrR4Y=; b=GWw4qKAEaDV35yYyuML8SCH+brhkX8mLXPvH63RWx9U+pknsxPjQgClNLfMwvM8KiY od5TafsEquR/x8YEDmk1l9sC8GEq2BcekOt2QSfVjT5enhsrNQCXCip1xM1c6PCzZalF AKhHaqH3FRZOSbpGmedF45FHSn4oQKHawYjE69C09CqKlCOtQfvpszWZsEzyi2PJgsXm 0cl9NvBq4MIlNMr+yZ70I0WbOHuteilitrWFf6O1A7aqUBOPTeiHPiQM8f3WHosrvRox AiWo8LYkSKxgQHTB5QMrcj/1zwThHHwicKR+50ahio8Xtj5VB92JgU/l9l/o9HejtBTX axSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=S1E9N1J0/jNSy9z3qvkWmWYligTunuotYN8gUwtrR4Y=; b=aBQnO5kenTp384AUPkZIiUv3T4qF1eGvxiSyTAf2Ju21lIqFRiG89eZkjpqjYHHnAQ klDaWf5h/NJ2R6Dt45eIaxgXdTjMj9PAPvwVwxbVTbJJFJ3teXHjvnv4wasUIr6hS745 WZm6xW7x3MDOmoWsLVGEGpe9Xyl+7GAP5h7XuViNXEdNDqnMHkf1ZIlbRB05TAYGmS0r eYgbSTfD7HRw4fDweySuUEMscvLTPZg2g+SFtPdz1HJ1/2prZD1AY3cHAtYTdeppbEj2 PS0osGk5AIGhUPvntv0YdWqmboHruP8q1mQU/AQ45+lM592vrCPXEgZy02/SN42tP179 tmfQ== X-Gm-Message-State: AOAM531XEzPJH0ymg6NPoxWB2Cl8ndxjOytI9yO/VLtgWtnrx8/wUGyW BK9cVWoArANfv4BOiSfbQrhEdrOMrMY7htuDJvMfWdIBXUsgay9+GWAoMoDduCs3OD77WMS5vSs G6EbeZh6JcNcke5gclaGrVVKBucf6N800S4KvyYLe+WcumSutCMkVrYVAFBcYrWToSMSjwNdsko SCqWOIkFmV0ySu+Y9iyvSkBqov3czsOfGxJ+RHCce6hwTqlgjr2PJHdVQMUQ== X-Google-Smtp-Source: ABdhPJxQul5wodvKCbMCmfT2lbEcY+E5UH1m8iBxSbgGu22YhVblhBsBwd3VTug/8aU34nRV/rYARc56WJeTfICndao= X-Received: by 2002:a05:6638:190f:: with SMTP id p15mr3199494jal.108.1634810004751; Thu, 21 Oct 2021 02:53:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 21 Oct 2021 15:23:14 +0530 Message-ID: Subject: Re: [pgAdmin][patch] Fix JS audit and ignore devDependencies To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000009bdcb605ced9ddd4" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000009bdcb605ced9ddd4 Content-Type: text/plain; charset="UTF-8" Already applied the latest patch that you have sent to me personally. On Thu, Oct 21, 2021 at 3:21 PM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi, > > Please ignore the previous patch, attached is the updated. > > On Thu, Oct 21, 2021 at 1:15 PM Aditya Toshniwal < > aditya.toshniwal@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch fixs JS audit issues wherever possible and ignores >> devDependencies from packages.json. >> Please review. >> >> -- >> Thanks, >> Aditya Toshniwal >> pgAdmin Hacker | Software Architect | *edbpostgres.com* >> >> "Don't Complain about Heat, Plant a TREE" >> > > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* > > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --0000000000009bdcb605ced9ddd4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Already applied the latest patch that you have sent to me = personally.

On Thu, Oct 21, 2021 at 3:21 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com= > wrote:
=
Hi,

Please ignore the previous patch, attached is the upda= ted.

On Thu, Oct 21, 2021 at 1:15 PM Aditya Toshniwal <aditya.toshniwal= @enterprisedb.com> wrote:
Hi=C2=A0Hackers,

<= div class=3D"gmail_default" style=3D"font-family:verdana,sans-serif">Attach= ed patch fixs JS audit issues wherever possible and ignores devDependencies= from packages.json.
Please review.

--
Thanks,
Aditya Toshniwal<= /font>
pgAdmin Hacker=C2=A0| Software Architect=C2=A0| edbpostgres.com<= /div>
"Don't Complain about Heat, Plant a TREE"


--
Thanks,
Aditya Toshniwal=
pgAdmin Hacker=C2=A0| Software Architect=C2=A0| = edbpostgres.com
=
&q= uot;Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--0000000000009bdcb605ced9ddd4--