From bb09328b2390b3cdc5085c8ec95a48e9ca186da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 07:20:09 +0000 Subject: [PATCH] build(deps): bump polished from 3.6.5 to 3.6.6 in /docs Bumps [polished](https://github.com/styled-components/polished) from 3.6.5 to 3.6.6. - [Release notes](https://github.com/styled-components/polished/releases) - [Commits](https://github.com/styled-components/polished/compare/v3.6.5...v3.6.6) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index aa1ace21cd2d..1bd84703134e 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -16678,9 +16678,9 @@ } }, "polished": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/polished/-/polished-3.6.5.tgz", - "integrity": "sha512-VwhC9MlhW7O5dg/z7k32dabcAFW1VI2+7fSe8cE/kXcfL7mVdoa5UxciYGW2sJU78ldDLT6+ROEKIZKFNTnUXQ==", + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/polished/-/polished-3.6.6.tgz", + "integrity": "sha512-yiB2ims2DZPem0kCD6V0wnhcVGFEhNh0Iw0axNpKU+oSAgFt6yx6HxIT23Qg0WWvgS379cS35zT4AOyZZRzpQQ==", "requires": { "@babel/runtime": "^7.9.2" } diff --git a/docs/package.json b/docs/package.json index ecc7b9b49128..a735efd27777 100644 --- a/docs/package.json +++ b/docs/package.json @@ -38,7 +38,7 @@ "gatsby-transformer-remark": "^2.8.28", "gatsby-transformer-sharp": "^2.5.13", "gatsby-transformer-yaml": "^2.4.10", - "polished": "^3.6.5", + "polished": "^3.6.6", "prism-react-renderer": "^1.1.1", "prop-types": "^15.7.2", "puppeteer": "^3.3.0",