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 1qnE0m-00AAm6-GK for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:40 +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 1qnE0P-00HWFv-Sp for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +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 1qlRcD-002r2E-CD for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 10:17:57 +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 1qlRcA-006uPH-KT for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 10:17:56 +0000 Received: from github.com (hubbernetes-node-79ee078.va3-iad.github.net [10.48.131.46]) by smtp.github.com (Postfix) with ESMTPA id B6C758C1054 for ; Wed, 27 Sep 2023 03:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695809873; bh=AMz143e97InFubi3clVw3KgMTLmfj/kufOgvp3b18hA=; h=Date:From:To:Subject:From; b=Bnq6Y39iIdJXvqwdiKVi5674fzIEm8Ocng0rUKMjbYFNHbJr6wrnCAODBUQigXpZ3 0ICpQpSYIRNlf0iwcNW+Nr9vLzge+H2Uf6Mz/AWBF1t4/Z+J6xw2pApeKIjQAO1a0w 9mbdmC7huPUv0yF4zInZqkPAiU8KtW984BoOXOWY= Date: Wed, 27 Sep 2023 03:17:53 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 04eaaf: Python dependency: Bump axios from 1.5.0 to 1.5.1 ... 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/runtime/axios-1.5.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 04eaafe107398f04a7e5adaf8a6434dd6345ef40 https://github.com/pgadmin-org/pgadmin4/commit/04eaafe107398f04a7e5adaf8a6434dd6345ef40 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-09-27 (Wed, 27 Sep 2023) Changed paths: M runtime/package.json M runtime/yarn.lock Log Message: ----------- Python dependency: Bump axios from 1.5.0 to 1.5.1 in /runtime Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]