Merge pull request #1007 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-plugin-image-1.10.1

Bump gatsby-plugin-image from 1.9.0 to 1.10.1 in /packages/website
This commit is contained in:
Karol Wypchło 2021-07-26 12:43:28 +02:00 committed by GitHub
commit 0aa025a70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 22 deletions

View File

@ -21,7 +21,7 @@
"gatsby": "^3.9.1",
"gatsby-background-image": "^1.5.3",
"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-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.9.0",
@ -4718,9 +4718,9 @@
}
},
"node_modules/babel-plugin-remove-graphql-queries": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.9.0.tgz",
"integrity": "sha512-gr7n6Ytoyp6Ix7XX071oVPynC+jfesYH05fzg8Ih8yKQsBxmqWiMxAUIHuD70ieZJ94TxlXQQbHYi6oibmlx7w==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.10.0.tgz",
"integrity": "sha512-boXe4V22Tz5DhlbsyNFWRMSYpAQhbBksxnHQZF3Rs1TVptIcm3RmJKL10ze6qTKJW2a97J3qpmAmNpi/CFTttg==",
"engines": {
"node": ">=12.13.0"
},
@ -11830,20 +11830,20 @@
}
},
"node_modules/gatsby-plugin-image": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz",
"integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.10.1.tgz",
"integrity": "sha512-0gbp3XqQFOAUnyN1GJOho1Eng+rQEMy1aPhRlb1s2xdWW3zx2Uqt9N7ZRsBMo1PIxBSFeqBKzU9GDux2RVyUCA==",
"dependencies": {
"@babel/code-frame": "^7.14.0",
"@babel/parser": "^7.14.0",
"@babel/traverse": "^7.14.0",
"@babel/parser": "^7.14.7",
"@babel/traverse": "^7.14.7",
"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",
"chokidar": "^3.5.1",
"common-tags": "^1.8.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.9.0",
"gatsby-core-utils": "^2.10.0",
"objectFitPolyfill": "^2.3.0",
"prop-types": "^15.7.2"
},
@ -31695,9 +31695,9 @@
"requires": {}
},
"babel-plugin-remove-graphql-queries": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.9.0.tgz",
"integrity": "sha512-gr7n6Ytoyp6Ix7XX071oVPynC+jfesYH05fzg8Ih8yKQsBxmqWiMxAUIHuD70ieZJ94TxlXQQbHYi6oibmlx7w==",
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.10.0.tgz",
"integrity": "sha512-boXe4V22Tz5DhlbsyNFWRMSYpAQhbBksxnHQZF3Rs1TVptIcm3RmJKL10ze6qTKJW2a97J3qpmAmNpi/CFTttg==",
"requires": {}
},
"babel-plugin-syntax-object-rest-spread": {
@ -37374,20 +37374,20 @@
}
},
"gatsby-plugin-image": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz",
"integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.10.1.tgz",
"integrity": "sha512-0gbp3XqQFOAUnyN1GJOho1Eng+rQEMy1aPhRlb1s2xdWW3zx2Uqt9N7ZRsBMo1PIxBSFeqBKzU9GDux2RVyUCA==",
"requires": {
"@babel/code-frame": "^7.14.0",
"@babel/parser": "^7.14.0",
"@babel/traverse": "^7.14.0",
"@babel/parser": "^7.14.7",
"@babel/traverse": "^7.14.7",
"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",
"chokidar": "^3.5.1",
"common-tags": "^1.8.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.9.0",
"gatsby-core-utils": "^2.10.0",
"objectFitPolyfill": "^2.3.0",
"prop-types": "^15.7.2"
},

View File

@ -18,7 +18,7 @@
"gatsby": "^3.9.1",
"gatsby-background-image": "^1.5.3",
"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-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.9.0",