diff --git a/package-lock.json b/package-lock.json index 07fb78a..fc712d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "eslint": "8.56.0", - "eslint-plugin-mdx": "3.0.0", + "eslint-plugin-mdx": "3.0.1", "react": "18.2.0", "react-dom": "18.2.0" } @@ -2485,9 +2485,9 @@ } }, "node_modules/eslint-mdx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-3.0.0.tgz", - "integrity": "sha512-vhRMspKg40avafPts17WXocCXnFCXERkOmEPi1P8XL2Iq3jjpLQoO/CXeYXdt04TNlGOyYkHdJ7F0M4Bjb+/Lg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-3.0.1.tgz", + "integrity": "sha512-e5oyy4LvGNmJKqXkpUwhfjx1EgOGI02sjbAspWsjCMUinlr//2q7JZnlmr0+uDmf4Hv7Sh2bbRtPzBpTH+NvGA==", "dev": true, "dependencies": { "acorn": "^8.11.2", @@ -3649,12 +3649,12 @@ } }, "node_modules/eslint-plugin-mdx": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.0.0.tgz", - "integrity": "sha512-vLSFgcD1UtCCciGiUhaIpUhHlWuYJyjUHdUiV+C1lDFbvuWbZhVr9ZhTbOhPGRUljfDeiCz3pyturTIlpH/fEA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.0.1.tgz", + "integrity": "sha512-jFuXSbCQYswzkDH3WHUxhA926z2db6aEoyjvCeVMTsgFMX+Gmpns+ptSA0Ff3jwQvlQlbk806KcEcwvi3+hmjg==", "dev": true, "dependencies": { - "eslint-mdx": "^3.0.0", + "eslint-mdx": "^3.0.1", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^3.0.0", "remark-parse": "^11.0.0", diff --git a/package.json b/package.json index 4cb6029..6ac5868 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "eslint": "8.56.0", - "eslint-plugin-mdx": "3.0.0", + "eslint-plugin-mdx": "3.0.1", "react": "18.2.0", "react-dom": "18.2.0" }