diff --git a/package.json b/package.json index 8c444e0..127ddc1 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-mdx": "^3.0.1", + "eslint-plugin-mdx": "^3.1.1", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prefer-arrow-functions": "^3.2.4", "eslint-plugin-prettier": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index 9f4ef49..54087d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3374,10 +3374,10 @@ eslint-import-resolver-typescript@^3.6.1: is-core-module "^2.11.0" is-glob "^4.0.3" -eslint-mdx@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.0.1.tgz#06d61936d4f46af3334a064825ae987bae8ee508" - integrity sha512-e5oyy4LvGNmJKqXkpUwhfjx1EgOGI02sjbAspWsjCMUinlr//2q7JZnlmr0+uDmf4Hv7Sh2bbRtPzBpTH+NvGA== +eslint-mdx@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.1.1.tgz#62688a93417ba9ba2521655bd8e116bd507a05ef" + integrity sha512-GY3nK7YAueZbbMrGU1IyQpEvZ9DL3TSJplCPZbVdNDlpPh5P6LCSJ40PtwJM4ztDPWOs0MbzlXZdh1O6K2HTDQ== dependencies: acorn "^8.11.2" acorn-jsx "^5.3.2" @@ -3453,12 +3453,12 @@ eslint-plugin-markdown@^3.0.1: dependencies: mdast-util-from-markdown "^0.8.5" -eslint-plugin-mdx@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.0.1.tgz#2a2abac3668cf50a5a74e396858b6f68ebf686e6" - integrity sha512-jFuXSbCQYswzkDH3WHUxhA926z2db6aEoyjvCeVMTsgFMX+Gmpns+ptSA0Ff3jwQvlQlbk806KcEcwvi3+hmjg== +eslint-plugin-mdx@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.1.1.tgz#f705a6bf5545dfcb44b7285461b48fd6f33b5629" + integrity sha512-6s2pFy4kzu5Tvse5ZjynwVDnMpgSidNvk4IB6j9jo7MIq4oYrXUtQMLmGIidRLL9X25khyjw1iJii9XTbOBgzg== dependencies: - eslint-mdx "^3.0.1" + eslint-mdx "^3.1.1" eslint-plugin-markdown "^3.0.1" remark-mdx "^3.0.0" remark-parse "^11.0.0"