build(deps): bump gatsby-plugin-mdx from 2.2.0 to 2.6.0 in /docs (#2036)

This commit is contained in:
dependabot[bot] 2021-06-01 12:12:00 +02:00 committed by GitHub
parent 376b13570f
commit ce1207919f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 26 deletions

57
docs/package-lock.json generated
View File

@ -20,7 +20,7 @@
"gatsby-plugin-emotion": "^5.0.0", "gatsby-plugin-emotion": "^5.0.0",
"gatsby-plugin-google-analytics": "^2.11.0", "gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.2.0", "gatsby-plugin-mdx": "^2.6.0",
"gatsby-plugin-netlify": "^2.11.1", "gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-offline": "^3.10.2",
@ -10859,9 +10859,9 @@
} }
}, },
"node_modules/gatsby-plugin-mdx": { "node_modules/gatsby-plugin-mdx": {
"version": "2.2.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.2.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.6.0.tgz",
"integrity": "sha512-pYh18HM8VkaBDmeSPqVqq3jxjStw1sQ8Kp3GPfBLDnldBKsyi6BOvXIHLR9dSO2h0qjji9evpLdm1U2cI+BTFQ==", "integrity": "sha512-8AhLjE2GHMi6hECV3J1ZLzUPf/UZTGSPRXODBm6Ey8UP8FSfgSGPrg/mgPIFEywP1ndAuz0DhjmDv41tfn9BmQ==",
"dependencies": { "dependencies": {
"@babel/core": "^7.12.3", "@babel/core": "^7.12.3",
"@babel/generator": "^7.12.5", "@babel/generator": "^7.12.5",
@ -10878,7 +10878,7 @@
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eval": "^0.1.4", "eval": "^0.1.4",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.2.0", "gatsby-core-utils": "^2.6.0",
"gray-matter": "^4.0.2", "gray-matter": "^4.0.2",
"json5": "^2.1.3", "json5": "^2.1.3",
"loader-utils": "^1.4.0", "loader-utils": "^1.4.0",
@ -10899,6 +10899,12 @@
"unist-util-map": "^1.0.5", "unist-util-map": "^1.0.5",
"unist-util-remove": "^1.0.3", "unist-util-remove": "^1.0.3",
"unist-util-visit": "^1.4.1" "unist-util-visit": "^1.4.1"
},
"peerDependencies": {
"@mdx-js/mdx": "^1.0.0",
"@mdx-js/react": "^1.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
} }
}, },
"node_modules/gatsby-plugin-mdx/node_modules/core-js": { "node_modules/gatsby-plugin-mdx/node_modules/core-js": {
@ -10907,23 +10913,25 @@
"integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ=="
}, },
"node_modules/gatsby-plugin-mdx/node_modules/file-type": { "node_modules/gatsby-plugin-mdx/node_modules/file-type": {
"version": "16.3.0", "version": "16.5.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.3.0.tgz", "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.0.tgz",
"integrity": "sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==", "integrity": "sha512-OxgWA9tbL8N/WP00GD1z8O0MiwQKFyWRs1q+3FhjdvcGgKqwxcejyGWso3n4/IMU6DdwV+ARZ4A7TTnPkDcSiw==",
"dependencies": { "dependencies": {
"readable-web-to-node-stream": "^3.0.0", "readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.0.3", "strtok3": "^6.0.3",
"token-types": "^2.0.0", "token-types": "^2.0.0"
"typedarray-to-buffer": "^3.1.5"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
},
"funding": {
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
} }
}, },
"node_modules/gatsby-plugin-mdx/node_modules/gatsby-core-utils": { "node_modules/gatsby-plugin-mdx/node_modules/gatsby-core-utils": {
"version": "2.2.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.2.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz",
"integrity": "sha512-7T6aVJAj0u/VUg+zKOLuxyZLS/8KDQcDeEFCkKY0d7Pd4wV/QqKRLljr0TRVkivRZHXyWQI9fM3ox5DzfkHdCQ==", "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==",
"dependencies": { "dependencies": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",
@ -37172,9 +37180,9 @@
} }
}, },
"gatsby-plugin-mdx": { "gatsby-plugin-mdx": {
"version": "2.2.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.2.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.6.0.tgz",
"integrity": "sha512-pYh18HM8VkaBDmeSPqVqq3jxjStw1sQ8Kp3GPfBLDnldBKsyi6BOvXIHLR9dSO2h0qjji9evpLdm1U2cI+BTFQ==", "integrity": "sha512-8AhLjE2GHMi6hECV3J1ZLzUPf/UZTGSPRXODBm6Ey8UP8FSfgSGPrg/mgPIFEywP1ndAuz0DhjmDv41tfn9BmQ==",
"requires": { "requires": {
"@babel/core": "^7.12.3", "@babel/core": "^7.12.3",
"@babel/generator": "^7.12.5", "@babel/generator": "^7.12.5",
@ -37191,7 +37199,7 @@
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eval": "^0.1.4", "eval": "^0.1.4",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.2.0", "gatsby-core-utils": "^2.6.0",
"gray-matter": "^4.0.2", "gray-matter": "^4.0.2",
"json5": "^2.1.3", "json5": "^2.1.3",
"loader-utils": "^1.4.0", "loader-utils": "^1.4.0",
@ -37220,20 +37228,19 @@
"integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ=="
}, },
"file-type": { "file-type": {
"version": "16.3.0", "version": "16.5.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.3.0.tgz", "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.0.tgz",
"integrity": "sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==", "integrity": "sha512-OxgWA9tbL8N/WP00GD1z8O0MiwQKFyWRs1q+3FhjdvcGgKqwxcejyGWso3n4/IMU6DdwV+ARZ4A7TTnPkDcSiw==",
"requires": { "requires": {
"readable-web-to-node-stream": "^3.0.0", "readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.0.3", "strtok3": "^6.0.3",
"token-types": "^2.0.0", "token-types": "^2.0.0"
"typedarray-to-buffer": "^3.1.5"
} }
}, },
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "2.2.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.2.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.6.0.tgz",
"integrity": "sha512-7T6aVJAj0u/VUg+zKOLuxyZLS/8KDQcDeEFCkKY0d7Pd4wV/QqKRLljr0TRVkivRZHXyWQI9fM3ox5DzfkHdCQ==", "integrity": "sha512-d8a/iblc3wIrLEOWTUcoK5uYE2DrvlQmeulx6DK3NY49KD8jet8ozB6T5GA1CftsvowWeO6aaDnoWDbTxIxTRA==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",

View File

@ -17,7 +17,7 @@
"gatsby-plugin-emotion": "^5.0.0", "gatsby-plugin-emotion": "^5.0.0",
"gatsby-plugin-google-analytics": "^2.11.0", "gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.2.0", "gatsby-plugin-mdx": "^2.6.0",
"gatsby-plugin-netlify": "^2.11.1", "gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-offline": "^3.10.2",