From 1213d4722c4aac4d4cdc1649c34f08998d8750e6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 23 Sep 2019 17:48:44 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-styled-components to 3.1.6 --- 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 3cdd438..a081287 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9467,11 +9467,21 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.2.tgz", - "integrity": "sha512-9MjGXl5ddN2L7jKlSjrobtxbR1gIIpBOmFcfkmNPdL/7rMUkWR6bLmAQ6fUPGCIwTLyvYsNjBZhtAwhUY+NTBw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.6.tgz", + "integrity": "sha512-JAvOGuF9y9L3jmTjn9s5YDuAtmdVENH8s2awXdgDN3dnoSa4DM8f7jKn7Sb2p+vw5cHqr7ZRC2izAs6iwvd6bw==", "requires": { - "@babel/runtime": "^7.0.0" + "@babel/runtime": "^7.6.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", + "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + } } }, "gatsby-plugin-typescript": { diff --git a/package.json b/package.json index d3e1dff..cb0983c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-react-helmet": "^3.1.8", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.25", - "gatsby-plugin-styled-components": "^3.1.2", + "gatsby-plugin-styled-components": "^3.1.6", "gatsby-plugin-typescript": "^2.1.2", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-source-filesystem": "^2.1.8",