mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-31 09:07:38 +01:00
Bump gatsby-plugin-sharp from 4.3.0 to 4.4.0 (#737)
Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.3.0 to 4.4.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.4.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:
parent
e056e2ddd2
commit
071c935bb2
94
package-lock.json
generated
94
package-lock.json
generated
@ -20,7 +20,7 @@
|
||||
"gatsby-plugin-matomo": "^0.11.0",
|
||||
"gatsby-plugin-offline": "^5.3.0",
|
||||
"gatsby-plugin-react-helmet": "^5.3.0",
|
||||
"gatsby-plugin-sharp": "^4.3.0",
|
||||
"gatsby-plugin-sharp": "^4.4.0",
|
||||
"gatsby-plugin-sitemap": "^5.3.0",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-plugin-webpack-size": "^2.0.1",
|
||||
@ -10872,16 +10872,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-core-utils": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.3.0.tgz",
|
||||
"integrity": "sha512-Mr90+2T5mUie2fCkQS3dM6oHzTyt1vLbpJ2nU2OsdF95LHnLBt0kDgK+qEIuz7Ypr91gFN8y2HoP08vuokq7ZQ==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.4.0.tgz",
|
||||
"integrity": "sha512-dYQpyo1BLGJzxQOXgGs1Fbj7jzGj5cKAIPYz2hz2l4Aus6skwjjaUlOjZlrWIahNHoLkx3mH0f5y6E8205T/aQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"file-type": "^16.5.3",
|
||||
"fs-extra": "^10.0.0",
|
||||
"got": "^11.8.2",
|
||||
"got": "^11.8.3",
|
||||
"node-object-hash": "^2.3.10",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"tmp": "^0.2.1",
|
||||
@ -11124,26 +11124,26 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-sharp": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.3.0.tgz",
|
||||
"integrity": "sha512-XCHpIQmXa3iH36vxSbedTboImbngEaom+T2UEovURIh/W/4gJN5UwhMtKbXvnNtI1eQ9/ndMJALwzltzHeFyPg==",
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.4.0.tgz",
|
||||
"integrity": "sha512-X2Syc6YfOD2O+5A2Lrd/l/HXHIAIjcbRfP38uJPbG0cZg3xRd3T7RaDEcDrFylHvpYZfcqjzumfwPeQuhhxUUQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"async": "^3.2.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"filenamify": "^4.3.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-core-utils": "^3.3.0",
|
||||
"gatsby-plugin-utils": "^2.3.0",
|
||||
"gatsby-telemetry": "^3.3.0",
|
||||
"got": "^11.8.2",
|
||||
"gatsby-core-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^2.4.0",
|
||||
"gatsby-telemetry": "^3.4.0",
|
||||
"got": "^11.8.3",
|
||||
"lodash": "^4.17.21",
|
||||
"mini-svg-data-uri": "^1.4.3",
|
||||
"potrace": "^2.1.8",
|
||||
"probe-image-size": "^6.0.0",
|
||||
"progress": "^2.0.3",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.29.2",
|
||||
"sharp": "^0.29.3",
|
||||
"svgo": "1.3.2",
|
||||
"uuid": "3.4.0"
|
||||
},
|
||||
@ -11247,9 +11247,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-utils": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-2.3.0.tgz",
|
||||
"integrity": "sha512-p4ysTzMBrHshCGqgPZB4i2hpsmFGgMX4xVylmQ5cObnK9WsckV8iFBhU61S8TpnX8c6Ac00GgNmPiwmWzZMvpA==",
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-2.4.0.tgz",
|
||||
"integrity": "sha512-0+hN/Rfq7J+SwZZ2j+Sc9WiNd8XequDoM389/ORFTE82GXtPHDWtMV1LIF6yg/SkdANzChLUW9Eo/edgLiOOHA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"joi": "^17.4.2"
|
||||
@ -11736,9 +11736,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-telemetry": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.3.0.tgz",
|
||||
"integrity": "sha512-O/9YDrxzvNDEnkpGykGq9VrUqipt8+IshDJs4TEBVZS5OaIy9KwtoOzyEeHZE+SsmhBodiUZMG1qRh1hKmp/Hw==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.4.0.tgz",
|
||||
"integrity": "sha512-c5N7x4GkOyg5WUQN0DPeCHkjPvZ3c1yVs43dDPN5MZAqYiyTqzBJ9BXCMb7dBtFDVQB25b+Z96FUTQXfitrWww==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
@ -11749,7 +11749,7 @@
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-core-utils": "^3.3.0",
|
||||
"gatsby-core-utils": "^3.4.0",
|
||||
"git-up": "^4.0.5",
|
||||
"is-docker": "^2.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
@ -13251,16 +13251,16 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/got": {
|
||||
"version": "11.8.2",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz",
|
||||
"integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==",
|
||||
"version": "11.8.3",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz",
|
||||
"integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==",
|
||||
"dependencies": {
|
||||
"@sindresorhus/is": "^4.0.0",
|
||||
"@szmarczak/http-timer": "^4.0.5",
|
||||
"@types/cacheable-request": "^6.0.1",
|
||||
"@types/responselike": "^1.0.0",
|
||||
"cacheable-lookup": "^5.0.3",
|
||||
"cacheable-request": "^7.0.1",
|
||||
"cacheable-request": "^7.0.2",
|
||||
"decompress-response": "^6.0.0",
|
||||
"http2-wrapper": "^1.0.0-beta.5.2",
|
||||
"lowercase-keys": "^2.0.0",
|
||||
@ -33782,16 +33782,16 @@
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.3.0.tgz",
|
||||
"integrity": "sha512-Mr90+2T5mUie2fCkQS3dM6oHzTyt1vLbpJ2nU2OsdF95LHnLBt0kDgK+qEIuz7Ypr91gFN8y2HoP08vuokq7ZQ==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.4.0.tgz",
|
||||
"integrity": "sha512-dYQpyo1BLGJzxQOXgGs1Fbj7jzGj5cKAIPYz2hz2l4Aus6skwjjaUlOjZlrWIahNHoLkx3mH0f5y6E8205T/aQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"ci-info": "2.0.0",
|
||||
"configstore": "^5.0.1",
|
||||
"file-type": "^16.5.3",
|
||||
"fs-extra": "^10.0.0",
|
||||
"got": "^11.8.2",
|
||||
"got": "^11.8.3",
|
||||
"node-object-hash": "^2.3.10",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"tmp": "^0.2.1",
|
||||
@ -33965,26 +33965,26 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-sharp": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.3.0.tgz",
|
||||
"integrity": "sha512-XCHpIQmXa3iH36vxSbedTboImbngEaom+T2UEovURIh/W/4gJN5UwhMtKbXvnNtI1eQ9/ndMJALwzltzHeFyPg==",
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.4.0.tgz",
|
||||
"integrity": "sha512-X2Syc6YfOD2O+5A2Lrd/l/HXHIAIjcbRfP38uJPbG0cZg3xRd3T7RaDEcDrFylHvpYZfcqjzumfwPeQuhhxUUQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"async": "^3.2.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"filenamify": "^4.3.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-core-utils": "^3.3.0",
|
||||
"gatsby-plugin-utils": "^2.3.0",
|
||||
"gatsby-telemetry": "^3.3.0",
|
||||
"got": "^11.8.2",
|
||||
"gatsby-core-utils": "^3.4.0",
|
||||
"gatsby-plugin-utils": "^2.4.0",
|
||||
"gatsby-telemetry": "^3.4.0",
|
||||
"got": "^11.8.3",
|
||||
"lodash": "^4.17.21",
|
||||
"mini-svg-data-uri": "^1.4.3",
|
||||
"potrace": "^2.1.8",
|
||||
"probe-image-size": "^6.0.0",
|
||||
"progress": "^2.0.3",
|
||||
"semver": "^7.3.5",
|
||||
"sharp": "^0.29.2",
|
||||
"sharp": "^0.29.3",
|
||||
"svgo": "1.3.2",
|
||||
"uuid": "3.4.0"
|
||||
},
|
||||
@ -34054,9 +34054,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-utils": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-2.3.0.tgz",
|
||||
"integrity": "sha512-p4ysTzMBrHshCGqgPZB4i2hpsmFGgMX4xVylmQ5cObnK9WsckV8iFBhU61S8TpnX8c6Ac00GgNmPiwmWzZMvpA==",
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-2.4.0.tgz",
|
||||
"integrity": "sha512-0+hN/Rfq7J+SwZZ2j+Sc9WiNd8XequDoM389/ORFTE82GXtPHDWtMV1LIF6yg/SkdANzChLUW9Eo/edgLiOOHA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"joi": "^17.4.2"
|
||||
@ -34438,9 +34438,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-telemetry": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.3.0.tgz",
|
||||
"integrity": "sha512-O/9YDrxzvNDEnkpGykGq9VrUqipt8+IshDJs4TEBVZS5OaIy9KwtoOzyEeHZE+SsmhBodiUZMG1qRh1hKmp/Hw==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.4.0.tgz",
|
||||
"integrity": "sha512-c5N7x4GkOyg5WUQN0DPeCHkjPvZ3c1yVs43dDPN5MZAqYiyTqzBJ9BXCMb7dBtFDVQB25b+Z96FUTQXfitrWww==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
@ -34450,7 +34450,7 @@
|
||||
"boxen": "^4.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gatsby-core-utils": "^3.3.0",
|
||||
"gatsby-core-utils": "^3.4.0",
|
||||
"git-up": "^4.0.5",
|
||||
"is-docker": "^2.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
@ -34847,16 +34847,16 @@
|
||||
"dev": true
|
||||
},
|
||||
"got": {
|
||||
"version": "11.8.2",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz",
|
||||
"integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==",
|
||||
"version": "11.8.3",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz",
|
||||
"integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==",
|
||||
"requires": {
|
||||
"@sindresorhus/is": "^4.0.0",
|
||||
"@szmarczak/http-timer": "^4.0.5",
|
||||
"@types/cacheable-request": "^6.0.1",
|
||||
"@types/responselike": "^1.0.0",
|
||||
"cacheable-lookup": "^5.0.3",
|
||||
"cacheable-request": "^7.0.1",
|
||||
"cacheable-request": "^7.0.2",
|
||||
"decompress-response": "^6.0.0",
|
||||
"http2-wrapper": "^1.0.0-beta.5.2",
|
||||
"lowercase-keys": "^2.0.0",
|
||||
|
@ -31,7 +31,7 @@
|
||||
"gatsby-plugin-matomo": "^0.11.0",
|
||||
"gatsby-plugin-offline": "^5.3.0",
|
||||
"gatsby-plugin-react-helmet": "^5.3.0",
|
||||
"gatsby-plugin-sharp": "^4.3.0",
|
||||
"gatsby-plugin-sharp": "^4.4.0",
|
||||
"gatsby-plugin-sitemap": "^5.3.0",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-plugin-webpack-size": "^2.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user