From 28b78dece491cb10f2e90bb5849310fd047cdff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:20:34 +0000 Subject: [PATCH] build(deps): bump react-share from 5.1.0 to 5.1.1 Bumps [react-share](https://github.com/nygardk/react-share) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/nygardk/react-share/releases) - [Changelog](https://github.com/nygardk/react-share/blob/master/CHANGELOG.md) - [Commits](https://github.com/nygardk/react-share/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: react-share dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ae63389e..93e8ed9a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "react-hubspot-form": "^1.3.7", "react-i18next": "^15.1.1", "react-icons": "^5.3.0", - "react-share": "^5.1.0", + "react-share": "^5.1.1", "react-switch": "^7.0.0", "react-tabs": "^6.0.2", "react-use-flexsearch": "^0.1.1", @@ -25733,10 +25733,9 @@ } }, "node_modules/react-share": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-share/-/react-share-5.1.0.tgz", - "integrity": "sha512-OvyfMtj/0UzH1wi90OdHhZVJ6WUC/+IeWvBwppeZozwIGyAjQgyR0QXlHOrxVHVECqnGvcpBaFTXVrqouTieaw==", - "license": "MIT", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-share/-/react-share-5.1.1.tgz", + "integrity": "sha512-9rX6X4FiLwKi/eygTx6TWEKv0EuL15AdP6vnFMw5sA4UwTja0mgV4N3gAbkE9+5n3ry7BsBBeOnhaXbJ+jn9kQ==", "dependencies": { "classnames": "^2.3.2", "jsonp": "^0.2.1" diff --git a/package.json b/package.json index 6e16a9310..7590c2c92 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-hubspot-form": "^1.3.7", "react-i18next": "^15.1.1", "react-icons": "^5.3.0", - "react-share": "^5.1.0", + "react-share": "^5.1.1", "react-switch": "^7.0.0", "react-tabs": "^6.0.2", "react-use-flexsearch": "^0.1.1",