From 30aaeb2611456ceecb059e2e2c771fe4012d38a7 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Sun, 17 Dec 2017 16:21:25 +0000 Subject: [PATCH 1/5] Update eslint-plugin-prettier from 2.3.1 to 2.4.0 in / --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 93b7295d1555..0ff4b87d1340 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-jest": "^21.5.0", "eslint-plugin-json": "^1.2.0", "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-prettier": "^2.2.0", + "eslint-plugin-prettier": "^2.4.0", "eslint-plugin-react": "^7.5.1", "gh-pages": "^1.1.0", "github-release-from-changelog": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 6fb453918b65..7b2803080830 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3944,9 +3944,9 @@ eslint-plugin-jsx-a11y@^6.0.3: emoji-regex "^6.1.0" jsx-ast-utils "^2.0.0" -eslint-plugin-prettier@^2.2.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.3.1.tgz#e7a746c67e716f335274b88295a9ead9f544e44d" +eslint-plugin-prettier@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.4.0.tgz#85cab0775c6d5e3344ef01e78d960f166fb93aae" dependencies: fast-diff "^1.1.1" jest-docblock "^21.0.0" From 28ec9e343a6786a7ebb5eaa2ffdf4f41242d1023 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Sun, 17 Dec 2017 16:22:38 +0000 Subject: [PATCH 2/5] Update graphql from 0.11.7 to 0.12.3 in addons/graphql --- addons/graphql/package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/graphql/package.json b/addons/graphql/package.json index 162ee14ce6ec..93c27fcdab4d 100644 --- a/addons/graphql/package.json +++ b/addons/graphql/package.json @@ -23,7 +23,7 @@ "dependencies": { "global": "^4.3.2", "graphiql": "^0.11.10", - "graphql": "^0.11.7", + "graphql": "^0.12.3", "prop-types": "^15.6.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 7b2803080830..0e7df9156e68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5140,9 +5140,9 @@ graphql@^0.10.1: dependencies: iterall "^1.1.0" -graphql@^0.11.7: - version "0.11.7" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6" +graphql@^0.12.3: + version "0.12.3" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07" dependencies: iterall "1.1.3" From 0895c1dc12c15257a4cbef71d8e2c41320ce52d2 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Sun, 17 Dec 2017 16:23:54 +0000 Subject: [PATCH 3/5] Update moment from 2.19.4 to 2.20.0 in addons/knobs --- addons/knobs/package.json | 2 +- yarn.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/addons/knobs/package.json b/addons/knobs/package.json index bbdeb207676a..a4a795bdc567 100644 --- a/addons/knobs/package.json +++ b/addons/knobs/package.json @@ -20,7 +20,7 @@ "global": "^4.3.2", "insert-css": "^2.0.0", "lodash.debounce": "^4.0.8", - "moment": "^2.19.4", + "moment": "^2.20.0", "prop-types": "^15.6.0", "react-color": "^2.11.4", "react-datetime": "^2.11.1", diff --git a/yarn.lock b/yarn.lock index 0e7df9156e68..764ba9011bbf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7712,6 +7712,10 @@ moment@^2.19.4: version "2.19.4" resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.4.tgz#17e5e2c6ead8819c8ecfad83a0acccb312e94682" +moment@^2.20.0: + version "2.20.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.20.0.tgz#53396358994dd3a551e966a66af715ecb6c30ad0" + moment@^2.6.0: version "2.19.2" resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.2.tgz#8a7f774c95a64550b4c7ebd496683908f9419dbe" From 231c731b3e89bbec7bcaae4dd426e0fcbe2daacd Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Sun, 17 Dec 2017 16:25:13 +0000 Subject: [PATCH 4/5] Update ws from 3.3.2 to 3.3.3 in app/react-native --- app/react-native/package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/react-native/package.json b/app/react-native/package.json index 20f141c9d423..215dcefc77bc 100644 --- a/app/react-native/package.json +++ b/app/react-native/package.json @@ -68,7 +68,7 @@ "webpack": "^3.10.0", "webpack-dev-middleware": "^1.12.2", "webpack-hot-middleware": "^2.21.0", - "ws": "^3.3.2" + "ws": "^3.3.3" }, "devDependencies": { "react-native": "^0.51.0" diff --git a/yarn.lock b/yarn.lock index 764ba9011bbf..2f1d4722d2bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12144,9 +12144,9 @@ ws@^3.0.0: safe-buffer "~5.1.0" ultron "~1.1.0" -ws@^3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.2.tgz#96c1d08b3fefda1d5c1e33700d3bfaa9be2d5608" +ws@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2" dependencies: async-limiter "~1.0.0" safe-buffer "~5.1.0" From 5e330152f9324a1b2e6402498d989e9a65defe6b Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Sun, 17 Dec 2017 16:26:41 +0000 Subject: [PATCH 5/5] Update moment from 2.19.4 to 2.20.0 in addons/comments --- addons/comments/package.json | 2 +- yarn.lock | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/addons/comments/package.json b/addons/comments/package.json index 5606b71e24be..a72587b3ffdd 100644 --- a/addons/comments/package.json +++ b/addons/comments/package.json @@ -30,7 +30,7 @@ "global": "^4.3.2", "insert-css": "^2.0.0", "marked": "^0.3.7", - "moment": "^2.19.4", + "moment": "^2.20.0", "prop-types": "^15.6.0", "react-render-html": "^0.6.0", "react-textarea-autosize": "^5.2.1" diff --git a/yarn.lock b/yarn.lock index 2f1d4722d2bd..e65cdc0043c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7708,10 +7708,6 @@ modify-values@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2" -moment@^2.19.4: - version "2.19.4" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.4.tgz#17e5e2c6ead8819c8ecfad83a0acccb312e94682" - moment@^2.20.0: version "2.20.0" resolved "https://registry.yarnpkg.com/moment/-/moment-2.20.0.tgz#53396358994dd3a551e966a66af715ecb6c30ad0"