From 41512850a5c42a7de702649e6f4dc3b9071b2d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:02:13 +0000 Subject: [PATCH] build(deps): bump react-google-button from 0.7.2 to 0.8.0 Bumps [react-google-button](https://github.com/prescottprue/react-google-button) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/prescottprue/react-google-button/releases) - [Changelog](https://github.com/prescottprue/react-google-button/blob/main/CHANGELOG.md) - [Commits](https://github.com/prescottprue/react-google-button/compare/v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: react-google-button dependency-version: 0.8.0 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 acc756f..bf20784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react": "^18.1.0", "react-animejs": "^0.5.6", "react-dom": "^18.1.0", - "react-google-button": "^0.7.2", + "react-google-button": "^0.8.0", "react-instagram-embed": "^3.0.0", "react-router-dom": "^6.17.0", "react-scripts": "5.0.1", @@ -14373,14 +14373,14 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-google-button": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/react-google-button/-/react-google-button-0.7.2.tgz", - "integrity": "sha512-LPIqU2hIlc212kqks8MtKjRstquVkP3SIjxlK5B1nIfg2R7YqSusJAxZUkJA5dv/z6QeSuGyI9ujwV/VWMTyAA==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/react-google-button/-/react-google-button-0.8.0.tgz", + "integrity": "sha512-0u6mbDcTUmWzgXsld8FJpbrXP+zDsNQVYPIt225aBqwgJ/CdrDiep1PZOpnyntyjsejWG0TtQr6uZB4eIaXlJQ==", "dependencies": { - "prop-types": "^15.7.2" + "prop-types": "^15.8.1" }, "peerDependencies": { - "react": "*" + "react": ">= 16.8.0" } }, "node_modules/react-instagram-embed": { @@ -27699,11 +27699,11 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-google-button": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/react-google-button/-/react-google-button-0.7.2.tgz", - "integrity": "sha512-LPIqU2hIlc212kqks8MtKjRstquVkP3SIjxlK5B1nIfg2R7YqSusJAxZUkJA5dv/z6QeSuGyI9ujwV/VWMTyAA==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/react-google-button/-/react-google-button-0.8.0.tgz", + "integrity": "sha512-0u6mbDcTUmWzgXsld8FJpbrXP+zDsNQVYPIt225aBqwgJ/CdrDiep1PZOpnyntyjsejWG0TtQr6uZB4eIaXlJQ==", "requires": { - "prop-types": "^15.7.2" + "prop-types": "^15.8.1" } }, "react-instagram-embed": { diff --git a/package.json b/package.json index 011fcc2..52ebe75 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "^18.1.0", "react-animejs": "^0.5.6", "react-dom": "^18.1.0", - "react-google-button": "^0.7.2", + "react-google-button": "^0.8.0", "react-instagram-embed": "^3.0.0", "react-router-dom": "^6.17.0", "react-scripts": "5.0.1",