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 1qvElV-0044Sq-Q0 for pgadmin-hackers@arkaria.postgresql.org; Tue, 24 Oct 2023 10:36:01 +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 1qvElS-005oRX-P9 for pgadmin-hackers@arkaria.postgresql.org; Tue, 24 Oct 2023 10:35:59 +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 1qvElS-005oRP-GP for pgadmin-hackers@lists.postgresql.org; Tue, 24 Oct 2023 10:35:59 +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 1qvElL-002RFV-Lu for pgadmin-hackers@lists.postgresql.org; Tue, 24 Oct 2023 10:35:58 +0000 Received: from github.com (hubbernetes-node-442bd11.ash1-iad.github.net [10.56.157.35]) by smtp.github.com (Postfix) with ESMTPA id A63643412FB for ; Tue, 24 Oct 2023 03:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698143749; bh=eXrw6u3QUq5X+kOPREunx8qMeOwG79IStjBYC7XTOZQ=; h=Date:From:To:Subject:From; b=ePWmQmsHDyzF+sdVah4b5Fe+Tci9V3JPJPR0ry1ixNpv6dIBhcSsTLcMTYZ1bl6Q/ jBOE9F4CcygDeZlWdJjADGVuaEG6+5L5zEecbbR+FWBG2vKFh/rhdNYzdskdDlfXcI z6UISJ5HfX5SEsnyMa2zsEb2McZCZr2N/dvnRCTE= Date: Tue, 24 Oct 2023 03:35:49 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0876a9: Python dependency: Bump react-draggable from 4.4.5... 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/react-draggable-4.4.6 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0876a9006223e572bc09f25f4be71d928fb77903 https://github.com/pgadmin-org/pgadmin4/commit/0876a9006223e572bc09f25f4be71d928fb77903 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-24 (Tue, 24 Oct 2023) Changed paths: M web/package.json M web/yarn.lock Log Message: ----------- Python dependency: Bump react-draggable from 4.4.5 to 4.4.6 in /web Bumps [react-draggable](https://github.com/react-grid-layout/react-draggable) from 4.4.5 to 4.4.6. - [Release notes](https://github.com/react-grid-layout/react-draggable/releases) - [Changelog](https://github.com/react-grid-layout/react-draggable/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-grid-layout/react-draggable/compare/v4.4.5...v4.4.6) --- updated-dependencies: - dependency-name: react-draggable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]