From ae5a54d402f829bda1546e54f5b364c38d8fcb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 07:12:34 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-sharp from 2.6.25 to 2.6.30 in /docs Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.25 to 2.6.30. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.6.30/packages/gatsby-plugin-sharp) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 29 ++++++++++++++++++++--------- docs/package.json | 2 +- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index aa1ace21cd2d..fc6164371f1a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10133,15 +10133,15 @@ } }, "gatsby-plugin-sharp": { - "version": "2.6.25", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.25.tgz", - "integrity": "sha512-FbEGPwYnVr4ZRC5XPLGEyrUZqaKoztBveSXqzHW4P1YNIKXxVdJV/1YbcfWrR2v5xlTu8ZQUZOIbsl9bIwhLIg==", + "version": "2.6.30", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.30.tgz", + "integrity": "sha512-CAMMd4wz0NGsnxbWEABFO/oIRp3RQgy9sN+OTNe49hMuyIV+tJGb8cePS+8h5r7E3BxYciHd+TuDsovomI18jg==", "requires": { "@babel/runtime": "^7.10.3", "async": "^2.6.3", "bluebird": "^3.7.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.15", + "gatsby-core-utils": "^1.3.18", "got": "^8.3.2", "imagemin": "^6.1.0", "imagemin-mozjpeg": "^8.0.0", @@ -10151,10 +10151,10 @@ "potrace": "^2.1.8", "probe-image-size": "^4.1.1", "progress": "^2.0.3", - "semver": "^5.7.1", + "semver": "^7.3.2", "sharp": "^0.25.1", "svgo": "1.3.2", - "uuid": "^3.4.0" + "uuid": "^8.3.0" }, "dependencies": { "@babel/runtime": { @@ -10174,17 +10174,28 @@ } }, "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==", + "version": "1.3.18", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.18.tgz", + "integrity": "sha512-B7ixQb4H0e2yB0nNfM2zshOAUw3nW9MvcNsRskVFwIPJY+ngh8Srla4XWXVMJ60Fyt103+jPVZTxGq72/u5HuQ==", "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", + "tmp": "^0.2.1", "xdg-basedir": "^4.0.0" } + }, + "semver": { + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" + }, + "uuid": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", + "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" } } }, diff --git a/docs/package.json b/docs/package.json index ecc7b9b49128..10109e18b32f 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.25", + "gatsby-plugin-sharp": "^2.6.30", "gatsby-plugin-sitemap": "^2.4.11", "gatsby-remark-autolink-headers": "^2.3.11", "gatsby-remark-copy-linked-files": "^2.3.12",