From 376e76c0c34bb2003d4014185ea2ab3f5767bc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 16:55:54 +0000 Subject: [PATCH] build(deps): bump @mdx-js/react from 1.6.16 to 1.6.22 in /docs Bumps [@mdx-js/react](https://github.com/mdx-js/mdx) from 1.6.16 to 1.6.22. - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/compare/v1.6.16...v1.6.22) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 22 +++++++++++++++------- docs/package.json | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index bae63f019e06..29efda13c568 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mdx-js/mdx": "^1.6.22", - "@mdx-js/react": "^1.6.16", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.32.13", "gatsby-alias-imports": "^1.0.6", "gatsby-plugin-canonical-urls": "^2.10.0", @@ -3395,9 +3395,16 @@ } }, "node_modules/@mdx-js/react": { - "version": "1.6.16", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.16.tgz", - "integrity": "sha512-+FhuSVOPo7+4fZaRwWuCSRUcZkJOkZu0rfAbBKvoCg1LWb1Td8Vzi0DTLORdSvgWNbU6+EL40HIgwTOs00x2Jw==" + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", + "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, + "peerDependencies": { + "react": "^16.13.1 || ^17.0.0" + } }, "node_modules/@mdx-js/util": { "version": "1.6.22", @@ -32158,9 +32165,10 @@ } }, "@mdx-js/react": { - "version": "1.6.16", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.16.tgz", - "integrity": "sha512-+FhuSVOPo7+4fZaRwWuCSRUcZkJOkZu0rfAbBKvoCg1LWb1Td8Vzi0DTLORdSvgWNbU6+EL40HIgwTOs00x2Jw==" + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", + "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", + "requires": {} }, "@mdx-js/util": { "version": "1.6.22", diff --git a/docs/package.json b/docs/package.json index d98e036cc5d1..da997e7bfd11 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,7 +9,7 @@ "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mdx-js/mdx": "^1.6.22", - "@mdx-js/react": "^1.6.16", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.32.13", "gatsby-alias-imports": "^1.0.6", "gatsby-plugin-canonical-urls": "^2.10.0",