diff --git a/package.json b/package.json index 66c1ed9..3cebed9 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.2.1", "react": "^16.13.1", "react-dom": "^16.13.1", "styled-components": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index 109bc17..87079ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1164,10 +1164,10 @@ dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.15.4", "@babel/runtime@^7.9.2": - version "7.15.4" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" - integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== +"@babel/runtime@^7.15.4", "@babel/runtime@^7.17.8": + version "7.17.8" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2" + integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA== dependencies: regenerator-runtime "^0.13.4" @@ -6553,12 +6553,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.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/polished/-/polished-4.2.1.tgz#e38cdf4244b3bea63f77b0f8ab2335e22a66bd08" + integrity sha512-vRkUnHBwVX7kIeCzCghcLCWoDenV+sV7lkItnmTc7bb6Uzbe8ogU1FxqEW8+dXCxUX8YW8vusQ0HTk2yES7bfQ== dependencies: - "@babel/runtime" "^7.9.2" + "@babel/runtime" "^7.17.8" posix-character-classes@^0.1.0: version "0.1.1"