From 0390c91a679f1139c136f1a9d33d42eea0e98a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 07:03:20 +0000 Subject: [PATCH] build(deps): bump @emotion/core from 10.0.34 to 10.0.35 in /docs Bumps [@emotion/core](https://github.com/emotion-js/emotion) from 10.0.34 to 10.0.35. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/core@10.0.34...@emotion/core@10.0.35) 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 81bd17500f1b..c28b4d32eae2 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1790,9 +1790,9 @@ } }, "@emotion/core": { - "version": "10.0.34", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.34.tgz", - "integrity": "sha512-Kcs8WHZG1NgaVFQsSpgN07G0xpfPAKUclwKvUqKrYrJovezl9uTz++1M4JfXHrgFVEiJ5QO46hMo1ZDDfvY/tw==", + "version": "10.0.35", + "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.35.tgz", + "integrity": "sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw==", "requires": { "@babel/runtime": "^7.5.5", "@emotion/cache": "^10.0.27", diff --git a/docs/package.json b/docs/package.json index bb0e9ad283e0..8655b5e15a50 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,7 +6,7 @@ "author": "", "license": "MIT", "dependencies": { - "@emotion/core": "^10.0.34", + "@emotion/core": "^10.0.35", "@emotion/styled": "^10.0.27", "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16",