Skip to content

Commit

Permalink
fix(deps): update minor and patch dependencies for gatsby-source-word…
Browse files Browse the repository at this point in the history
…press (#35806)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
3 people committed Jun 28, 2022
1 parent de28b0a commit 40743d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"axios": "^0.21.1",
"axios-rate-limit": "^1.3.0",
"better-queue": "^3.8.10",
"cache-manager": "^3.6.1",
"cache-manager": "^3.6.3",
"cache-manager-fs-hash": "^0.0.9",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"clipboardy": "^2.3.0",
"diff": "^5.0.0",
"diff": "^5.1.0",
"dumper.js": "^1.3.1",
"execall": "^2.0.0",
"fast-json-stable-stringify": "^2.1.0",
Expand All @@ -32,7 +32,7 @@
"gatsby-plugin-utils": "^3.12.0-next.1",
"gatsby-source-filesystem": "^4.18.0-next.1",
"glob": "^7.2.3",
"got": "^11.8.3",
"got": "^11.8.5",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"p-queue": "^6.6.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6911,13 +6911,13 @@ cache-manager@^2.11.1:
lodash.clonedeep "4.5.0"
lru-cache "4.0.0"

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

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

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

dir-glob@^2.2.2:
version "2.2.2"
Expand Down

0 comments on commit 40743d1

Please sign in to comment.