diff --git a/src/package-lock.json b/src/package-lock.json index 441bd7ac..b2a986ae 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -12,7 +12,7 @@ "@geist-ui/core": "^2.3.8", "@geist-ui/icons": "^1.0.2", "@mdx-js/loader": "^2.1.5", - "@mdx-js/react": "^2.1.5", + "@mdx-js/react": "^2.2.1", "@next/mdx": "^13.0.2", "bootstrap": "^5.2.2", "next": "^13.0.2", @@ -166,9 +166,9 @@ } }, "node_modules/@mdx-js/react": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz", - "integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.2.1.tgz", + "integrity": "sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==", "dependencies": { "@types/mdx": "^2.0.0", "@types/react": ">=16" @@ -3204,9 +3204,9 @@ } }, "@mdx-js/react": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.1.5.tgz", - "integrity": "sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.2.1.tgz", + "integrity": "sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==", "requires": { "@types/mdx": "^2.0.0", "@types/react": ">=16" diff --git a/src/package.json b/src/package.json index f84f179e..928f0625 100644 --- a/src/package.json +++ b/src/package.json @@ -20,7 +20,7 @@ "@geist-ui/core": "^2.3.8", "@geist-ui/icons": "^1.0.2", "@mdx-js/loader": "^2.1.5", - "@mdx-js/react": "^2.1.5", + "@mdx-js/react": "^2.2.1", "@next/mdx": "^13.0.2", "bootstrap": "^5.2.2", "next": "^13.0.2",