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 1qaZcG-009lKD-Ua for pgadmin-hackers@arkaria.postgresql.org; Mon, 28 Aug 2023 10:37:04 +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 1qaZbH-00At6y-Pt for pgadmin-hackers@arkaria.postgresql.org; Mon, 28 Aug 2023 10:36:03 +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 1qaZbH-00At6o-I1 for pgadmin-hackers@lists.postgresql.org; Mon, 28 Aug 2023 10:36:03 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qaZbC-001VgA-Vp for pgadmin-hackers@lists.postgresql.org; Mon, 28 Aug 2023 10:36:02 +0000 Received: from github.com (hubbernetes-node-5a22018.va3-iad.github.net [10.48.207.105]) by smtp.github.com (Postfix) with ESMTPA id 6A9C98C0BBC for ; Mon, 28 Aug 2023 03:35:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693218957; bh=L0+kZuXFY+ObCdl9U+AuTgfRLs/obmcmhuBMmLQrdMM=; h=Date:From:To:Subject:From; b=gysaj0mVF3d+UogNnPXToiQKw1Xe4853mYAT0xUZMBykNw1bvsHYSugDIgojVztre mxSqkxbNYs+kXCFSgbZE7TL2knwuc7tVFVY3bNcGQLElFEwKMQHo0J3C9jJowlmz9+ NYspBwTiw+rA7vQ1AHkGA6nq4JyBA7CD2AEhBBhg= Date: Mon, 28 Aug 2023 03:35:57 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 486d24: Python dependency: Bump axios from 1.4.0 to 1.5.0 ... 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.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 486d240d9b08345a8c220f95a4638c25532317f5 https://github.com/pgadmin-org/pgadmin4/commit/486d240d9b08345a8c220f95a4638c25532317f5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M runtime/package.json M runtime/yarn.lock Log Message: ----------- Python dependency: Bump axios from 1.4.0 to 1.5.0 in /runtime Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.5.0. - [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.4.0...v1.5.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]