From c7b6bbc55eeb9b11457ab32da7b7391db09cf54f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 09:16:41 +0000 Subject: [PATCH] build(deps): bump @emotion/core from 10.0.28 to 10.1.1 Bumps [@emotion/core](https://github.com/emotion-js/emotion) from 10.0.28 to 10.1.1. - [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.0.28...@emotion/core@10.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bb7c65c..328d7c0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ } }, "dependencies": { - "@emotion/core": "^10.0.10", + "@emotion/core": "^10.1.1", "@emotion/styled": "^10.0.10", "babel-plugin-styled-components": "^1.10.0", "classnames": "^2.2.6", diff --git a/yarn.lock b/yarn.lock index 54e139e..4173d86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1030,10 +1030,10 @@ "@emotion/utils" "0.11.3" "@emotion/weak-memoize" "0.2.5" -"@emotion/core@^10.0.0", "@emotion/core@^10.0.10", "@emotion/core@^10.0.28": - version "10.0.28" - resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.28.tgz#bb65af7262a234593a9e952c041d0f1c9b9bef3d" - integrity sha512-pH8UueKYO5jgg0Iq+AmCLxBsvuGtvlmiDCOuv8fGNYn3cowFpLN98L8zO56U0H1PjDIyAlXymgL3Wu7u7v6hbA== +"@emotion/core@^10.0.0", "@emotion/core@^10.0.28", "@emotion/core@^10.1.1": + version "10.1.1" + resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3" + integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA== dependencies: "@babel/runtime" "^7.5.5" "@emotion/cache" "^10.0.27"