Skip to content

Commit 3b9695e

Browse files
fix(deps): update dependency read-chunk to v5
1 parent 47bd906 commit 3b9695e

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

packages/gatsby-source-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"node-fetch": "^2.7.0",
4040
"p-queue": "^6.6.2",
4141
"prettier": "^2.8.8",
42-
"read-chunk": "^3.2.0",
42+
"read-chunk": "^5.0.0",
4343
"replaceall": "^0.1.6",
4444
"semver": "^7.5.3",
4545
"sharp": "^0.32.6",

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19045,7 +19045,7 @@ p-try@^1.0.0:
1904519045
version "1.0.0"
1904619046
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
1904719047

19048-
p-try@^2.0.0, p-try@^2.1.0:
19048+
p-try@^2.0.0:
1904919049
version "2.2.0"
1905019050
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1905119051
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
@@ -21032,13 +21032,10 @@ react@^18.2.0:
2103221032
dependencies:
2103321033
loose-envify "^1.1.0"
2103421034

21035-
read-chunk@^3.2.0:
21036-
version "3.2.0"
21037-
resolved "https://registry.yarnpkg.com/read-chunk/-/read-chunk-3.2.0.tgz#2984afe78ca9bfbbdb74b19387bf9e86289c16ca"
21038-
integrity sha512-CEjy9LCzhmD7nUpJ1oVOE6s/hBkejlcJEgLQHVnQznOSilOPb+kpKktlLfFDK3/WP43+F80xkUTM2VOkYoSYvQ==
21039-
dependencies:
21040-
pify "^4.0.1"
21041-
with-open-file "^0.1.6"
21035+
read-chunk@^5.0.0:
21036+
version "5.0.0"
21037+
resolved "https://registry.yarnpkg.com/read-chunk/-/read-chunk-5.0.0.tgz#ed653bb18d89029bc076f7b981717c1b8b5b066b"
21038+
integrity sha512-kEiU3Y6ET/R1CEpS29aupxwGd19P4y3Y50x0CNFI5j8jowtgHBlNVLH/z5KjjBT5pxixIb7eTeIMJVKTm200cw==
2104221039

2104321040
read-cmd-shim@^1.0.1:
2104421041
version "1.0.1"
@@ -26062,15 +26059,6 @@ windows-release@^3.1.0:
2606226059
dependencies:
2606326060
execa "^1.0.0"
2606426061

26065-
with-open-file@^0.1.6:
26066-
version "0.1.7"
26067-
resolved "https://registry.yarnpkg.com/with-open-file/-/with-open-file-0.1.7.tgz#e2de8d974e8a8ae6e58886be4fe8e7465b58a729"
26068-
integrity sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA==
26069-
dependencies:
26070-
p-finally "^1.0.0"
26071-
p-try "^2.1.0"
26072-
pify "^4.0.1"
26073-
2607426062
wmf@~1.0.1:
2607526063
version "1.0.1"
2607626064
resolved "https://registry.yarnpkg.com/wmf/-/wmf-1.0.1.tgz#f8690f185651bf88d39f0a21ae3e51bb1ec9fae9"

0 commit comments

Comments
 (0)