From 01846ed2ee30d7d56cf41689872eae96b5235bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:06:13 +0200 Subject: [PATCH] fix(deps): update minor and patch for gatsby-source-wikipedia (#27144) Co-authored-by: Renovate Bot --- packages/gatsby-source-wikipedia/package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index 252f2b4d89c90..849c240aa2541 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -30,8 +30,8 @@ "license": "MIT", "dependencies": { "bluebird": "^3.7.2", - "node-fetch": "^2.6.0", - "query-string": "^6.13.1" + "node-fetch": "^2.6.1", + "query-string": "^6.13.3" }, "devDependencies": { "@babel/cli": "^7.11.6", diff --git a/yarn.lock b/yarn.lock index 66e3158143a81..27da02398d5be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19333,10 +19333,10 @@ query-string@^5.0.1: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.13.1, query-string@^6.5.0: - version "6.13.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad" - integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA== +query-string@^6.13.1, query-string@^6.13.3, query-string@^6.5.0: + version "6.13.3" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.3.tgz#57d1c20e828b0e562d66b7f71a4998bd57f84112" + integrity sha512-dldo2oHe3sg03iPshlHw/64nkaRUJKdS0FW85kmWQkmCkqUbNdNdgkgtAufJcEpjzrx6Q9EW9Y3xqx/rM9pGhw== dependencies: decode-uri-component "^0.2.0" split-on-first "^1.0.0"