diff --git a/yarn.lock b/yarn.lock index 3025f1fcc2..26d6b63230 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10642,10 +10642,10 @@ gatsby-cli@^2.12.44: yargs "^15.3.1" yurnalist "^1.1.2" -gatsby-core-utils@^1.3.4: - version "1.3.4" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.4.tgz#a3adc461dc90e55b8aef03d9c4440c2018f7e06c" - integrity sha512-LSNwM14pKQP93Qvsa13pneHKxoKX6dbQ+Z7PTKm6aWR4JY+jiHUCN8RyFH1GsL6iB5AHeMUslJZx/X0eUQJrsQ== +gatsby-core-utils@^1.3.4, gatsby-core-utils@^1.3.5: + version "1.3.5" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.5.tgz#3c8f2dc940cec6570d1317f02ba028f327d1e773" + integrity sha512-kbwJ5BeQ8OixJVuBb1AGRL6vdkFz9nFBa6gXqjQ6AAXHhYDrjOYrRMIENT1QLoabWo6tlh0Hyl1agfWaQwW8lg== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -10731,13 +10731,13 @@ gatsby-plugin-manifest@^2.4.9: sharp "^0.25.1" gatsby-plugin-offline@^3.2.7: - version "3.2.8" - resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.8.tgz#8a18595b988f7fcc16515ef75302f166a61876f3" - integrity sha512-KznGM+WN0SbLcZKWH7/ltOBSj6pZOeGi420Tz/HZPI+4tVA5Gie1yt1dcr+hu7N465oMZNOpm8FtC4UEBlLMag== + version "3.2.9" + resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.9.tgz#23cb90ace60ea586f0b9c62e4f37806e5f00e2a3" + integrity sha512-AyW0DDdyqlSrseMlEcyPWxLAGGWFLNP2psP6WeuSifEQJrNIFV5FHU3prd925jXYW+aJ84qjLjKDDvNN/6c8xw== dependencies: "@babel/runtime" "^7.10.2" cheerio "^1.0.0-rc.3" - gatsby-core-utils "^1.3.4" + gatsby-core-utils "^1.3.5" glob "^7.1.6" idb-keyval "^3.2.0" lodash "^4.17.15"