diff --git a/package.json b/package.json index a94394b..1589ba9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "isomorphic-unfetch": "^3.1.0", "js-base64": "^3.7.2", "next": "^9.2.2", - "polished": "^3.6.7", + "polished": "^4.1.3", "react": "^16.13.1", "react-dom": "^16.13.1", "styled-components": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index bdd0e1c..44ff0aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1159,7 +1159,7 @@ dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.15.4", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.14.0", "@babel/runtime@^7.15.4": version "7.15.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== @@ -6574,12 +6574,12 @@ pnp-webpack-plugin@1.5.0: dependencies: ts-pnp "^1.1.2" -polished@^3.6.7: - version "3.6.7" - resolved "https://registry.yarnpkg.com/polished/-/polished-3.6.7.tgz#44cbd0047f3187d83db0c479ef0c7d5583af5fb6" - integrity sha512-b4OViUOihwV0icb9PHmWbR+vPqaSzSAEbgLskvb7ANPATVXGiYv/TQFHQo65S53WU9i5EQ1I03YDOJW7K0bmYg== +polished@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/polished/-/polished-4.1.3.tgz#7a3abf2972364e7d97770b827eec9a9e64002cfc" + integrity sha512-ocPAcVBUOryJEKe0z2KLd1l9EBa1r5mSwlKpExmrLzsnIzJo4axsoU9O2BjOTkDGDT4mZ0WFE5XKTlR3nLnZOA== dependencies: - "@babel/runtime" "^7.9.2" + "@babel/runtime" "^7.14.0" posix-character-classes@^0.1.0: version "0.1.1"