diff --git a/package.json b/package.json index 58bacf3..6b8a778 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/mrmartineau/gatsby-starter-code-notes/issues" }, "devDependencies": { - "gatsby-plugin-sharp": "^2.6.11", + "gatsby-plugin-sharp": "^2.6.14", "gatsby-remark-images": "^3.3.10", "gatsby-source-filesystem": "^2.3.11" } diff --git a/yarn.lock b/yarn.lock index 520bd7c..8005088 100644 --- a/yarn.lock +++ b/yarn.lock @@ -845,9 +845,9 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": - version "7.10.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": + version "7.10.3" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364" dependencies: regenerator-runtime "^0.13.4" @@ -6391,9 +6391,9 @@ gatsby-cli@^2.12.45: yargs "^15.3.1" yurnalist "^1.1.2" -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" +gatsby-core-utils@^1.3.5, gatsby-core-utils@^1.3.8: + version "1.3.8" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.8.tgz#e6d15d8cb24fa7e16a0af01a5e262ac9c4f31913" dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -6543,15 +6543,15 @@ gatsby-plugin-redirects@^1.0.0: dependencies: gatsby-plugin-meta-redirect "^1.1.1" -gatsby-plugin-sharp@^2.6.11: - version "2.6.11" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.11.tgz#5a4327306c381c6fd3ae3954ae0628fba85d6683" +gatsby-plugin-sharp@^2.6.14: + version "2.6.14" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.14.tgz#92b1e69a57dcbd316570ccfc58ab4e03bfa252c4" dependencies: - "@babel/runtime" "^7.10.2" + "@babel/runtime" "^7.10.3" async "^2.6.3" bluebird "^3.7.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.5" + gatsby-core-utils "^1.3.8" got "^8.3.2" imagemin "^6.1.0" imagemin-mozjpeg "^8.0.0"