Skip to content

Commit 01846ed

Browse files
fix(deps): update minor and patch for gatsby-source-wikipedia (#27144)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent d41e652 commit 01846ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/gatsby-source-wikipedia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"bluebird": "^3.7.2",
33-
"node-fetch": "^2.6.0",
34-
"query-string": "^6.13.1"
33+
"node-fetch": "^2.6.1",
34+
"query-string": "^6.13.3"
3535
},
3636
"devDependencies": {
3737
"@babel/cli": "^7.11.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19333,10 +19333,10 @@ query-string@^5.0.1:
1933319333
object-assign "^4.1.0"
1933419334
strict-uri-encode "^1.0.0"
1933519335

19336-
query-string@^6.13.1, query-string@^6.5.0:
19337-
version "6.13.1"
19338-
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad"
19339-
integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA==
19336+
query-string@^6.13.1, query-string@^6.13.3, query-string@^6.5.0:
19337+
version "6.13.3"
19338+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.3.tgz#57d1c20e828b0e562d66b7f71a4998bd57f84112"
19339+
integrity sha512-dldo2oHe3sg03iPshlHw/64nkaRUJKdS0FW85kmWQkmCkqUbNdNdgkgtAufJcEpjzrx6Q9EW9Y3xqx/rM9pGhw==
1934019340
dependencies:
1934119341
decode-uri-component "^0.2.0"
1934219342
split-on-first "^1.0.0"

0 commit comments

Comments
 (0)