Skip to content

Commit e13d86d

Browse files
build(deps-dev): bump eslint-plugin-mdx from 2.0.0 to 2.0.1 (#6252)
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](mdx-js/eslint-mdx@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a82e284 commit e13d86d

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint": "^8.18.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
96-
"eslint-plugin-mdx": "^2.0.0",
96+
"eslint-plugin-mdx": "^2.0.1",
9797
"eslint-plugin-react": "^7.30.1",
9898
"eslint-plugin-react-hooks": "^4.6.0",
9999
"front-matter": "^4.0.2",

yarn.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5175,19 +5175,21 @@ eslint-config-prettier@^8.5.0:
51755175
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
51765176
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
51775177

5178-
eslint-mdx@^2.0.0:
5179-
version "2.0.0"
5180-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.0.tgz#fbb1fd78390127a04a5525824112f1fdc0dab669"
5181-
integrity sha512-FqJQCRdS6zY4VYNZhCwGm4O99POUDK/C3mnNug0d4cGF7Lg5GiGYQw9N0CtwTX8d5gDhymM8efpDzKkrRbTZNg==
5178+
eslint-mdx@^2.0.1:
5179+
version "2.0.1"
5180+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.1.tgz#c443943eba275fafbfe15ecd0dfd44c739699dca"
5181+
integrity sha512-25qjdxWQGDX0zXxnZGfqwEbWjUuY1eCnK7CIq3fNE+5rWSAeleJ/i0nLKcgh6XrvmxKn6ZYcJ9msdeqmL4kPMQ==
51825182
dependencies:
51835183
cosmiconfig "^7.0.1"
51845184
estree-util-visit "^1.1.0"
5185-
remark-mdx "^2.1.1"
5185+
remark-mdx "^2.1.2"
51865186
remark-parse "^10.0.1"
51875187
remark-stringify "^10.0.2"
51885188
synckit "^0.7.1"
51895189
tslib "^2.4.0"
51905190
unified "^10.1.2"
5191+
unist-util-visit "^4.1.0"
5192+
vfile "^5.3.4"
51915193

51925194
eslint-plugin-cypress@^2.12.1:
51935195
version "2.12.1"
@@ -5203,14 +5205,14 @@ eslint-plugin-markdown@^2.2.1:
52035205
dependencies:
52045206
mdast-util-from-markdown "^0.8.5"
52055207

5206-
eslint-plugin-mdx@^2.0.0:
5207-
version "2.0.0"
5208-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.0.tgz#4afa704ff2cff461ea497d05cd2d523633075070"
5209-
integrity sha512-EUdaCyngPceMlYTU3tyjywa2E5IP7h0wQ6zFvvr5pcOHu4CFxqmH25ET/Kt3jHtf+9UQOCXlhTQVBLPaSA3kZA==
5208+
eslint-plugin-mdx@^2.0.1:
5209+
version "2.0.1"
5210+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.1.tgz#07c6a83a7daa98d88d5de354cb7732eba1236590"
5211+
integrity sha512-BKPKX6+KxOkvKe+ASxZJeBGdrWemM8NtgJrzxzS30/hwxcEo86jsQi9SJmSrWLUs0P9KAAnM2/iW5ry/oRos8g==
52105212
dependencies:
5211-
eslint-mdx "^2.0.0"
5213+
eslint-mdx "^2.0.1"
52125214
eslint-plugin-markdown "^2.2.1"
5213-
remark-mdx "^2.1.1"
5215+
remark-mdx "^2.1.2"
52145216
remark-parse "^10.0.1"
52155217
remark-stringify "^10.0.2"
52165218
tslib "^2.4.0"
@@ -10549,7 +10551,7 @@ [email protected]:
1054910551
micromark-extension-mdx "^0.2.0"
1055010552
micromark-extension-mdxjs "^0.3.0"
1055110553

10552-
remark-mdx@^2.1.1:
10554+
remark-mdx@^2.1.2:
1055310555
version "2.1.2"
1055410556
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.1.2.tgz#eea2784fa5697e14f6e0686700077986b88b8078"
1055510557
integrity sha512-npQagPdczPAv0xN9F8GSi5hJfAe/z6nBjylyfOfjLOmz086ahWrIjlk4BulRfNhA+asutqWxyuT3DFVsxiTVHA==
@@ -12585,7 +12587,7 @@ vfile@^4.0.0:
1258512587
unist-util-stringify-position "^2.0.0"
1258612588
vfile-message "^2.0.0"
1258712589

12588-
vfile@^5.0.0, vfile@^5.3.2:
12590+
vfile@^5.0.0, vfile@^5.3.2, vfile@^5.3.4:
1258912591
version "5.3.4"
1259012592
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.4.tgz#bbb8c96b956693bbf70b2c67fdb5781dff769b93"
1259112593
integrity sha512-KI+7cnst03KbEyN1+JE504zF5bJBZa+J+CrevLeyIMq0aPU681I2rQ5p4PlnQ6exFtWiUrg26QUdFMnAKR6PIw==

0 commit comments

Comments
 (0)