From 284a897537eb9cb51fa03a6a71dc7af8b82de799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 00:21:43 +0000 Subject: [PATCH] chore(deps): bump styled-components from 5.1.0 to 5.1.1 Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Changelog](https://github.com/styled-components/styled-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/styled-components/styled-components/compare/v5.1.0...v5.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b1b945a..904c5e5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-scripts": "3.4.1", "react-spinners": "^0.9.0", "react-toastify": "^6.0.6", - "styled-components": "^5.1.0", + "styled-components": "^5.1.1", "validator": "^13.1.0", "whois-json": "^2.0.4" }, diff --git a/yarn.lock b/yarn.lock index a94a122..7885c38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11401,10 +11401,10 @@ style-value-types@^3.1.6, style-value-types@^3.1.7: hey-listen "^1.0.8" tslib "^1.10.0" -styled-components@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.1.0.tgz#2e3985b54f461027e1c91af3229e1c2530872a4e" - integrity sha512-0Qs2wEkFBXHFlysz6CV831VG6HedcrFUwChjnWylNivsx14MtmqQsohi21rMHZxzuTba063dEyoe/SR6VGJI7Q== +styled-components@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.1.1.tgz#96dfb02a8025794960863b9e8e365e3b6be5518d" + integrity sha512-1ps8ZAYu2Husx+Vz8D+MvXwEwvMwFv+hqqUwhNlDN5ybg6A+3xyW1ECrAgywhvXapNfXiz79jJyU0x22z0FFTg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/traverse" "^7.4.5"