From 7f5db9763c5607ae995a4648747bef55745621f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 04:03:03 +0000 Subject: [PATCH] Bump polished from 3.6.7 to 4.2.2 Bumps [polished](https://github.com/styled-components/polished) from 3.6.7 to 4.2.2. - [Release notes](https://github.com/styled-components/polished/releases) - [Commits](https://github.com/styled-components/polished/compare/v3.6.7...v4.2.2) --- updated-dependencies: - dependency-name: polished dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 66c1ed9..3a5a41a 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.2", "react": "^16.13.1", "react-dom": "^16.13.1", "styled-components": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index 109bc17..a742b86 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.9" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" + integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== 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.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/polished/-/polished-4.2.2.tgz#2529bb7c3198945373c52e34618c8fe7b1aa84d1" + integrity sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ== dependencies: - "@babel/runtime" "^7.9.2" + "@babel/runtime" "^7.17.8" posix-character-classes@^0.1.0: version "0.1.1"