Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-source-wikipedia (#27144)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 28, 2020
1 parent d41e652 commit 01846ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-source-wikipedia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 01846ed

Please sign in to comment.