From daaa979c99323a9aad0690588e9b5e1e626f97a4 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Wed, 3 Jul 2019 16:20:30 -0300 Subject: [PATCH 1/5] Remove request for image - we do not need to request it and if there is none it throws an error --- webapp/graphql/PostMutations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/graphql/PostMutations.js b/webapp/graphql/PostMutations.js index dba8d32a5..e1164bb5a 100644 --- a/webapp/graphql/PostMutations.js +++ b/webapp/graphql/PostMutations.js @@ -50,7 +50,6 @@ export default () => { content contentExcerpt language - image } } `, From 450555f6588be5c3a0b48904f3e16d55f6422b19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 04:29:12 +0000 Subject: [PATCH 2/5] Bump eslint-loader from 2.1.2 to 2.2.0 in /webapp Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/webpack-contrib/eslint-loader/releases) - [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/eslint-loader/compare/2.1.2...v2.2.0) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index ab5f3a5fe..3b7b47baf 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -93,7 +93,7 @@ "eslint": "~5.16.0", "eslint-config-prettier": "~6.0.0", "eslint-config-standard": "~12.0.0", - "eslint-loader": "~2.1.2", + "eslint-loader": "~2.2.0", "eslint-plugin-import": "~2.18.0", "eslint-plugin-jest": "~22.7.1", "eslint-plugin-node": "~9.1.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 7162319c4..e70cd9003 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -4256,10 +4256,10 @@ eslint-import-resolver-node@^0.3.2: debug "^2.6.9" resolve "^1.5.0" -eslint-loader@~2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.1.2.tgz#453542a1230d6ffac90e4e7cb9cadba9d851be68" - integrity sha512-rA9XiXEOilLYPOIInvVH5S/hYfyTPyxag6DZhoQOduM+3TkghAEQ3VcFO8VnX4J4qg/UIBzp72aOf/xvYmpmsg== +eslint-loader@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.2.0.tgz#e2322b46fc5584ebbffd13c78089cd27d63565a9" + integrity sha512-O7zOQw6HS1t8H08O8DsAXPccSIu3xduku/aqdjQwPHp/NzIT/nwwkq+Ly5EtGfXo931/yTwiCuB9kjg/0D2sTg== dependencies: loader-fs-cache "^1.0.0" loader-utils "^1.0.2" From 842df067547359ab3f6341ca7ab3c6c9c2e300c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 04:30:49 +0000 Subject: [PATCH 3/5] Bump @vue/cli-shared-utils from 3.8.0 to 3.9.0 in /webapp Bumps [@vue/cli-shared-utils](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-shared-utils) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/v3.9.0/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v3.9.0/packages/@vue/cli-shared-utils) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index ab5f3a5fe..d2e70bc95 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -83,7 +83,7 @@ "@babel/core": "~7.4.5", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "~7.4.5", - "@vue/cli-shared-utils": "~3.8.0", + "@vue/cli-shared-utils": "~3.9.0", "@vue/eslint-config-prettier": "~4.0.1", "@vue/server-test-utils": "~1.0.0-beta.29", "@vue/test-utils": "~1.0.0-beta.29", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 7162319c4..8e00d9911 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1481,10 +1481,10 @@ "@vue/babel-plugin-transform-vue-jsx" "^1.0.0" camelcase "^5.0.0" -"@vue/cli-shared-utils@~3.8.0": - version "3.8.0" - resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-3.8.0.tgz#e7e728164eb92bd9e205fcd08dae896ee79cba5a" - integrity sha512-wn1L8pmQnotfftHOYm0VeXs2+cQTySd73uhWXwyO6pT0ehjqlY5c2RTipClmFF3Q+YCYjwlNpsV650F3l1tV8w== +"@vue/cli-shared-utils@~3.9.0": + version "3.9.0" + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-3.9.0.tgz#cb56a443bf763a873849a11d07e9e7638aa16cc2" + integrity sha512-wumeMZTz5aQ+1Y6uxTKegIsgOXEWT3hT8f9sW2mj5SwNDVyQ+AHZTgSynYExTUJg3dH81uKgFDUpPdAvGxzh8g== dependencies: "@hapi/joi" "^15.0.1" chalk "^2.4.1" @@ -9739,12 +9739,7 @@ semver-diff@^2.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b" integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA== -semver@^6.0.0, semver@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.0.tgz#e95dc415d45ecf03f2f9f83b264a6b11f49c0cca" - integrity sha512-kCqEOOHoBcFs/2Ccuk4Xarm/KiWRSLEX9CAZF8xkJ6ZPlIoTZ8V5f7J16vYLJqDbR7KrxTJpR2lqjIEm2Qx9cQ== - -semver@^6.1.1: +semver@^6.0.0, semver@^6.1.0, semver@^6.1.1: version "6.1.1" resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b" integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ== From 7fbf634ff477d40f72d2825dc71d7d6496eb22f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 10:20:38 +0000 Subject: [PATCH 4/5] Bump graphql from 14.4.0 to 14.4.2 in /backend Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.0 to 14.4.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.0...v14.4.2) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 5ce312c11..88726f959 100644 --- a/backend/package.json +++ b/backend/package.json @@ -58,7 +58,7 @@ "dotenv": "~8.0.0", "express": "~4.17.1", "faker": "Marak/faker.js#master", - "graphql": "~14.4.0", + "graphql": "~14.4.2", "graphql-custom-directives": "~0.2.14", "graphql-iso-date": "~3.6.1", "graphql-middleware": "~3.0.2", diff --git a/backend/yarn.lock b/backend/yarn.lock index fa3041312..e0098c448 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -3973,10 +3973,10 @@ graphql-yoga@~1.18.0: graphql-upload "^8.0.0" subscriptions-transport-ws "^0.9.8" -"graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0", graphql@^14.2.1, graphql@~14.4.0: - version "14.4.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.0.tgz#e97086acfc0338e4fdc8f7dba519c6b8a6badfd9" - integrity sha512-E55z1oK6e4cGxCqlSsRWytYDPcIUxky3XkbuQUf6TIjCmn6C7CuBJpmkMF1066q95yPAGOZVPTVT7jABKbRFSA== +"graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0", graphql@^14.2.1, graphql@~14.4.2: + version "14.4.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3" + integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ== dependencies: iterall "^1.2.2" From de6a57ebe71aff5486cd42066cb89ac0a0879dc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 10:20:48 +0000 Subject: [PATCH 5/5] Bump graphql from 14.4.0 to 14.4.2 in /webapp Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.0 to 14.4.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.0...v14.4.2) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index ab5f3a5fe..4515fdce9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -62,7 +62,7 @@ "cross-env": "~5.2.0", "date-fns": "2.0.0-beta.2", "express": "~4.17.1", - "graphql": "~14.4.0", + "graphql": "~14.4.2", "jsonwebtoken": "~8.5.1", "linkify-it": "~2.1.0", "nuxt": "~2.8.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 7162319c4..c5799a28b 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -5216,10 +5216,10 @@ graphql-upload@^8.0.2: http-errors "^1.7.2" object-path "^0.11.4" -graphql@^14.1.1, graphql@~14.4.0: - version "14.4.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.0.tgz#e97086acfc0338e4fdc8f7dba519c6b8a6badfd9" - integrity sha512-E55z1oK6e4cGxCqlSsRWytYDPcIUxky3XkbuQUf6TIjCmn6C7CuBJpmkMF1066q95yPAGOZVPTVT7jABKbRFSA== +graphql@^14.1.1, graphql@~14.4.2: + version "14.4.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3" + integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ== dependencies: iterall "^1.2.2"