From 652ff12604935c56b5b9ed6a556c1171b45e9eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:07:29 +0000 Subject: [PATCH] Bump react-social-icons from 5.5.0 to 5.11.0 Bumps [react-social-icons](https://github.com/jaketrent/react-social-icons) from 5.5.0 to 5.11.0. - [Release notes](https://github.com/jaketrent/react-social-icons/releases) - [Commits](https://github.com/jaketrent/react-social-icons/compare/v5.5.0...v5.11.0) --- updated-dependencies: - dependency-name: react-social-icons dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f6b679..e4406da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14045,9 +14045,9 @@ } }, "react-social-icons": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-5.5.0.tgz", - "integrity": "sha512-ohSI5UqIRV+Vd34I1ikAT6R3R/pzgy5uAXVXZBMKDsnSv1O7nE5Yp2RXMygbSo84fpljKBqNGVxAU09xz+qKmw==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-5.11.0.tgz", + "integrity": "sha512-hlgNMnWgkdRZZFPm8wjsRGQsSYdPC+uqxiJVpUF8Tc83OGiSQ7qtYN+rFwWubYGJ+JfwgpAg9ypx5duJfLZIfg==", "dev": true, "requires": { "prop-types": "^15.7.2" diff --git a/package.json b/package.json index 1d9d07c..814a0cc 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ }, "devDependencies": { "gh-pages": "^3.2.3", - "react-social-icons": "^5.5.0" + "react-social-icons": "^5.11.0" } } diff --git a/yarn.lock b/yarn.lock index d28f4b7..1695b7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9690,10 +9690,10 @@ react-scripts@4.0.3: optionalDependencies: fsevents "^2.1.3" -react-social-icons@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/react-social-icons/-/react-social-icons-5.5.0.tgz#cc5943f8145424b8c1853eaedfb070e645978c9c" - integrity sha512-ohSI5UqIRV+Vd34I1ikAT6R3R/pzgy5uAXVXZBMKDsnSv1O7nE5Yp2RXMygbSo84fpljKBqNGVxAU09xz+qKmw== +react-social-icons@^5.11.0: + version "5.11.0" + resolved "https://registry.yarnpkg.com/react-social-icons/-/react-social-icons-5.11.0.tgz#98d1e76023a6422439f7ca2d6316f50cec4fec7b" + integrity sha512-hlgNMnWgkdRZZFPm8wjsRGQsSYdPC+uqxiJVpUF8Tc83OGiSQ7qtYN+rFwWubYGJ+JfwgpAg9ypx5duJfLZIfg== dependencies: prop-types "^15.7.2"