From 48d59594c9539fb009b4acaa94306b19fb64bd2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jan 2021 00:29:55 +0000 Subject: [PATCH] fix: upgrade babel-plugin-styled-components from 1.10.7 to 1.12.0 Snyk has created this PR to upgrade babel-plugin-styled-components from 1.10.7 to 1.12.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/radix-team/project/7465aedb-ffdd-4e66-a71f-205086de64a6?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eda0ec2..06c5301 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "author": "Stig O. Ofstad stoo@equinor.com", "dependencies": { - "babel-plugin-styled-components": "^1.10.7", + "babel-plugin-styled-components": "^1.12.0", "gatsby": "^2.23.12", "gatsby-plugin-styled-components": "^3.3.10", "gatsby-plugin-your-fonts": "^0.0.1", diff --git a/yarn.lock b/yarn.lock index 7822392..c01ba2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2077,7 +2077,7 @@ babel-plugin-remove-graphql-queries@^2.9.14: resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.14.tgz#49bf6cdf0a37c2a37c11bf4648675c26732a0492" integrity sha512-V4o7CvS5bud+Tk9ni4gSr2l980K2H0lQ0A7skfSMvHrPlek+Rcs+4tNVpHnKuAWoXTZ+63tW06B4ENn+wf35bg== -"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.10.7: +"babel-plugin-styled-components@>= 1": version "1.10.7" resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.7.tgz#3494e77914e9989b33cc2d7b3b29527a949d635c" integrity sha512-MBMHGcIA22996n9hZRf/UJLVVgkEOITuR2SvjHLb5dSTUyR4ZRGn+ngITapes36FI3WLxZHfRhkA1ffHxihOrg== @@ -2087,6 +2087,16 @@ babel-plugin-remove-graphql-queries@^2.9.14: babel-plugin-syntax-jsx "^6.18.0" lodash "^4.17.11" +babel-plugin-styled-components@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9" + integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.0.0" + "@babel/helper-module-imports" "^7.0.0" + babel-plugin-syntax-jsx "^6.18.0" + lodash "^4.17.11" + babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"