From c818082c102b388b6143ff3b2584812dcae1ca74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:04:20 +0000 Subject: [PATCH] Bump react-share from 4.4.1 to 5.1.1 Bumps [react-share](https://github.com/nygardk/react-share) from 4.4.1 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/v4.4.1...v5.1.1) --- updated-dependencies: - dependency-name: react-share dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++--------- package.json | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67b90cb..7d15404 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "react-dom": "^16.14.0", "react-hot-loader": "^4.13.1", "react-icons": "^5.3.0", - "react-share": "^4.4.1", + "react-share": "^5.1.1", "react-static": "^7.6.2", "react-static-plugin-reach-router": "^7.0.10", "unitransform": "^1.0.5" @@ -12789,19 +12789,15 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "node_modules/react-share": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/react-share/-/react-share-4.4.1.tgz", - "integrity": "sha512-AJ9m9RiJssqvYg7MoJUc9J0D7b/liWrsfQ99ndKc5vJ4oVHHd4Fy87jBlKEQPibT40oYA3AQ/a9/oQY6/yaigw==", + "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" }, - "engines": { - "node": ">=6.9.0", - "npm": ">=5.0.0" - }, "peerDependencies": { - "react": "^16.3.0 || ^17 || ^18" + "react": "^17 || ^18" } }, "node_modules/react-side-effect": { diff --git a/package.json b/package.json index bb545c7..27449e1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-dom": "^16.14.0", "react-hot-loader": "^4.13.1", "react-icons": "^5.3.0", - "react-share": "^4.4.1", + "react-share": "^5.1.1", "react-static": "^7.6.2", "react-static-plugin-reach-router": "^7.0.10", "unitransform": "^1.0.5"