From 4692aa8d9ba20bbeb1c1bcaa0733ab6407d13457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Thu, 7 Feb 2019 03:29:10 +0900 Subject: [PATCH 1/3] Update README.md [AUTOGEN] (#4172) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c6436b0f..8d2fc7b80 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). Takumi Sugita nemu YUKIMOCHI +Damillora Acid Chicken natalie Hiratake @@ -124,6 +125,7 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). Takumi Sugita nemu YUKIMOCHI +Damillora Acid Chicken natalie Hiratake @@ -140,7 +142,7 @@ Please see the [Contribution Guide](./CONTRIBUTING.md). Takashi Shibuya -**Last updated:** Sun, 03 Feb 2019 10:13:06 UTC +**Last updated:** Wed, 06 Feb 2019 18:18:05 UTC :four_leaf_clover: Copyright From 20ef3628541a3eb18a72aa53428b126206cff3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 6 Feb 2019 20:15:49 +0000 Subject: [PATCH 2/3] Update tslint requirement from 5.12.0 to 5.12.1 Updates the requirements on [tslint](https://github.com/palantir/tslint) to permit the latest version. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/palantir/tslint/commits/5.12.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6afc39123..ba6022359 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "tmp": "0.0.33", "ts-loader": "5.3.3", "ts-node": "7.0.1", - "tslint": "5.12.0", + "tslint": "5.12.1", "tslint-sonarts": "1.9.0", "typescript": "3.2.4", "typescript-eslint-parser": "21.0.2", From 2c6e6275aabf3464aa8fec1448ed84466fe924e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 6 Feb 2019 20:24:43 +0000 Subject: [PATCH 3/3] Update @fortawesome/free-brands-svg-icons requirement Updates the requirements on [@fortawesome/free-brands-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.7.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6afc39123..4e76c4d24 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.14", - "@fortawesome/free-brands-svg-icons": "5.6.3", + "@fortawesome/free-brands-svg-icons": "5.7.1", "@fortawesome/free-regular-svg-icons": "5.7.0", "@fortawesome/free-solid-svg-icons": "5.6.3", "@fortawesome/vue-fontawesome": "0.1.5",