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 1rMne7-006jbG-Q2 for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 11:18:20 +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 1rMne6-004Hqz-Vi for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 11:18:18 +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 1rMne6-004Hqr-NJ for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 11:18:18 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMne3-000THT-R6 for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 11:18:17 +0000 Received: from github.com (hubbernetes-node-cbea0d8.ash1-iad.github.net [10.56.151.31]) by smtp.github.com (Postfix) with ESMTPA id CEA5834080E for ; Mon, 8 Jan 2024 03:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704712694; bh=tGFc45Kk1siX+t2xwHgssEdB0PcGuOTpGcVngUYeRCE=; h=Date:From:To:Subject:From; b=ilTiAcx5chXtiPgrYLx3LxRo37m35h/iTw9U8x8gRwVr2YhSbVbeJE/sACrnJUmKO 3+PVJ1/SnXJgbamNbOxZITueysGqE4Klm38kVb6pHKoEKDJy9cKxG/9cw3+k+D4WMT n9N/VSwQ99q74iBc8F92Y55Uj0yGdxmwZ4ZCIWxU= Date: Mon, 08 Jan 2024 03:18:14 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 92d721: Javascript dependency: Bump axios from 1.4.0 to 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/web/axios-1.6.5 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 92d721447bfa7c53bf34ded6f3db08706524a5b6 https://github.com/pgadmin-org/pgadmin4/commit/92d721447bfa7c53bf34ded6f3db08706524a5b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-01-08 (Mon, 08 Jan 2024) Changed paths: M web/package.json M web/yarn.lock Log Message: ----------- Javascript dependency: Bump axios from 1.4.0 to 1.6.5 in /web Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.5. - [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.6.5) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]