diff --git a/package.json b/package.json index 58bacf3..b14fab8 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.17", "gatsby-remark-images": "^3.3.10", "gatsby-source-filesystem": "^2.3.11" } diff --git a/yarn.lock b/yarn.lock index 520bd7c..9722288 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.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99" 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.11, gatsby-core-utils@^1.3.5: + version "1.3.11" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.11.tgz#1eb8eb6b3efc921758d6f7ad3d07b250bae53212" 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.17: + version "2.6.17" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.17.tgz#e93f8cafb28f540c0f2d76bb3d94f79e4bdb3655" 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.11" got "^8.3.2" imagemin "^6.1.0" imagemin-mozjpeg "^8.0.0"