Bump gatsby-remark-images from 5.1.0 to 5.2.1 in /packages/website

Bumps [gatsby-remark-images](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-images) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-remark-images@5.2.1/packages/gatsby-remark-images/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.2.1/packages/gatsby-remark-images)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-24 10:13:20 +00:00 committed by GitHub
parent ad7ba38e11
commit ebc73f12c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 43 deletions

View File

@ -33,7 +33,7 @@
"gatsby-plugin-sharp": "^3.4.2", "gatsby-plugin-sharp": "^3.4.2",
"gatsby-remark-classes": "^1.0.0", "gatsby-remark-classes": "^1.0.0",
"gatsby-remark-copy-linked-files": "^4.1.0", "gatsby-remark-copy-linked-files": "^4.1.0",
"gatsby-remark-images": "^5.1.0", "gatsby-remark-images": "^5.2.1",
"gatsby-remark-prismjs": "^5.1.0", "gatsby-remark-prismjs": "^5.1.0",
"gatsby-remark-responsive-iframe": "^4.1.0", "gatsby-remark-responsive-iframe": "^4.1.0",
"gatsby-remark-smartypants": "^4.1.0", "gatsby-remark-smartypants": "^4.1.0",
@ -5935,31 +5935,35 @@
} }
}, },
"node_modules/cheerio": { "node_modules/cheerio": {
"version": "1.0.0-rc.6", "version": "1.0.0-rc.9",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.6.tgz", "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.9.tgz",
"integrity": "sha512-hjx1XE1M/D5pAtMgvWwE21QClmAEeGHOIDfycgmndisdNgI6PE1cGRQkMGBcsbUbmEQyWu5PJLUcAOjtQS8DWw==", "integrity": "sha512-QF6XVdrLONO6DXRF5iaolY+odmhj2CLj+xzNod7INPWMi/x9X4SOylH0S/vaPpX+AUU6t04s34SQNh7DbkuCng==",
"dependencies": { "dependencies": {
"cheerio-select": "^1.3.0", "cheerio-select": "^1.4.0",
"dom-serializer": "^1.3.1", "dom-serializer": "^1.3.1",
"domhandler": "^4.1.0", "domhandler": "^4.2.0",
"htmlparser2": "^6.1.0", "htmlparser2": "^6.1.0",
"parse5": "^6.0.1", "parse5": "^6.0.1",
"parse5-htmlparser2-tree-adapter": "^6.0.1" "parse5-htmlparser2-tree-adapter": "^6.0.1",
"tslib": "^2.2.0"
}, },
"engines": { "engines": {
"node": ">= 0.12" "node": ">= 6"
},
"funding": {
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
} }
}, },
"node_modules/cheerio-select": { "node_modules/cheerio-select": {
"version": "1.3.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.3.0.tgz", "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.4.0.tgz",
"integrity": "sha512-mLgqdHxVOQyhOIkG5QnRkDg7h817Dkf0dAvlCio2TJMmR72cJKH0bF28SHXvLkVrGcGOiub0/Bs/CMnPeQO7qw==", "integrity": "sha512-sobR3Yqz27L553Qa7cK6rtJlMDbiKPdNywtR95Sj/YgfpLfy0u6CGJuaBKe5YE/vTc23SCRKxWSdlon/w6I/Ew==",
"dependencies": { "dependencies": {
"css-select": "^4.0.0", "css-select": "^4.1.2",
"css-what": "^5.0.0", "css-what": "^5.0.0",
"domelementtype": "^2.2.0", "domelementtype": "^2.2.0",
"domhandler": "^4.1.0", "domhandler": "^4.2.0",
"domutils": "^2.5.2" "domutils": "^2.6.0"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/fb55" "url": "https://github.com/sponsors/fb55"
@ -11771,9 +11775,9 @@
} }
}, },
"node_modules/gatsby-core-utils": { "node_modules/gatsby-core-utils": {
"version": "2.4.0", "version": "2.5.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.4.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.5.0.tgz",
"integrity": "sha512-vGsPnEFSI+9ZcCVLB2am2eWnleadljUc+zDngea2szam/YUBxq2kSlNfpzlSSWpGyiIIHXXuSc0ttQOKgta1HQ==", "integrity": "sha512-YbKv7FLpeTCts28bv0H2lSuHrKgUxnsC1ZG1PPydOheQgPW9G8pdNlYvwZzGJmmS7rBcC/w859ss90wlvF6GEw==",
"dependencies": { "dependencies": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",
@ -12752,14 +12756,14 @@
} }
}, },
"node_modules/gatsby-remark-images": { "node_modules/gatsby-remark-images": {
"version": "5.1.0", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-5.1.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-5.2.1.tgz",
"integrity": "sha512-N17TTJw6LN1zLgpEfHffotzMuM3kAayUPDkfpCRJ6zxUseRUdDI8bpKfcdCuhd1Y0QjQLNkrIKFMIWwMQGBxRA==", "integrity": "sha512-vTIVYOPw9qMBzX09HnmAHXFA/3pZo1RkCjSfb3rQliT+rrsBa1RmVZFlhymWn+VH7rN+DYHsIG3dQOonPl+J2w==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.9",
"gatsby-core-utils": "^2.4.0", "gatsby-core-utils": "^2.5.0",
"is-relative-url": "^3.0.0", "is-relative-url": "^3.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mdast-util-definitions": "^4.0.0", "mdast-util-definitions": "^4.0.0",
@ -34582,28 +34586,29 @@
"dev": true "dev": true
}, },
"cheerio": { "cheerio": {
"version": "1.0.0-rc.6", "version": "1.0.0-rc.9",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.6.tgz", "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.9.tgz",
"integrity": "sha512-hjx1XE1M/D5pAtMgvWwE21QClmAEeGHOIDfycgmndisdNgI6PE1cGRQkMGBcsbUbmEQyWu5PJLUcAOjtQS8DWw==", "integrity": "sha512-QF6XVdrLONO6DXRF5iaolY+odmhj2CLj+xzNod7INPWMi/x9X4SOylH0S/vaPpX+AUU6t04s34SQNh7DbkuCng==",
"requires": { "requires": {
"cheerio-select": "^1.3.0", "cheerio-select": "^1.4.0",
"dom-serializer": "^1.3.1", "dom-serializer": "^1.3.1",
"domhandler": "^4.1.0", "domhandler": "^4.2.0",
"htmlparser2": "^6.1.0", "htmlparser2": "^6.1.0",
"parse5": "^6.0.1", "parse5": "^6.0.1",
"parse5-htmlparser2-tree-adapter": "^6.0.1" "parse5-htmlparser2-tree-adapter": "^6.0.1",
"tslib": "^2.2.0"
} }
}, },
"cheerio-select": { "cheerio-select": {
"version": "1.3.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.3.0.tgz", "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.4.0.tgz",
"integrity": "sha512-mLgqdHxVOQyhOIkG5QnRkDg7h817Dkf0dAvlCio2TJMmR72cJKH0bF28SHXvLkVrGcGOiub0/Bs/CMnPeQO7qw==", "integrity": "sha512-sobR3Yqz27L553Qa7cK6rtJlMDbiKPdNywtR95Sj/YgfpLfy0u6CGJuaBKe5YE/vTc23SCRKxWSdlon/w6I/Ew==",
"requires": { "requires": {
"css-select": "^4.0.0", "css-select": "^4.1.2",
"css-what": "^5.0.0", "css-what": "^5.0.0",
"domelementtype": "^2.2.0", "domelementtype": "^2.2.0",
"domhandler": "^4.1.0", "domhandler": "^4.2.0",
"domutils": "^2.5.2" "domutils": "^2.6.0"
} }
}, },
"chokidar": { "chokidar": {
@ -39286,9 +39291,9 @@
} }
}, },
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "2.4.0", "version": "2.5.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.4.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.5.0.tgz",
"integrity": "sha512-vGsPnEFSI+9ZcCVLB2am2eWnleadljUc+zDngea2szam/YUBxq2kSlNfpzlSSWpGyiIIHXXuSc0ttQOKgta1HQ==", "integrity": "sha512-YbKv7FLpeTCts28bv0H2lSuHrKgUxnsC1ZG1PPydOheQgPW9G8pdNlYvwZzGJmmS7rBcC/w859ss90wlvF6GEw==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",
@ -40017,14 +40022,14 @@
} }
}, },
"gatsby-remark-images": { "gatsby-remark-images": {
"version": "5.1.0", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-5.1.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-5.2.1.tgz",
"integrity": "sha512-N17TTJw6LN1zLgpEfHffotzMuM3kAayUPDkfpCRJ6zxUseRUdDI8bpKfcdCuhd1Y0QjQLNkrIKFMIWwMQGBxRA==", "integrity": "sha512-vTIVYOPw9qMBzX09HnmAHXFA/3pZo1RkCjSfb3rQliT+rrsBa1RmVZFlhymWn+VH7rN+DYHsIG3dQOonPl+J2w==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.9",
"gatsby-core-utils": "^2.4.0", "gatsby-core-utils": "^2.5.0",
"is-relative-url": "^3.0.0", "is-relative-url": "^3.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mdast-util-definitions": "^4.0.0", "mdast-util-definitions": "^4.0.0",

View File

@ -30,7 +30,7 @@
"gatsby-plugin-sharp": "^3.4.2", "gatsby-plugin-sharp": "^3.4.2",
"gatsby-remark-classes": "^1.0.0", "gatsby-remark-classes": "^1.0.0",
"gatsby-remark-copy-linked-files": "^4.1.0", "gatsby-remark-copy-linked-files": "^4.1.0",
"gatsby-remark-images": "^5.1.0", "gatsby-remark-images": "^5.2.1",
"gatsby-remark-prismjs": "^5.1.0", "gatsby-remark-prismjs": "^5.1.0",
"gatsby-remark-responsive-iframe": "^4.1.0", "gatsby-remark-responsive-iframe": "^4.1.0",
"gatsby-remark-smartypants": "^4.1.0", "gatsby-remark-smartypants": "^4.1.0",