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 1q8fOy-0004Jb-5y for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Jun 2023 11:08:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q8fOx-0000B2-1I for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Jun 2023 11:07:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q8fOw-0000At-PN for pgadmin-hackers@lists.postgresql.org; Mon, 12 Jun 2023 11:07:58 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q8fOu-001udd-0Y for pgadmin-hackers@lists.postgresql.org; Mon, 12 Jun 2023 11:07:58 +0000 Received: from github.com (hubbernetes-node-073cf30.ac4-iad.github.net [10.52.222.52]) by smtp.github.com (Postfix) with ESMTPA id BA098600303 for ; Mon, 12 Jun 2023 04:07:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1686568074; bh=6wUzpR1RI+CzMpjdqBkrvyCtobWzMvkhIOnyKwxI7l4=; h=Date:From:To:Subject:From; b=N7VOyfo2EsfAVO7CK/iWNBDB5jnOCFDIgK0Ujf94Gmzn0vwbxlFZ00kDieNpIZMRx XHZj+vIGm8R2kH5r7LqxnI9hsTOWS3BHRNFIPzNJH63sUwh+2NJH7kYo4BSaqoCvkV jtWsUAHp3jzBrKz773Fj+8RBXRb9X5VGadpeybkU= Date: Mon, 12 Jun 2023 04:07:54 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c53c2e: Python dependency: Bump html-react-parser from 1.4... 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-4.0.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: c53c2ebd758db8493f80ef82d9b8a3d5e9f32341 https://github.com/pgadmin-org/pgadmin4/commit/c53c2ebd758db8493f80ef82d9b8a3d5e9f32341 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-12 (Mon, 12 Jun 2023) Changed paths: M web/package.json M web/yarn.lock Log Message: ----------- Python dependency: Bump html-react-parser from 1.4.14 to 4.0.0 in /web Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 1.4.14 to 4.0.0. - [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/v1.4.14...v4.0.0) --- updated-dependencies: - dependency-name: html-react-parser dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]