From e80e1240fe43e9aeac0bbdff9224b4249746e517 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Aug 2019 21:42:09 +0000 Subject: [PATCH] Update dependency react-github-btn to v1.0.6 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a99cb5..d1e20f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4664,9 +4664,9 @@ } }, "github-buttons": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/github-buttons/-/github-buttons-2.2.9.tgz", - "integrity": "sha512-G/UGx6GKUL3747gTUULGGqWDjKANVbLCnCHdYMqf1iUGYxIj+wMHK9WG4e4J/V0bG03auI4o6bZJQf7IjHyE1A==" + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/github-buttons/-/github-buttons-2.2.10.tgz", + "integrity": "sha512-hkcYkzru6yq33FZleeiryFxR62uDdqHJMQeNiUeh03uHpCSGGdpq3V9RKH7+Xa0pjyce+ftNTx4C3CgO/Auw2A==" }, "glob": { "version": "7.1.3", @@ -7922,11 +7922,11 @@ } }, "react-github-btn": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/react-github-btn/-/react-github-btn-1.0.5.tgz", - "integrity": "sha512-wE3s2e3Rrs6I9n2TDdBSUzTQXJy68EetFBxrYPosAVp/OSP5DwI9u/npf/Eu0/Uww1pTh60yvYO2wOS63HihkQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/react-github-btn/-/react-github-btn-1.0.6.tgz", + "integrity": "sha512-E1G8SZpdApiI1/QT0K9/R+nBMjhC/QQtzn9/n8b+VOJx0M34rTjuKJYlJA+G5pP8O0kVLXMBx/H0UkznONOhLg==", "requires": { - "github-buttons": "^2.2.9" + "github-buttons": "^2.2.10" } }, "react-is": { diff --git a/package.json b/package.json index 39b6e70..195a502 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "monaco-editor": "0.17.1", "react": "16.8.6", "react-dom": "16.8.6", - "react-github-btn": "1.0.5", + "react-github-btn": "1.0.6", "react-loader-spinner": "2.3.0", "react-markdown": "4.1.0", "react-monaco-editor": "0.26.2",