Bump gatsby-plugin-image from 1.9.0 to 1.10.1 in /packages/website
Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-image@1.10.1/packages/gatsby-plugin-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.10.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
d4f7cefe17
commit
955f578b3d
|
@ -21,7 +21,7 @@
|
||||||
"gatsby": "^3.9.1",
|
"gatsby": "^3.9.1",
|
||||||
"gatsby-background-image": "^1.5.3",
|
"gatsby-background-image": "^1.5.3",
|
||||||
"gatsby-image": "^3.10.0",
|
"gatsby-image": "^3.10.0",
|
||||||
"gatsby-plugin-image": "^1.9.0",
|
"gatsby-plugin-image": "^1.10.1",
|
||||||
"gatsby-plugin-manifest": "^3.9.0",
|
"gatsby-plugin-manifest": "^3.9.0",
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.9.0",
|
"gatsby-plugin-offline": "^4.9.0",
|
||||||
|
@ -4718,9 +4718,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-remove-graphql-queries": {
|
"node_modules/babel-plugin-remove-graphql-queries": {
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.10.0.tgz",
|
||||||
"integrity": "sha512-gr7n6Ytoyp6Ix7XX071oVPynC+jfesYH05fzg8Ih8yKQsBxmqWiMxAUIHuD70ieZJ94TxlXQQbHYi6oibmlx7w==",
|
"integrity": "sha512-boXe4V22Tz5DhlbsyNFWRMSYpAQhbBksxnHQZF3Rs1TVptIcm3RmJKL10ze6qTKJW2a97J3qpmAmNpi/CFTttg==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.13.0"
|
"node": ">=12.13.0"
|
||||||
},
|
},
|
||||||
|
@ -11694,9 +11694,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-core-utils": {
|
"node_modules/gatsby-core-utils": {
|
||||||
"version": "2.9.0",
|
"version": "2.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz",
|
||||||
"integrity": "sha512-LKmkk4B/VnSEYKR9W/C8Lp9lwk/l/qY5jbsoiChc43F67VM667gITWH0noSUdcGzbEsN8xi0Wuc8dMA6BvKkvg==",
|
"integrity": "sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ci-info": "2.0.0",
|
"ci-info": "2.0.0",
|
||||||
"configstore": "^5.0.1",
|
"configstore": "^5.0.1",
|
||||||
|
@ -11830,20 +11830,20 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-plugin-image": {
|
"node_modules/gatsby-plugin-image": {
|
||||||
"version": "1.9.0",
|
"version": "1.10.1",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.10.1.tgz",
|
||||||
"integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==",
|
"integrity": "sha512-0gbp3XqQFOAUnyN1GJOho1Eng+rQEMy1aPhRlb1s2xdWW3zx2Uqt9N7ZRsBMo1PIxBSFeqBKzU9GDux2RVyUCA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.14.0",
|
"@babel/code-frame": "^7.14.0",
|
||||||
"@babel/parser": "^7.14.0",
|
"@babel/parser": "^7.14.7",
|
||||||
"@babel/traverse": "^7.14.0",
|
"@babel/traverse": "^7.14.7",
|
||||||
"babel-jsx-utils": "^1.1.0",
|
"babel-jsx-utils": "^1.1.0",
|
||||||
"babel-plugin-remove-graphql-queries": "^3.9.0",
|
"babel-plugin-remove-graphql-queries": "^3.10.0",
|
||||||
"camelcase": "^5.3.1",
|
"camelcase": "^5.3.1",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"common-tags": "^1.8.0",
|
"common-tags": "^1.8.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"gatsby-core-utils": "^2.9.0",
|
"gatsby-core-utils": "^2.10.0",
|
||||||
"objectFitPolyfill": "^2.3.0",
|
"objectFitPolyfill": "^2.3.0",
|
||||||
"prop-types": "^15.7.2"
|
"prop-types": "^15.7.2"
|
||||||
},
|
},
|
||||||
|
@ -31695,9 +31695,9 @@
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"babel-plugin-remove-graphql-queries": {
|
"babel-plugin-remove-graphql-queries": {
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.10.0.tgz",
|
||||||
"integrity": "sha512-gr7n6Ytoyp6Ix7XX071oVPynC+jfesYH05fzg8Ih8yKQsBxmqWiMxAUIHuD70ieZJ94TxlXQQbHYi6oibmlx7w==",
|
"integrity": "sha512-boXe4V22Tz5DhlbsyNFWRMSYpAQhbBksxnHQZF3Rs1TVptIcm3RmJKL10ze6qTKJW2a97J3qpmAmNpi/CFTttg==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"babel-plugin-syntax-object-rest-spread": {
|
"babel-plugin-syntax-object-rest-spread": {
|
||||||
|
@ -37267,9 +37267,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-core-utils": {
|
"gatsby-core-utils": {
|
||||||
"version": "2.9.0",
|
"version": "2.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz",
|
||||||
"integrity": "sha512-LKmkk4B/VnSEYKR9W/C8Lp9lwk/l/qY5jbsoiChc43F67VM667gITWH0noSUdcGzbEsN8xi0Wuc8dMA6BvKkvg==",
|
"integrity": "sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ci-info": "2.0.0",
|
"ci-info": "2.0.0",
|
||||||
"configstore": "^5.0.1",
|
"configstore": "^5.0.1",
|
||||||
|
@ -37374,20 +37374,20 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-image": {
|
"gatsby-plugin-image": {
|
||||||
"version": "1.9.0",
|
"version": "1.10.1",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.10.1.tgz",
|
||||||
"integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==",
|
"integrity": "sha512-0gbp3XqQFOAUnyN1GJOho1Eng+rQEMy1aPhRlb1s2xdWW3zx2Uqt9N7ZRsBMo1PIxBSFeqBKzU9GDux2RVyUCA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.14.0",
|
"@babel/code-frame": "^7.14.0",
|
||||||
"@babel/parser": "^7.14.0",
|
"@babel/parser": "^7.14.7",
|
||||||
"@babel/traverse": "^7.14.0",
|
"@babel/traverse": "^7.14.7",
|
||||||
"babel-jsx-utils": "^1.1.0",
|
"babel-jsx-utils": "^1.1.0",
|
||||||
"babel-plugin-remove-graphql-queries": "^3.9.0",
|
"babel-plugin-remove-graphql-queries": "^3.10.0",
|
||||||
"camelcase": "^5.3.1",
|
"camelcase": "^5.3.1",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"common-tags": "^1.8.0",
|
"common-tags": "^1.8.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"gatsby-core-utils": "^2.9.0",
|
"gatsby-core-utils": "^2.10.0",
|
||||||
"objectFitPolyfill": "^2.3.0",
|
"objectFitPolyfill": "^2.3.0",
|
||||||
"prop-types": "^15.7.2"
|
"prop-types": "^15.7.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"gatsby": "^3.9.1",
|
"gatsby": "^3.9.1",
|
||||||
"gatsby-background-image": "^1.5.3",
|
"gatsby-background-image": "^1.5.3",
|
||||||
"gatsby-image": "^3.10.0",
|
"gatsby-image": "^3.10.0",
|
||||||
"gatsby-plugin-image": "^1.9.0",
|
"gatsby-plugin-image": "^1.10.1",
|
||||||
"gatsby-plugin-manifest": "^3.9.0",
|
"gatsby-plugin-manifest": "^3.9.0",
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-offline": "^4.9.0",
|
"gatsby-plugin-offline": "^4.9.0",
|
||||||
|
|
Reference in New Issue