diff --git a/docs/package-lock.json b/docs/package-lock.json index 4cd9dc132824..501d5cc616d6 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.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", @@ -31533,9 +31540,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 62df44b14b0d..a647fdf8b142 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,7 +9,7 @@ "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.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",