diff --git a/package-lock.json b/package-lock.json index 49d70d4..0270b88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9564,17 +9564,17 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.9.0.tgz", - "integrity": "sha512-/jvjbeUOHk3X38G67va6n2yUQujNn1e74r0a6977+6MJihELXLskLrGpZF58ZWbV36YryIq0rrSpa5DAxzDaVw==", + "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==", "requires": { "@babel/runtime": "^7.12.5" }, "dependencies": { "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 0a86121..c831816 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-sharp": "^2.13.2", "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sitemap": "^2.11.0", - "gatsby-plugin-styled-components": "^3.9.0", + "gatsby-plugin-styled-components": "^3.10.0", "gatsby-source-filesystem": "^2.10.0", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-sharp": "^2.11.0",