From fb086b739f29b314baec60d41df169b2be3298ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 01:40:13 +0000 Subject: [PATCH] Bump gatsby-plugin-mdx from 2.14.2 to 2.15.0 Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 2.14.2 to 2.15.0. - [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@2.15.0/packages/gatsby-plugin-mdx) --- updated-dependencies: - dependency-name: gatsby-plugin-mdx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 66 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 56 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 150dc45e1..e4858f608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "gatsby-plugin-canonical-urls": "^3.15.0", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-material-ui": "1.2.5", - "gatsby-plugin-mdx": "^2.14.1", + "gatsby-plugin-mdx": "^2.15.0", "gatsby-plugin-offline": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.8", "gatsby-plugin-remove-trailing-slashes": "^3.15.0", @@ -10728,9 +10728,9 @@ } }, "node_modules/gatsby-plugin-mdx": { - "version": "2.14.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.14.2.tgz", - "integrity": "sha512-OHOAPBSOKxy1H5Ks0/FFVueeuJh9QRGGr9PSZVEZ6hd+54YF/8zvi+R3vuDYXnFyju2BREWO2aWj7NEmwfKFVw==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.15.0.tgz", + "integrity": "sha512-xtNKY7NHXsXpKloHtyhw2Sx6+KfRJXjEYsburhIK0R3ulmOU7KceXqcMzApe1AbwbPWSYjm2L12l6iMC1RRGRw==", "dependencies": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", @@ -10748,10 +10748,10 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^2.14.0", + "gatsby-core-utils": "^2.15.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", - "loader-utils": "^2.0.4", + "loader-utils": "^1.4.0", "lodash": "^4.17.21", "mdast-util-to-string": "^1.1.0", "mdast-util-toc": "^3.1.0", @@ -10785,6 +10785,30 @@ "node": ">=0.8.0" } }, + "node_modules/gatsby-plugin-mdx/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/gatsby-plugin-mdx/node_modules/loader-utils/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, "node_modules/gatsby-plugin-mdx/node_modules/unified": { "version": "8.4.2", "resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz", @@ -35474,9 +35498,9 @@ } }, "gatsby-plugin-mdx": { - "version": "2.14.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.14.2.tgz", - "integrity": "sha512-OHOAPBSOKxy1H5Ks0/FFVueeuJh9QRGGr9PSZVEZ6hd+54YF/8zvi+R3vuDYXnFyju2BREWO2aWj7NEmwfKFVw==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.15.0.tgz", + "integrity": "sha512-xtNKY7NHXsXpKloHtyhw2Sx6+KfRJXjEYsburhIK0R3ulmOU7KceXqcMzApe1AbwbPWSYjm2L12l6iMC1RRGRw==", "requires": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", @@ -35494,10 +35518,10 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^2.14.0", + "gatsby-core-utils": "^2.15.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", - "loader-utils": "^2.0.4", + "loader-utils": "^1.4.0", "lodash": "^4.17.21", "mdast-util-to-string": "^1.1.0", "mdast-util-toc": "^3.1.0", @@ -35522,6 +35546,26 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" }, + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "dependencies": { + "json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "requires": { + "minimist": "^1.2.0" + } + } + } + }, "unified": { "version": "8.4.2", "resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz", diff --git a/package.json b/package.json index 57aef00d5..052e71bc6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-canonical-urls": "^3.15.0", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-material-ui": "1.2.5", - "gatsby-plugin-mdx": "^2.14.1", + "gatsby-plugin-mdx": "^2.15.0", "gatsby-plugin-offline": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.8", "gatsby-plugin-remove-trailing-slashes": "^3.15.0",