File tree 2 files changed +12
-12
lines changed
packages/gatsby-source-wordpress 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 15
15
"axios" : " ^0.21.1" ,
16
16
"axios-rate-limit" : " ^1.3.0" ,
17
17
"better-queue" : " ^3.8.10" ,
18
- "cache-manager" : " ^3.6.1 " ,
18
+ "cache-manager" : " ^3.6.3 " ,
19
19
"cache-manager-fs-hash" : " ^0.0.9" ,
20
20
"chalk" : " ^4.1.2" ,
21
21
"cheerio" : " ^1.0.0-rc.10" ,
22
22
"clipboardy" : " ^2.3.0" ,
23
- "diff" : " ^5.0 .0" ,
23
+ "diff" : " ^5.1 .0" ,
24
24
"dumper.js" : " ^1.3.1" ,
25
25
"execall" : " ^2.0.0" ,
26
26
"fast-json-stable-stringify" : " ^2.1.0" ,
32
32
"gatsby-plugin-utils" : " ^3.12.0-next.1" ,
33
33
"gatsby-source-filesystem" : " ^4.18.0-next.1" ,
34
34
"glob" : " ^7.2.3" ,
35
- "got" : " ^11.8.3 " ,
35
+ "got" : " ^11.8.5 " ,
36
36
"lodash" : " ^4.17.21" ,
37
37
"node-fetch" : " ^2.6.7" ,
38
38
"p-queue" : " ^6.6.2" ,
Original file line number Diff line number Diff line change @@ -6911,13 +6911,13 @@ cache-manager@^2.11.1:
6911
6911
lodash.clonedeep "4.5.0"
6912
6912
lru-cache "4.0.0"
6913
6913
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 ==
6918
6918
dependencies:
6919
6919
async "3.2.3"
6920
- lodash "^4.17.21 "
6920
+ lodash.clonedeep "^4.5.0 "
6921
6921
lru-cache "6.0.0"
6922
6922
6923
6923
cacheable-lookup@^5.0.3:
@@ -9377,10 +9377,10 @@ diff@^4.0.1:
9377
9377
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
9378
9378
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
9379
9379
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 ==
9384
9384
9385
9385
dir-glob@^2.2.2:
9386
9386
version "2.2.2"
You can’t perform that action at this time.
0 commit comments