From e8d0568a1105596351d89d141fc4660adb18472b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com>
Date: Sun, 27 Jan 2019 16:45:36 +0900
Subject: [PATCH] Update @fortawesome/free-regular-svg-icons requirement
 (#3963)

Updates the requirements on [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) to permit the latest version.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/5.6.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a004c1b9d..52456ad8c 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
 	"dependencies": {
 		"@fortawesome/fontawesome-svg-core": "1.2.12",
 		"@fortawesome/free-brands-svg-icons": "5.6.3",
-		"@fortawesome/free-regular-svg-icons": "5.5.0",
+		"@fortawesome/free-regular-svg-icons": "5.6.3",
 		"@fortawesome/free-solid-svg-icons": "5.6.3",
 		"@fortawesome/vue-fontawesome": "0.1.5",
 		"@koa/cors": "2.2.3",