diff --git a/package.json b/package.json index 0421ab05..cf798eed 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "seamless-immutable": "7.1.4", "semver": "7.3.4", "shebang-loader": "0.0.1", - "styled-jsx": "3.3.2", + "styled-jsx": "3.4.1", "stylis": "3.5.4", "uuid": "8.3.2", "webpack-cli": "4.3.1", diff --git a/yarn.lock b/yarn.lock index 264abc20..67ba59a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -134,7 +134,7 @@ dependencies: "@babel/types" "^7.12.7" -"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5": +"@babel/helper-module-imports@7.12.5", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5": version "7.12.5" resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb" integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== @@ -7137,11 +7137,12 @@ style-loader@2.0.0: loader-utils "^2.0.0" schema-utils "^3.0.0" -styled-jsx@3.3.2: - version "3.3.2" - resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-3.3.2.tgz#2474601a26670a6049fb4d3f94bd91695b3ce018" - integrity sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g== +styled-jsx@3.4.1: + version "3.4.1" + resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-3.4.1.tgz#5b12c5e841cec3d7310f5ab6b94c3c8df665caf5" + integrity sha512-Jl1pcQVTnHdsfePHxZ0GgxxgU3+KgiDKj9QTp2vZ0eifg2cgNV5RFdgfxcXvJyspsynUhF32opNZ4jmM1EIROA== dependencies: + "@babel/helper-module-imports" "7.12.5" "@babel/types" "7.8.3" babel-plugin-syntax-jsx "6.18.0" convert-source-map "1.7.0"