diff --git a/package.json b/package.json index 57df98450..e4ab43e3f 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/react-dom": "^16.9.8", "@types/react-modal": "^3.10.5", "@types/react-router-dom": "^5.1.5", - "@types/styled-components": "^5.0.1", + "@types/styled-components": "^5.1.0", "@votingworks/ballot-encoder": "^1.2.0", "@votingworks/qrcode.react": "^1.0.1", "abortcontroller-polyfill": "^1.4.0", diff --git a/yarn.lock b/yarn.lock index 7dff89b35..c65a5fcda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2566,10 +2566,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== -"@types/styled-components@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.0.1.tgz#44d210b0a0218a70df998d1a8e1f69c82d9cc68b" - integrity sha512-1yRYO1dAE2MGEuYKF1yQFeMdoyerIQn6ZDnFFkxZamcs3rn8RQVn98edPsTROAxbTz81tqnVN4BJ3Qs1cm/tKg== +"@types/styled-components@^5.1.0": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.0.tgz#24d3412ba5395aa06e14fbc93c52f9454cebd0d6" + integrity sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ== dependencies: "@types/hoist-non-react-statics" "*" "@types/react" "*"