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 1qo1Px-00CoO0-D5 for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 12:55:57 +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 1qo1Pv-00F44o-SK for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 12:55:56 +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 1qo1Pv-00F44R-Kt for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 12:55:55 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo1Pt-0089FF-AX for pgadmin-hackers@lists.postgresql.org; Wed, 04 Oct 2023 12:55:54 +0000 Received: from github.com (hubbernetes-node-85cd016.ac4-iad.github.net [10.52.144.35]) by smtp.github.com (Postfix) with ESMTPA id 57ACD5E0B8D for ; Wed, 4 Oct 2023 05:55:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696424152; bh=KuFNP43l39dqw8mek/XOHKy6Yj7EnvOe0dT+6VYIgD4=; h=Date:From:To:Subject:From; b=EjNpSem15b6eLciSJdJ1iajD/w4rHt/PZanuOIy+pb8xCHXJOaTDcLVVkvUO6bWez +92+QLx9ursA+S4SWokt1xyqc3vTutrAWYzDFLp3vKO4VTZ/aUZZXW7ZzfmU6Eb3Ke 71EdgzpMkoj8jI9BvLFyruVwjTXoa+39gf6vR4GQ= Date: Wed, 04 Oct 2023 05:55:52 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] bd5b9f: Python dependency: Bump eslint from 8.47.0 to 8.50... 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/eslint-8.50.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: bd5b9ff2366ee8e0bdae504abf259d747d7465dd https://github.com/pgadmin-org/pgadmin4/commit/bd5b9ff2366ee8e0bdae504abf259d747d7465dd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-04 (Wed, 04 Oct 2023) Changed paths: M runtime/package.json M runtime/yarn.lock Log Message: ----------- Python dependency: Bump eslint from 8.47.0 to 8.50.0 in /runtime Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.50.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.50.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]