diff --git a/package.json b/package.json index db34a2b0..e656425b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/testing-library__react-hooks": "3.2.0", "docz": "2.3.1", "emotion-theming": "10.0.27", - "gatsby-plugin-emotion": "4.2.2", + "gatsby-plugin-emotion": "4.3.4", "jest": "26.0.1", "react": "16.13.1", "react-dom": "16.13.1", diff --git a/yarn.lock b/yarn.lock index ffde2b01..9b0852d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2379,7 +2379,14 @@ dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.5.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.10.2": + version "7.10.2" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" + integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/runtime@^7.5.4", "@babel/runtime@^7.9.2": version "7.9.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== @@ -8229,12 +8236,12 @@ gatsby-plugin-compile-es6-packages@^2.0.0: "@babel/runtime" "^7.0.0" regex-escape "^3.4.8" -gatsby-plugin-emotion@4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.2.2.tgz#f2bc8665c6b24ca87ded883bbd91abbc436226d2" - integrity sha512-EbMmHRUi0q1C3XzXuQ4rUJt4L2kdJsd419iyXVniV9y8V82V5PFrr/FFMeo4ibCO3KxWqCELlpAvstW/Hkjy+w== +gatsby-plugin-emotion@4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/gatsby-plugin-emotion/-/gatsby-plugin-emotion-4.3.4.tgz#f123f689cce1ee7be1f8b13630ecbdb348667209" + integrity sha512-H/s9+rSb3SmdkSZLbqDro79kbmiMRk1FVAfecBfAl2Qi7MRDgtNQwOTmJtJhVy6QAVGsnxsZY0sS9P6p3d6vjw== dependencies: - "@babel/runtime" "^7.8.7" + "@babel/runtime" "^7.10.2" "@emotion/babel-preset-css-prop" "^10.0.27" gatsby-plugin-emotion@^4.1.2: