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 1qwKDT-00B6gw-Jm for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 10:37: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 1qwKDS-00EYyM-8M for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 10:37: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 1qwKDR-00EYy4-WD for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 10:37:22 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qwKDP-002YWO-8X for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 10:37:20 +0000 Received: from github.com (hubbernetes-node-22889b5.ac4-iad.github.net [10.52.135.25]) by smtp.github.com (Postfix) with ESMTPA id F1F765E0933 for ; Fri, 27 Oct 2023 03:37:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698403037; bh=D0LJFFYH32FcEM9tJIPw/up5XrUnOHVgQWCW9J6Jq3U=; h=Date:From:To:Subject:From; b=K8WLhonvoYBVW+HmkWHT+OnW1lMk9gvpLCOjjroQeUbvRjkt9MaO+aVLxlrdbT6RG MXueBUxfYojq72ftdlRmOIL6ON6Xa8NI7lBqlx9XxGXjYo42jy2Vvc0aT/d0dY0/vr SXyAB66Mi84VI/A5r/mK2mb+TL13dmUYQ8S49rTs= Date: Fri, 27 Oct 2023 03:37:17 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] aedd8d: Python dependency: Bump axios from 1.5.1 to 1.6.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.6.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: aedd8dc6def518510b7b64cb616515dcfe268b2c https://github.com/pgadmin-org/pgadmin4/commit/aedd8dc6def518510b7b64cb616515dcfe268b2c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M runtime/package.json M runtime/yarn.lock Log Message: ----------- Python dependency: Bump axios from 1.5.1 to 1.6.0 in /runtime Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.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.5.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]