Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q8fO0-0004HB-JA for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Jun 2023 11:07:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q8fNz-0007qL-5h for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Jun 2023 11:06:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q8fNy-0007qC-Sn for pgadmin-hackers@lists.postgresql.org; Mon, 12 Jun 2023 11:06:58 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q8fNt-001udN-4X for pgadmin-hackers@lists.postgresql.org; Mon, 12 Jun 2023 11:06:58 +0000 Received: from github.com (hubbernetes-node-c92512d.va3-iad.github.net [10.48.141.14]) by smtp.github.com (Postfix) with ESMTPA id 54E3CE0B5E for ; Mon, 12 Jun 2023 04:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1686568011; bh=STy49Di4EzM7cZ9HaFzxIjo/GQhU1/dhhtr5cH8sxzw=; h=Date:From:To:Subject:From; b=XoILXWUWYPKCRQselnzsRm3qZHaY44mgLnEXnhwMwotWvkAtk9P90BXTvhvOPPB3B DPXhunlHz/16DefqOAU9b/X0ILXaUKh82QXBP5wLc2XrM4bjzrzNlYg1BbVqHNQxJU B5NXwIf8Oc7qDcS+rRmVC8TU89MlrxTaTx9R2hV0= Date: Mon, 12 Jun 2023 04:06:51 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c177d9: Python dependency: Bump @emotion/core from 10.3.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/emotion/core-11.0.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: c177d946673cfb1f771de8650d7052925af8a40f https://github.com/pgadmin-org/pgadmin4/commit/c177d946673cfb1f771de8650d7052925af8a40f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-12 (Mon, 12 Jun 2023) Changed paths: M web/package.json M web/yarn.lock Log Message: ----------- Python dependency: Bump @emotion/core from 10.3.1 to 11.0.0 in /web Bumps [@emotion/core](https://github.com/emotion-js/emotion) from 10.3.1 to 11.0.0. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/core@10.3.1...@emotion/core@11.0.0) --- updated-dependencies: - dependency-name: "@emotion/core" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]