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 1qoLqB-000yNh-KJ for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:44:23 +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 1qoLq9-00C2Mf-Fb for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:44:22 +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 1qoLq9-00C2MW-7b for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:44:22 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLq7-0008N8-Bn for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:44:20 +0000 Received: from github.com (hubbernetes-node-a5dbb1f.va3-iad.github.net [10.48.130.28]) by smtp.github.com (Postfix) with ESMTPA id 650558C11F4 for ; Thu, 5 Oct 2023 03:44:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696502658; bh=LbR2iy+oRHJV5c9qjHf0NSN/KqENdwLEmC/R6dHCTjw=; h=Date:From:To:Subject:From; b=F8TuNsoa0cTmPNEwntsQH1gcpeQhCLoORQ5hrl7Bn27AeYwPsy5PJeLZ48prPwtDO ciJaRqwBUnSLppvjSYIc8rFiUOLgTJueFws1Er+GW1VprRvJfVRol86aCmKKRBBDnw ea46nPz5clyc6NN7Eg6I3rBRFK/mI3jW3UmOcHng= Date: Thu, 05 Oct 2023 03:44:18 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] de8121: Python dependency: Bump react-router-dom from 6.13... 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-router-dom-6.16.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: de8121800cc945321cfac687447cb73a03c12f5c https://github.com/pgadmin-org/pgadmin4/commit/de8121800cc945321cfac687447cb73a03c12f5c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M web/package.json M web/yarn.lock Log Message: ----------- Python dependency: Bump react-router-dom from 6.13.0 to 6.16.0 in /web Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.13.0 to 6.16.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.16.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]