From 92941b32e6ffb48d6add372e316a113eb997c9e6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Thu, 21 Nov 2019 04:02:47 -0500 Subject: [PATCH] chore(deps): bump gatsby-plugin-styled-components to 3.1.13 --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed8f245..2a177b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11207,11 +11207,21 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.1.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.11.tgz", - "integrity": "sha512-10RgU3FcXNctDfFHpiAKQOmYBZlbeZSOfG1mqjWjz/BmYqkLoIaQfTwEMmBpH40DGf72pG2PUOGoDVDrikPKOA==", + "version": "3.1.13", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.13.tgz", + "integrity": "sha512-AR3uBAqEixvPoO/Y43qhMNLb/StYFrCLOwAFqngekQqaXEto8CJjEyG8S/7CFbCH+FITfDrHh19yyR1qwIuQcw==", "requires": { - "@babel/runtime": "^7.6.3" + "@babel/runtime": "^7.7.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz", + "integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + } } }, "gatsby-plugin-typescript": { diff --git a/package.json b/package.json index 841902b..91d3a34 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-react-helmet": "^3.1.15", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.3.2", - "gatsby-plugin-styled-components": "^3.1.11", + "gatsby-plugin-styled-components": "^3.1.13", "gatsby-plugin-typescript": "^2.1.15", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.15",