diff --git a/trivia-game-react/package.json b/trivia-game-react/package.json index c198dbb1d..041ce26f7 100644 --- a/trivia-game-react/package.json +++ b/trivia-game-react/package.json @@ -41,7 +41,7 @@ "@types/node": "24.7.2", "@types/react": "18.3.13", "@types/react-dom": "19.2.2", - "@types/styled-components": "5.1.34", + "@types/styled-components": "5.1.35", "@xstate/graph": "3.0.4", "@xstate/test": "0.5.1", "commitizen": "4.3.1", diff --git a/trivia-game-react/yarn.lock b/trivia-game-react/yarn.lock index 46ea10498..063c2b81a 100644 --- a/trivia-game-react/yarn.lock +++ b/trivia-game-react/yarn.lock @@ -2666,10 +2666,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8" integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw== -"@types/styled-components@5.1.34": - version "5.1.34" - resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.34.tgz#4107df8ef8a7eaba4fa6b05f78f93fba4daf0300" - integrity sha512-mmiVvwpYklFIv9E8qfxuPyIt/OuyIrn6gMOAMOFUO3WJfSrSE+sGUoa4PiZj77Ut7bKZpaa6o1fBKS/4TOEvnA== +"@types/styled-components@5.1.35": + version "5.1.35" + resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.35.tgz#1a054d6312477cb1fb0631240cded5a2e6911702" + integrity sha512-JeYII52nSFGXGaw/5Odf0TBUhT3024HduBewrZCQBoUFKBw8V6x1dbnZCpgJuzmiokWAlVo3kkS3k3jrEK1NyA== dependencies: "@types/hoist-non-react-statics" "*" "@types/react" "*"