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 1qshiu-00912v-27 for pgadmin-hackers@arkaria.postgresql.org; Tue, 17 Oct 2023 10:54:52 +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 1qshis-008xGZ-0g for pgadmin-hackers@arkaria.postgresql.org; Tue, 17 Oct 2023 10:54:50 +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 1qshir-008xGR-Np for pgadmin-hackers@lists.postgresql.org; Tue, 17 Oct 2023 10:54:50 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qship-000uEk-Lt for pgadmin-hackers@lists.postgresql.org; Tue, 17 Oct 2023 10:54:49 +0000 Received: from github.com (hubbernetes-node-1e4d2da.ac4-iad.github.net [10.52.210.29]) by smtp.github.com (Postfix) with ESMTPA id 5EE861E0369 for ; Tue, 17 Oct 2023 03:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697540086; bh=i6lULKTb3yHixlSFTxofR4bvzXnFRIs/bJRxr2xuZj8=; h=Date:From:To:Subject:From; b=Hp+ejLED7vjydYYcIbkdd67SClGUU/E3BRf/Mw5lmxUojoCg/o7M7XK3Vj7xxq3/t S4P3urmIFeKm5j2iSIak0KwKpfoL41SsoUPCyzHj9WEcu0bYr6d7xSxgvPkj52aS6H 2oUo+TFFRQLjlhBSRoxe5H/JvmXqQ+YDir3anUiE= Date: Tue, 17 Oct 2023 03:54:46 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5e8441: 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.17.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5e8441ca3c74e30c1831ec2fa446d8017a713bf8 https://github.com/pgadmin-org/pgadmin4/commit/5e8441ca3c74e30c1831ec2fa446d8017a713bf8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-17 (Tue, 17 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.17.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.17.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.17.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]