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 1qWDUi-002UhO-9b for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Aug 2023 10:11:16 +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 1qWDUh-005dwK-0V for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Aug 2023 10:11:15 +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 1qWDUg-005dwC-Ou for pgadmin-hackers@lists.postgresql.org; Wed, 16 Aug 2023 10:11:14 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qWDUd-000SE3-Dp for pgadmin-hackers@lists.postgresql.org; Wed, 16 Aug 2023 10:11:14 +0000 Received: from github.com (hubbernetes-node-101e222.ac4-iad.github.net [10.52.125.75]) by smtp.github.com (Postfix) with ESMTPA id 9D81370102F for ; Wed, 16 Aug 2023 03:11:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692180669; bh=Or5mU6XLVohKPNWSk3qPbEpiCPW9QgNhdV1cS/8S7ls=; h=Date:From:To:Subject:From; b=ccDcWdhJHWv1rMIlDABiODg4r4ZP7fOCf/jwbBTuaLYsNqGqyYLazDOZSX7LpjWns 7XQf4i+HTHHUBqDBrZxz0iR1yaQ0+mo6g8RB1wDdP0wINGIj8wQGa/2uTIZV7hJNJm ynTlpNZBd2auu1tcqtV+mJUYjnYt4RB2j8Gy9PB8= Date: Wed, 16 Aug 2023 03:11:09 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 508676: 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.2 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 508676e42cfd6f84f2ddbeefde027c89cc9f6a4d https://github.com/pgadmin-org/pgadmin4/commit/508676e42cfd6f84f2ddbeefde027c89cc9f6a4d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-16 (Wed, 16 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.2. - [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.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]