diff --git a/docs/package-lock.json b/docs/package-lock.json index abc61087..81bd1750 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1790,9 +1790,9 @@ } }, "@emotion/core": { - "version": "10.0.28", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.28.tgz", - "integrity": "sha512-pH8UueKYO5jgg0Iq+AmCLxBsvuGtvlmiDCOuv8fGNYn3cowFpLN98L8zO56U0H1PjDIyAlXymgL3Wu7u7v6hbA==", + "version": "10.0.34", + "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.34.tgz", + "integrity": "sha512-Kcs8WHZG1NgaVFQsSpgN07G0xpfPAKUclwKvUqKrYrJovezl9uTz++1M4JfXHrgFVEiJ5QO46hMo1ZDDfvY/tw==", "requires": { "@babel/runtime": "^7.5.5", "@emotion/cache": "^10.0.27", diff --git a/docs/package.json b/docs/package.json index 72ee3696..bb0e9ad2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,7 +6,7 @@ "author": "", "license": "MIT", "dependencies": { - "@emotion/core": "^10.0.27", + "@emotion/core": "^10.0.34", "@emotion/styled": "^10.0.27", "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16",