From d70d9f4bae74ee772c279ed824061878f019e9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:39:06 +0000 Subject: [PATCH] Bump styled-components from 5.3.10 to 5.3.11 in /hashira-web (#821) Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.3.10 to 5.3.11. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/v5.3.10...v5.3.11) --- updated-dependencies: - dependency-name: styled-components dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hashira-web/package.json | 2 +- hashira-web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hashira-web/package.json b/hashira-web/package.json index 219457b7..0654890d 100644 --- a/hashira-web/package.json +++ b/hashira-web/package.json @@ -26,7 +26,7 @@ "prettier": "^2.8.0", "react-router-dom": "^6.6.2", "reload": "^3.2.0", - "styled-components": "^5.3.10", + "styled-components": "^5.3.11", "styled-normalize": "^8.0.7", "ts-node": "^10.9.1", "typescript": "^5.1.3", diff --git a/hashira-web/yarn.lock b/hashira-web/yarn.lock index 4f3321b4..b8ee0b54 100644 --- a/hashira-web/yarn.lock +++ b/hashira-web/yarn.lock @@ -5153,10 +5153,10 @@ strip-json-comments@~2.0.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= -styled-components@^5.3.10: - version "5.3.10" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.10.tgz#42f7245f58fe960362a63f543dda23c0ac107c0f" - integrity sha512-3kSzSBN0TiCnGJM04UwO1HklIQQSXW7rCARUk+VyMR7clz8XVlA3jijtf5ypqoDIdNMKx3la4VvaPFR855SFcg== +styled-components@^5.3.11: + version "5.3.11" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8" + integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/traverse" "^7.4.5"