build(deps): bump gatsby-plugin-mdx from 3.9.0 to 3.11.1 in /docs (#2726)

This commit is contained in:
dependabot[bot] 2022-04-02 04:17:32 +02:00 committed by GitHub
parent 18c410cf41
commit 5eb92f42c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
docs/package-lock.json generated
View File

@ -20,7 +20,7 @@
"gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-emotion": "^7.11.0",
"gatsby-plugin-google-analytics": "^4.6.0", "gatsby-plugin-google-analytics": "^4.6.0",
"gatsby-plugin-manifest": "^4.9.0", "gatsby-plugin-manifest": "^4.9.0",
"gatsby-plugin-mdx": "^3.9.0", "gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^5.11.1", "gatsby-plugin-offline": "^5.11.1",
@ -12430,9 +12430,9 @@
} }
}, },
"node_modules/gatsby-plugin-mdx": { "node_modules/gatsby-plugin-mdx": {
"version": "3.9.0", "version": "3.11.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.11.1.tgz",
"integrity": "sha512-W5P9cMTVlWRC8p9dX3MCm7WdmBi05SK4nW4t260kIaD3mJKGNqJjx0cqXwNyNpX5C/Zju+mGqv7vy3od0a3CYQ==", "integrity": "sha512-YP1Y83rusbNKXFiD6bfWri/ga/z5JuvuCEcT8+eiOXUtmmMHuiS1/wAz2+YM8+OdZKnP25ccI+TOG2Jd+gKR/g==",
"dependencies": { "dependencies": {
"@babel/core": "^7.15.5", "@babel/core": "^7.15.5",
"@babel/generator": "^7.15.4", "@babel/generator": "^7.15.4",
@ -12450,7 +12450,7 @@
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eval": "^0.1.4", "eval": "^0.1.4",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.9.0", "gatsby-core-utils": "^3.11.1",
"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",
@ -12477,8 +12477,8 @@
"@mdx-js/mdx": "^1.0.0", "@mdx-js/mdx": "^1.0.0",
"@mdx-js/react": "^1.0.0", "@mdx-js/react": "^1.0.0",
"gatsby": "^4.0.0-next", "gatsby": "^4.0.0-next",
"react": "^16.9.0 || ^17.0.0", "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.9.0 || ^17.0.0" "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
} }
}, },
"node_modules/gatsby-plugin-mdx/node_modules/@babel/helper-plugin-utils": { "node_modules/gatsby-plugin-mdx/node_modules/@babel/helper-plugin-utils": {
@ -35152,9 +35152,9 @@
} }
}, },
"gatsby-plugin-mdx": { "gatsby-plugin-mdx": {
"version": "3.9.0", "version": "3.11.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.11.1.tgz",
"integrity": "sha512-W5P9cMTVlWRC8p9dX3MCm7WdmBi05SK4nW4t260kIaD3mJKGNqJjx0cqXwNyNpX5C/Zju+mGqv7vy3od0a3CYQ==", "integrity": "sha512-YP1Y83rusbNKXFiD6bfWri/ga/z5JuvuCEcT8+eiOXUtmmMHuiS1/wAz2+YM8+OdZKnP25ccI+TOG2Jd+gKR/g==",
"requires": { "requires": {
"@babel/core": "^7.15.5", "@babel/core": "^7.15.5",
"@babel/generator": "^7.15.4", "@babel/generator": "^7.15.4",
@ -35172,7 +35172,7 @@
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eval": "^0.1.4", "eval": "^0.1.4",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.9.0", "gatsby-core-utils": "^3.11.1",
"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",

View File

@ -17,7 +17,7 @@
"gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-emotion": "^7.11.0",
"gatsby-plugin-google-analytics": "^4.6.0", "gatsby-plugin-google-analytics": "^4.6.0",
"gatsby-plugin-manifest": "^4.9.0", "gatsby-plugin-manifest": "^4.9.0",
"gatsby-plugin-mdx": "^3.9.0", "gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^5.11.1", "gatsby-plugin-offline": "^5.11.1",