build(deps): bump gatsby-plugin-sharp from 4.6.0 to 4.9.0 in /docs (#2636)

Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.6.0 to 4.9.0.
- [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@4.9.0/packages/gatsby-plugin-sharp)

---
updated-dependencies:
- dependency-name: gatsby-plugin-sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-02 16:46:44 +08:00 committed by GitHub
parent f8b97f08e6
commit 23d49122af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 94 additions and 20 deletions

112
docs/package-lock.json generated
View File

@ -27,7 +27,7 @@
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-remark-autolink-headers": "^5.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
@ -12898,19 +12898,19 @@
}
},
"node_modules/gatsby-plugin-sharp": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.6.0.tgz",
"integrity": "sha512-7n8BQYz+p0PhpVe4Z4Q4WNUaBTjAqOk1/1g6gNhKEzLA2zYmytLsINd+fTg4nb7Rqd2crpteFUOK1iZJAzjfXg==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.9.0.tgz",
"integrity": "sha512-65JcqL11kyecTDYl3uZ/SvBI2FRJgSC7JTxzoV1ZOJkNQpn4nRLRUFL5UTijnnwU9+tba3i6gxKtZEAlE94pcA==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"async": "^3.2.2",
"async": "^3.2.3",
"bluebird": "^3.7.2",
"debug": "^4.3.1",
"debug": "^4.3.3",
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-plugin-utils": "^3.0.0",
"gatsby-telemetry": "^3.6.0",
"gatsby-core-utils": "^3.9.0",
"gatsby-plugin-utils": "^3.3.0",
"gatsby-telemetry": "^3.9.0",
"got": "^11.8.3",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.3",
@ -12918,7 +12918,7 @@
"probe-image-size": "^6.0.0",
"progress": "^2.0.3",
"semver": "^7.3.5",
"sharp": "^0.29.3",
"sharp": "^0.30.1",
"svgo": "1.3.2",
"uuid": "3.4.0"
},
@ -12934,6 +12934,30 @@
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
},
"node_modules/gatsby-plugin-sharp/node_modules/debug": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/gatsby-plugin-sharp/node_modules/detect-libc": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz",
"integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==",
"engines": {
"node": ">=8"
}
},
"node_modules/gatsby-plugin-sharp/node_modules/fs-extra": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
@ -12972,6 +12996,28 @@
"node": ">=10"
}
},
"node_modules/gatsby-plugin-sharp/node_modules/sharp": {
"version": "0.30.1",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.1.tgz",
"integrity": "sha512-ycpz81q8AeVjz1pGvvirQBeJcYE2sXAjcLXR/69LWOe/oxavBLOrenZcTzvTXn83jqAGqY+OuwF+2kFXzbKtDA==",
"hasInstallScript": true,
"dependencies": {
"color": "^4.2.0",
"detect-libc": "^2.0.0",
"node-addon-api": "^4.3.0",
"prebuild-install": "^7.0.1",
"semver": "^7.3.5",
"simple-get": "^4.0.1",
"tar-fs": "^2.1.1",
"tunnel-agent": "^0.6.0"
},
"engines": {
"node": ">=12.13.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
}
},
"node_modules/gatsby-plugin-sharp/node_modules/universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
@ -35513,19 +35559,19 @@
}
},
"gatsby-plugin-sharp": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.6.0.tgz",
"integrity": "sha512-7n8BQYz+p0PhpVe4Z4Q4WNUaBTjAqOk1/1g6gNhKEzLA2zYmytLsINd+fTg4nb7Rqd2crpteFUOK1iZJAzjfXg==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.9.0.tgz",
"integrity": "sha512-65JcqL11kyecTDYl3uZ/SvBI2FRJgSC7JTxzoV1ZOJkNQpn4nRLRUFL5UTijnnwU9+tba3i6gxKtZEAlE94pcA==",
"requires": {
"@babel/runtime": "^7.15.4",
"async": "^3.2.2",
"async": "^3.2.3",
"bluebird": "^3.7.2",
"debug": "^4.3.1",
"debug": "^4.3.3",
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-plugin-utils": "^3.0.0",
"gatsby-telemetry": "^3.6.0",
"gatsby-core-utils": "^3.9.0",
"gatsby-plugin-utils": "^3.3.0",
"gatsby-telemetry": "^3.9.0",
"got": "^11.8.3",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.3",
@ -35533,7 +35579,7 @@
"probe-image-size": "^6.0.0",
"progress": "^2.0.3",
"semver": "^7.3.5",
"sharp": "^0.29.3",
"sharp": "^0.30.1",
"svgo": "1.3.2",
"uuid": "3.4.0"
},
@ -35543,6 +35589,19 @@
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
},
"debug": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
"requires": {
"ms": "2.1.2"
}
},
"detect-libc": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz",
"integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w=="
},
"fs-extra": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
@ -35570,6 +35629,21 @@
"lru-cache": "^6.0.0"
}
},
"sharp": {
"version": "0.30.1",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.1.tgz",
"integrity": "sha512-ycpz81q8AeVjz1pGvvirQBeJcYE2sXAjcLXR/69LWOe/oxavBLOrenZcTzvTXn83jqAGqY+OuwF+2kFXzbKtDA==",
"requires": {
"color": "^4.2.0",
"detect-libc": "^2.0.0",
"node-addon-api": "^4.3.0",
"prebuild-install": "^7.0.1",
"semver": "^7.3.5",
"simple-get": "^4.0.1",
"tar-fs": "^2.1.1",
"tunnel-agent": "^0.6.0"
}
},
"universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",

View File

@ -24,7 +24,7 @@
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-remark-autolink-headers": "^5.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",