From 7392f6cc90d3e7f76c2234a23dc25bcd7f244cf7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 1 Jun 2021 00:48:07 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-styled-components to 4.6.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 826c524..a366d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11864,9 +11864,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.10.0.tgz", - "integrity": "sha512-CDNNvRxLS4dsQI2fv57T+0VUqapRtiDXm6SUsxyuVuEhJCyDGu1g9jg+9ty0HfUEDcW8JexlRJO5srkdYp1x1g==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.6.0.tgz", + "integrity": "sha512-2oQ3PRoiXZOvTzjD9ZkFYIIWkVYJFccOt/byTf9A5K18sQR6vS1oGehJv4xK51cBue+EuYRuX0F3+IoLCNNDAQ==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/package.json b/package.json index 0f000e5..4372dbc 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby-plugin-react-helmet": "^4.6.0", "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-sharp": "^3.6.0", - "gatsby-plugin-styled-components": "^3.6.0", + "gatsby-plugin-styled-components": "^4.6.0", "gatsby-remark-auto-headers-improved": "^1.0.4", "gatsby-source-filesystem": "^2.7.0", "gatsby-transformer-sharp": "^2.8.0",