Skip to content

Commit 40743d1

Browse files
renovate[bot]renovate-botLekoArts
authored
fix(deps): update minor and patch dependencies for gatsby-source-wordpress (#35806)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Lennart <[email protected]>
1 parent de28b0a commit 40743d1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/gatsby-source-wordpress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"axios": "^0.21.1",
1616
"axios-rate-limit": "^1.3.0",
1717
"better-queue": "^3.8.10",
18-
"cache-manager": "^3.6.1",
18+
"cache-manager": "^3.6.3",
1919
"cache-manager-fs-hash": "^0.0.9",
2020
"chalk": "^4.1.2",
2121
"cheerio": "^1.0.0-rc.10",
2222
"clipboardy": "^2.3.0",
23-
"diff": "^5.0.0",
23+
"diff": "^5.1.0",
2424
"dumper.js": "^1.3.1",
2525
"execall": "^2.0.0",
2626
"fast-json-stable-stringify": "^2.1.0",
@@ -32,7 +32,7 @@
3232
"gatsby-plugin-utils": "^3.12.0-next.1",
3333
"gatsby-source-filesystem": "^4.18.0-next.1",
3434
"glob": "^7.2.3",
35-
"got": "^11.8.3",
35+
"got": "^11.8.5",
3636
"lodash": "^4.17.21",
3737
"node-fetch": "^2.6.7",
3838
"p-queue": "^6.6.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6911,13 +6911,13 @@ cache-manager@^2.11.1:
69116911
lodash.clonedeep "4.5.0"
69126912
lru-cache "4.0.0"
69136913

6914-
cache-manager@^3.6.1:
6915-
version "3.6.1"
6916-
resolved "https://registry.yarnpkg.com/cache-manager/-/cache-manager-3.6.1.tgz#44f93b7a42265cb653cdebcffc311b5bdfb62596"
6917-
integrity sha512-jxJvGYhN5dUgpriAdsDnnYbKse4dEXI5i3XpwTfPq5utPtXH1uYXWyGLHGlbSlh9Vq4ytrgAUVwY+IodNeKigA==
6914+
cache-manager@^3.6.3:
6915+
version "3.6.3"
6916+
resolved "https://registry.yarnpkg.com/cache-manager/-/cache-manager-3.6.3.tgz#48052f3cf9ee4bac1cbb6adeedd69faf9da4ec04"
6917+
integrity sha512-dS4DnV6c6cQcVH5OxzIU1XZaACXwvVIiUPkFytnRmLOACuBGv3GQgRQ1RJGRRw4/9DF14ZK2RFlZu1TUgDniMg==
69186918
dependencies:
69196919
async "3.2.3"
6920-
lodash "^4.17.21"
6920+
lodash.clonedeep "^4.5.0"
69216921
lru-cache "6.0.0"
69226922

69236923
cacheable-lookup@^5.0.3:
@@ -9377,10 +9377,10 @@ diff@^4.0.1:
93779377
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
93789378
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
93799379

9380-
diff@^5.0.0:
9381-
version "5.0.0"
9382-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
9383-
integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
9380+
diff@^5.1.0:
9381+
version "5.1.0"
9382+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40"
9383+
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
93849384

93859385
dir-glob@^2.2.2:
93869386
version "2.2.2"

0 commit comments

Comments
 (0)