From affa50f98efcfcf207224e46114e56fb03b9c57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:58:30 +0000 Subject: [PATCH] Bump react-social-icons from 6.16.0 to 6.18.0 Bumps [react-social-icons](https://github.com/couetilc/react-social-icons) from 6.16.0 to 6.18.0. - [Release notes](https://github.com/couetilc/react-social-icons/releases) - [Changelog](https://github.com/couetilc/react-social-icons/blob/main/CHANGELOG.md) - [Commits](https://github.com/couetilc/react-social-icons/compare/v6.16.0...v6.18.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 | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79214cb..b02ce95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-markdown": "^9.0.1", "react-router-dom": "^6.24.1", "react-scripts": "5.0.1", - "react-social-icons": "^6.16.0", + "react-social-icons": "^6.18.0", "swiper": "^11.1.4", "web-vitals": "^4.2.1" }, @@ -2120,9 +2120,9 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "node_modules/@babel/runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", - "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -16608,13 +16608,13 @@ } }, "node_modules/react-social-icons": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-6.16.0.tgz", - "integrity": "sha512-9mLDzPc85szYJeL0RB78PSdgBnCyexFD6rg6uyxQgwMgo3JaiuGLkxMmKVWBjoX+QW9bxq7VoKk6BGa7PYeJ1g==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/react-social-icons/-/react-social-icons-6.18.0.tgz", + "integrity": "sha512-eUWAaTw9FDMYjXIXkyt9oqMIwO7l9z68jlNBbfEh/Rsxs0WaUKK5P1OgC1thITOQumgLqzTB10h3Fjzl/IdvGw==", "dependencies": { - "@babel/runtime": "^7.23.8", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "@babel/runtime": "^7.24.8", + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "peerDependencies": { "react": "15.x.x || 16.x.x || 17.x.x || 18.x.x", diff --git a/package.json b/package.json index b25ef2b..10f1cba 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-markdown": "^9.0.1", "react-router-dom": "^6.24.1", "react-scripts": "5.0.1", - "react-social-icons": "^6.16.0", + "react-social-icons": "^6.18.0", "swiper": "^11.1.4", "web-vitals": "^4.2.1" },