diff --git a/package-lock.json b/package-lock.json index 6af3d6865c..12155afdba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12435,11 +12435,14 @@ "license": "MIT" }, "node_modules/@types/mdx-js__react": { - "version": "1.5.8", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/mdx-js__react/-/mdx-js__react-2.0.0.tgz", + "integrity": "sha512-CULRBwQwLTb2RrhERg43x4857LaAjWcA2oncJdW0zj9m6eZQbGcOxZTHMiOxYmNmSrbDJQwJ6JiokqzBLAenEA==", + "deprecated": "This is a stub types definition. @mdx-js/react provides its own type definitions, so you do not need this installed.", "dev": true, "license": "MIT", "dependencies": { - "@types/react": "*" + "@mdx-js/react": "*" } }, "node_modules/@types/mime": { @@ -50183,7 +50186,7 @@ "@edx/eslint-config": "^4.0.0", "@svgr/webpack": "8.1.0", "@types/mdx": "^2.0.3", - "@types/mdx-js__react": "^1.5.5", + "@types/mdx-js__react": "^2.0.0", "@types/react-helmet": "^6.1.6", "css": "^3.0.0", "eslint": "8.57.1", diff --git a/www/package.json b/www/package.json index 806cf5480f..5c99d0bd9f 100644 --- a/www/package.json +++ b/www/package.json @@ -76,7 +76,7 @@ "@edx/eslint-config": "^4.0.0", "@svgr/webpack": "8.1.0", "@types/mdx": "^2.0.3", - "@types/mdx-js__react": "^1.5.5", + "@types/mdx-js__react": "^2.0.0", "@types/react-helmet": "^6.1.6", "css": "^3.0.0", "eslint": "8.57.1",