From 5e7904bdb50722eb9d6fd02084028f8e3db727c7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 26 May 2020 22:40:12 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-styled-components to 3.3.2 --- 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 d2a041b..7a604fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9888,9 +9888,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.1.tgz", - "integrity": "sha512-Z21mc6/dJmbch+iAQuCc8dqxOiSDwXitiRq+3zqBloOJAOduHw3Xxb+vyso8iaZBaazpFPUzReqUcGOHZbinig==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.2.tgz", + "integrity": "sha512-35HizeyitTzt7Eph42eWEVEUxfV3YXo1xPzuXILQ/P/U+awoW2VfdbEps3x61kfb668sDOAULFPcS+9EAWvK8w==", "requires": { "@babel/runtime": "^7.9.6" } diff --git a/package.json b/package.json index 5e5a9d1..dc1079d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.9", - "gatsby-plugin-styled-components": "^3.3.1", + "gatsby-plugin-styled-components": "^3.3.2", "gatsby-source-filesystem": "^2.3.5", "gatsby-transformer-remark": "^2.8.10", "gatsby-transformer-sharp": "^2.5.2",