From f07c1139ce664ab7b8ddfddc5ebdfa1cd5f89a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:06:04 +0000 Subject: [PATCH] Bump react-social-icons from 5.14.0 to 5.15.0 Bumps [react-social-icons](https://github.com/jaketrent/react-social-icons) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/jaketrent/react-social-icons/releases) - [Commits](https://github.com/jaketrent/react-social-icons/compare/v5.14.0...v5.15.0) --- updated-dependencies: - dependency-name: react-social-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a40cd8..5a61c24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-dom": "^18.2.0", "react-icons": "^4.4.0", "react-scripts": "5.0.1", - "react-social-icons": "^5.14.0", + "react-social-icons": "^5.15.0", "react-terminal": "^1.2.8", "react-use": "^17.4.0", "terminal-in-react": "^4.3.1", @@ -14576,9 +14576,9 @@ } }, "node_modules/react-social-icons": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-5.14.0.tgz", - "integrity": "sha512-E5pR2pIJM0vW1BhX7LdMlQS6MD2qOF8wdIm+PEfqFpW3Pn/VwLtbrjywE3/DG+rZ1YYM0GM8M11jaBxelbz/yQ==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-5.15.0.tgz", + "integrity": "sha512-khfDgUiUwEBe34T6br2+mkXQg3hLVDdviVjexxZoVCsogMgxTy/m8+KlX/j6Wa7P2BPxgZ7yZ2jXw3X06pUUFQ==", "dependencies": { "prop-types": "^15.7.2" }, @@ -27982,9 +27982,9 @@ } }, "react-social-icons": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-5.14.0.tgz", - "integrity": "sha512-E5pR2pIJM0vW1BhX7LdMlQS6MD2qOF8wdIm+PEfqFpW3Pn/VwLtbrjywE3/DG+rZ1YYM0GM8M11jaBxelbz/yQ==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-5.15.0.tgz", + "integrity": "sha512-khfDgUiUwEBe34T6br2+mkXQg3hLVDdviVjexxZoVCsogMgxTy/m8+KlX/j6Wa7P2BPxgZ7yZ2jXw3X06pUUFQ==", "requires": { "prop-types": "^15.7.2" } diff --git a/package.json b/package.json index 01222ce..6e1a164 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.2.0", "react-icons": "^4.4.0", "react-scripts": "5.0.1", - "react-social-icons": "^5.14.0", + "react-social-icons": "^5.15.0", "react-terminal": "^1.2.8", "react-use": "^17.4.0", "terminal-in-react": "^4.3.1",