Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxPph-000iq4-4g for pgadmin-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 10:49:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qxPpf-00D2v2-Rj for pgadmin-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 10:49:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxPpf-00D2dZ-FV for pgadmin-hackers@lists.postgresql.org; Mon, 30 Oct 2023 10:49:19 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxPpc-0032Gd-FE for pgadmin-hackers@lists.postgresql.org; Mon, 30 Oct 2023 10:49:18 +0000 Received: from github.com (hubbernetes-node-184b28a.ash1-iad.github.net [10.56.150.39]) by smtp.github.com (Postfix) with ESMTPA id 1189A3410AF for ; Mon, 30 Oct 2023 03:49:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698662955; bh=2jIQuRKsCKIoxQK4s11a2Ps6432SInueFkQiE4L776A=; h=Date:From:To:Subject:From; b=mWlbcrm2q5rwcv3aMx6LiHQ+Nmuf1Ffy182L4ev6Kw+LnWyXkpbLaN/1UelNCG46/ K0xr19Q4CH+Vu71XOBS/yNanrXlNfrsZlpuoSAJViS+cLej4CJ63nG8YDJVOn2Qi0F L8X7NDcaCIz/2LrvYCAyhstDsESdwS58rKwm0dMk= Date: Mon, 30 Oct 2023 03:49:15 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 08ee1d: Python dependency: Bump html-react-parser from 4.2... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/dependabot/npm_and_yarn/web/html-react-parser-5.0.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 08ee1d7e5f369e73ca0969abf51cfe36213ca371 https://github.com/pgadmin-org/pgadmin4/commit/08ee1d7e5f369e73ca0969abf51cfe36213ca371 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-30 (Mon, 30 Oct 2023) Changed paths: M web/package.json M web/yarn.lock Log Message: ----------- Python dependency: Bump html-react-parser from 4.2.2 to 5.0.1 in /web Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 4.2.2 to 5.0.1. - [Release notes](https://github.com/remarkablemark/html-react-parser/releases) - [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/html-react-parser/compare/v4.2.2...v5.0.1) --- updated-dependencies: - dependency-name: html-react-parser dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]