diff --git a/docs/package-lock.json b/docs/package-lock.json index 2eb7b43f0c35..42fc8dd4bd45 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9492,15 +9492,15 @@ } }, "gatsby-plugin-sharp": { - "version": "2.6.24", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.24.tgz", - "integrity": "sha512-tMcfnT4clBMv4Sok4sUvP7k+EIGKvQ9o8XGUT7QmKO/dybdXGhmH6N2jdSeL2Zt9xZliW5lxK5eLBTt5dH+VjQ==", + "version": "2.6.25", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.25.tgz", + "integrity": "sha512-FbEGPwYnVr4ZRC5XPLGEyrUZqaKoztBveSXqzHW4P1YNIKXxVdJV/1YbcfWrR2v5xlTu8ZQUZOIbsl9bIwhLIg==", "requires": { "@babel/runtime": "^7.10.3", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.14", + "gatsby-core-utils": "^1.3.15", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -9517,9 +9517,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz", - "integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -9531,6 +9531,19 @@ "requires": { "lodash": "^4.17.14" } + }, + "gatsby-core-utils": { + "version": "1.3.15", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz", + "integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "xdg-basedir": "^4.0.0" + } } } }, diff --git a/docs/package.json b/docs/package.json index 6a6671fb9742..eea556312fad 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,7 @@ "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-robots-txt": "^1.5.1", - "gatsby-plugin-sharp": "^2.6.24", + "gatsby-plugin-sharp": "^2.6.25", "gatsby-plugin-sitemap": "^2.4.11", "gatsby-remark-autolink-headers": "^2.3.11", "gatsby-remark-copy-linked-files": "^2.3.12",