build(deps): bump gatsby-plugin-mdx from 1.2.30 to 1.2.35 in /docs (#1334)
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.2.30 to 1.2.35. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.2.35/packages/gatsby-plugin-mdx) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe5359051e
commit
9f918b6c1d
22
docs/package-lock.json
generated
22
docs/package-lock.json
generated
@ -9602,15 +9602,16 @@
|
|||||||
"integrity": "sha512-6ov7Qd/cKdEaqrABlPUNDXWHGn8HJpU/TGm0/htBAi4nSfFJWq6EEw9apzWHfR8IoVwjHExlX5wD7Y4qKjMV0w=="
|
"integrity": "sha512-6ov7Qd/cKdEaqrABlPUNDXWHGn8HJpU/TGm0/htBAi4nSfFJWq6EEw9apzWHfR8IoVwjHExlX5wD7Y4qKjMV0w=="
|
||||||
},
|
},
|
||||||
"gatsby-core-utils": {
|
"gatsby-core-utils": {
|
||||||
"version": "1.3.14",
|
"version": "1.3.16",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.14.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.16.tgz",
|
||||||
"integrity": "sha512-jfC+x5rrYUfl70MHRLsOtsXqdlqIbQGVDKXrvp6IPIUP8TKU6XIpYktF0Yd4ldJIWmGZTa062RWUOd2DFBHVSw==",
|
"integrity": "sha512-RezVD6iwMBARVcb+/bMR6TNm7bW73ceM2fh6v+TPBlb6WCXrete87gJkURLaIVQY+HOPy9+iQsg5LljAIV7hwg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ci-info": "2.0.0",
|
"ci-info": "2.0.0",
|
||||||
"configstore": "^5.0.1",
|
"configstore": "^5.0.1",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"node-object-hash": "^2.0.0",
|
"node-object-hash": "^2.0.0",
|
||||||
"proper-lockfile": "^4.1.1",
|
"proper-lockfile": "^4.1.1",
|
||||||
|
"tmp": "^0.2.1",
|
||||||
"xdg-basedir": "^4.0.0"
|
"xdg-basedir": "^4.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -9842,9 +9843,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-mdx": {
|
"gatsby-plugin-mdx": {
|
||||||
"version": "1.2.30",
|
"version": "1.2.35",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.30.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.2.35.tgz",
|
||||||
"integrity": "sha512-QhiiwyvPglCpG2FC/Qxk+ZiJhwK0PfQ+7I3lBrDPGWax+sIq3ZZzbhnd2Bjb3nBwFZFFVGAdCSHfqdFZM1W7IQ==",
|
"integrity": "sha512-XSlKr56PQznSYbgmKkGMaA3qwoI2b+2LTXZisC6hKiOGD5QXngdRV1FbDrDNLVlInPW3ZgT9EwqfWkaNzbtMmA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/core": "^7.10.3",
|
"@babel/core": "^7.10.3",
|
||||||
"@babel/generator": "^7.10.3",
|
"@babel/generator": "^7.10.3",
|
||||||
@ -9861,7 +9862,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": "^1.3.14",
|
"gatsby-core-utils": "^1.3.16",
|
||||||
"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",
|
||||||
@ -9897,13 +9898,6 @@
|
|||||||
"@babel/helper-validator-identifier": "^7.10.4",
|
"@babel/helper-validator-identifier": "^7.10.4",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"to-fast-properties": "^2.0.0"
|
"to-fast-properties": "^2.0.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"lodash": {
|
|
||||||
"version": "4.17.19",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
|
||||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core-js": {
|
"core-js": {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"gatsby-plugin-emotion": "^4.3.10",
|
"gatsby-plugin-emotion": "^4.3.10",
|
||||||
"gatsby-plugin-google-analytics": "^2.3.13",
|
"gatsby-plugin-google-analytics": "^2.3.13",
|
||||||
"gatsby-plugin-manifest": "^2.4.23",
|
"gatsby-plugin-manifest": "^2.4.23",
|
||||||
"gatsby-plugin-mdx": "^1.2.30",
|
"gatsby-plugin-mdx": "^1.2.35",
|
||||||
"gatsby-plugin-netlify": "^2.3.13",
|
"gatsby-plugin-netlify": "^2.3.13",
|
||||||
"gatsby-plugin-netlify-cache": "^1.2.0",
|
"gatsby-plugin-netlify-cache": "^1.2.0",
|
||||||
"gatsby-plugin-offline": "^3.2.23",
|
"gatsby-plugin-offline": "^3.2.23",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user