From 44d1ca7ed47e067d8f1e6b4faf1bb7e1a099ffd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Mar 2023 16:56:43 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5111a2a..59f5db3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-dom": "^18.2.0", "react-use-lanyard": "^0.1.1", "sitemap": "^7.1.1", - "styled-components": "^5.3.3", + "styled-components": "^5.3.7", "use-last-fm": "https://github.com/BRAVO68WEB/use-last-fm" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8800a1c..6ffeb0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2848,10 +2848,10 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -styled-components@^5.3.3: - version "5.3.5" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.5.tgz#a750a398d01f1ca73af16a241dec3da6deae5ec4" - integrity sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg== +styled-components@^5.3.7: + version "5.3.8" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.8.tgz#b92e2d10352dc9ecf3b1bc5d27c7500832dcf870" + integrity sha512-6jQrlvaJQ16uWVVO0rBfApaTPItkqaG32l3746enNZzpMDxMvzmHzj8rHUg39bvVtom0Y8o8ZzWuchEXKGjVsg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/traverse" "^7.4.5"