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 1qxlwF-003O5F-Qp for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Oct 2023 10:25:35 +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 1qxlwE-001jHl-FH for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Oct 2023 10:25:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxlwE-001jHd-6M for pgadmin-hackers@lists.postgresql.org; Tue, 31 Oct 2023 10:25:34 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxlwB-003yOf-Dn for pgadmin-hackers@lists.postgresql.org; Tue, 31 Oct 2023 10:25:33 +0000 Received: from github.com (hubbernetes-node-1350070.ash1-iad.github.net [10.56.212.71]) by smtp.github.com (Postfix) with ESMTPA id 7F223340B8B for ; Tue, 31 Oct 2023 03:25:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698747929; bh=bWZh0PE2uPVXgh69EMMo0u4H/hewPjGZnGcdeny0w8Q=; h=Date:From:To:Subject:From; b=Lzkm4yV7FR2DaWfSLiUM6pho94rzVEC3k9pHHp6LOBINLd4Md875oQMIpjNtc4b1L YZLKIKK+GiuYWr3VJdpXLUkzfo/41tszbm7qg3eedMXwtDXBR8Doos3tCWIWGoMMOd LP++H8Zk7jsh5Z2ZLp57G6EpXKwQXSfOiYP9Nlrs= Date: Tue, 31 Oct 2023 03:25:29 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4b3a54: 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.3 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4b3a5436ce81682245900274cd12135b98f61a77 https://github.com/pgadmin-org/pgadmin4/commit/4b3a5436ce81682245900274cd12135b98f61a77 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-31 (Tue, 31 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.3 in /web Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 4.2.2 to 5.0.3. - [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.3) --- updated-dependencies: - dependency-name: html-react-parser dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]