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 1qQn80-000zXa-1Y for pgadmin-hackers@arkaria.postgresql.org; Tue, 01 Aug 2023 11:01:24 +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 1qQn7w-005l46-W0 for pgadmin-hackers@arkaria.postgresql.org; Tue, 01 Aug 2023 11:01:22 +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 1qQn7w-005l3y-Mk for pgadmin-hackers@lists.postgresql.org; Tue, 01 Aug 2023 11:01:22 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qQn7u-000BVF-OV for pgadmin-hackers@lists.postgresql.org; Tue, 01 Aug 2023 11:01:21 +0000 Received: from github.com (hubbernetes-node-e051eb5.va3-iad.github.net [10.48.145.17]) by smtp.github.com (Postfix) with ESMTPA id 0FB809411DF for ; Tue, 1 Aug 2023 04:01:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1690887677; bh=Q/4xdXiiXuUBv41ag80Jg2Y4L549z1k2nRdK2OVP+qU=; h=Date:From:To:Subject:From; b=CJ1NUp5mXo7gtZADK2ns3ZiLaGHCGgrcbtjogrRbgYsuU0j+15o6oC4szsW4QvyPc zs93gX6e2+FQhL0jW3gRvdu5xCIph/7vUi0zm/Be4glZTF4VcYncQXASiZRtc8jb7d 2eXg08m5gw5E/HfmkKWWqUUHdkV2YAs/vn6AGt0w= Date: Tue, 01 Aug 2023 04:01:17 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4807e3: Python dependency: Bump eslint-plugin-react in /web 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/eslint-plugin-react-7.33.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4807e3927c217cfa8a7c87b7dc3285e5106e3999 https://github.com/pgadmin-org/pgadmin4/commit/4807e3927c217cfa8a7c87b7dc3285e5106e3999 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-01 (Tue, 01 Aug 2023) Changed paths: M web/package.json M web/yarn.lock Log Message: ----------- Python dependency: Bump eslint-plugin-react in /web Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.2...v7.33.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]