Bump gatsby-plugin-image from 1.6.0 to 1.7.1 in /packages/website
Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-image@1.7.1/packages/gatsby-plugin-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.7.1/packages/gatsby-plugin-image) --- updated-dependencies: - dependency-name: gatsby-plugin-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
72400295aa
commit
47cdcbade8
|
@ -21,7 +21,7 @@
|
|||
"gatsby": "^3.7.1",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.7.1",
|
||||
"gatsby-plugin-image": "^1.6.0",
|
||||
"gatsby-plugin-image": "^1.7.1",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.6.0",
|
||||
|
@ -11786,20 +11786,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-image": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.6.0.tgz",
|
||||
"integrity": "sha512-AYNSer+Cj78anY8EDprw0BbAMLA0+8fEomRFpPcBh/TxN/b74q8jIfsjOUj43TmrIKEmtDiaCh8Z3i/4ZWFD5A==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.1.tgz",
|
||||
"integrity": "sha512-1wUgNNc4e1ySNaDgH3yEs6HYZ8W4s0IAFU945SQtASknrR9o69WpeWPBllQwDrlq/1jlzetMTCiMISHvc7aqqQ==",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
"@babel/parser": "^7.12.5",
|
||||
"@babel/traverse": "^7.12.5",
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/parser": "^7.14.0",
|
||||
"@babel/traverse": "^7.14.0",
|
||||
"babel-jsx-utils": "^1.1.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.6.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.7.1",
|
||||
"camelcase": "^5.3.1",
|
||||
"chokidar": "^3.5.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"objectFitPolyfill": "^2.3.0",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
|
@ -37522,20 +37522,20 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-image": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.6.0.tgz",
|
||||
"integrity": "sha512-AYNSer+Cj78anY8EDprw0BbAMLA0+8fEomRFpPcBh/TxN/b74q8jIfsjOUj43TmrIKEmtDiaCh8Z3i/4ZWFD5A==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.7.1.tgz",
|
||||
"integrity": "sha512-1wUgNNc4e1ySNaDgH3yEs6HYZ8W4s0IAFU945SQtASknrR9o69WpeWPBllQwDrlq/1jlzetMTCiMISHvc7aqqQ==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
"@babel/parser": "^7.12.5",
|
||||
"@babel/traverse": "^7.12.5",
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/parser": "^7.14.0",
|
||||
"@babel/traverse": "^7.14.0",
|
||||
"babel-jsx-utils": "^1.1.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.6.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.7.1",
|
||||
"camelcase": "^5.3.1",
|
||||
"chokidar": "^3.5.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.6.0",
|
||||
"gatsby-core-utils": "^2.7.1",
|
||||
"objectFitPolyfill": "^2.3.0",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"gatsby": "^3.7.1",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.7.1",
|
||||
"gatsby-plugin-image": "^1.6.0",
|
||||
"gatsby-plugin-image": "^1.7.1",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.6.0",
|
||||
|
|
Reference in New Issue