From 6a572ce8a4b9c08cbf8ebf97ac489b148a9f3da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:09:12 +0000 Subject: [PATCH] chore(deps): Bump react-github-btn from 1.2.2 to 1.4.0 Bumps [react-github-btn](https://github.com/buttons/react-github-btn) from 1.2.2 to 1.4.0. - [Commits](https://github.com/buttons/react-github-btn/compare/v1.2.2...v1.4.0) --- updated-dependencies: - dependency-name: react-github-btn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/demo/package.json b/demo/package.json index 19d2ac384e..497f1cb00a 100644 --- a/demo/package.json +++ b/demo/package.json @@ -15,7 +15,7 @@ "history": "^5.0.0", "react": "16.14.0", "react-dom": "16.14.0", - "react-github-btn": "1.2.2", + "react-github-btn": "1.4.0", "react-router-dom": "6.0.0-beta.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6bff507a20..42d7a20978 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11749,10 +11749,10 @@ gitconfiglocal@^1.0.0: dependencies: ini "^1.3.2" -github-buttons@^2.21.1: - version "2.21.1" - resolved "https://registry.yarnpkg.com/github-buttons/-/github-buttons-2.21.1.tgz#9e55eb83b70c9149a21c235db2e971c53d4d98a2" - integrity sha512-n9bCQ8sj+5oX1YH5NeyWGbAclRDtHEhMBzqw2ctsWpdEHOwVgfruRu0VIVy01Ah10dd/iFajMHYU71L7IBWBOw== +github-buttons@^2.22.0: + version "2.27.0" + resolved "https://registry.yarnpkg.com/github-buttons/-/github-buttons-2.27.0.tgz#bbebea3d1c4f8c302b7d8432fd25a679242597e2" + integrity sha512-PmfRMI2Rttg/2jDfKBeSl621sEznrsKF019SuoLdoNlO7qRUZaOyEI5Li4uW+79pVqnDtKfIEVuHTIJ5lgy64w== github-slugger@^1.0.0, github-slugger@^1.3.0: version "1.4.0" @@ -19121,12 +19121,12 @@ react-fast-compare@^3.2.0: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-github-btn@1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/react-github-btn/-/react-github-btn-1.2.2.tgz#9aab2498ff311b9f9c448a2d2b902d0277037d5c" - integrity sha512-X4IcX2qwaLciSa4wcUsrFgF2PcT+ukMbZZRBT50ZvO2HJMyqQJNYNHErCN2R0sgZfSFQHUuUHlGndF15VQUhPA== +react-github-btn@1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/react-github-btn/-/react-github-btn-1.4.0.tgz#92654107e92658e60dd977c7a92b212f806da78d" + integrity sha512-lV4FYClAfjWnBfv0iNlJUGhamDgIq6TayD0kPZED6VzHWdpcHmPfsYOZ/CFwLfPv4Zp+F4m8QKTj0oy2HjiGXg== dependencies: - github-buttons "^2.21.1" + github-buttons "^2.22.0" react-is@18.1.0: version "18.1.0"