Skip to content

Commit b49641a

Browse files
renovate[bot]JounQin
authored andcommitted
fix(deps): update dependency remark-mdx to ^1.4.3 (#56)
1 parent 9416f50 commit b49641a

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint": ">=5.0.0"
2222
},
2323
"dependencies": {
24-
"remark-mdx": "^1.3.1",
24+
"remark-mdx": "^1.4.3",
2525
"remark-parse": "^7.0.1"
2626
}
2727
}

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,10 +2114,10 @@
21142114
mkdirp "^0.5.1"
21152115
rimraf "^2.5.2"
21162116

2117-
"@mdx-js/util@^1.4.0":
2118-
version "1.4.0"
2119-
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.4.0.tgz#93d0d78ba0520d162796bb94156b399bd26e9394"
2120-
integrity sha512-idIFyiYzVr3kNOGtIZzx2n9V0iJdTn06hYmJ05miktP4bHdrTJeonp/6wfLtDxfsfx00mkCxxX0YymvnrqozeA==
2117+
"@mdx-js/util@^1.4.3":
2118+
version "1.4.3"
2119+
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.4.3.tgz#596820a17a4ef1170c38a11a0bc93855d3b52d30"
2120+
integrity sha512-GxyOBspTtwO4XqA+ask3q+HIKhARpmg7XZ3NNAJqgVfw8CnGpIEGFNv3XkZFXETjJVKdbCxSsQNR9TPMTzF0fA==
21212121

21222122
"@mrmlnc/readdir-enhanced@^2.2.1":
21232123
version "2.2.1"
@@ -4245,7 +4245,6 @@ eslint-import-resolver-typescript@JounQin/eslint-import-resolver-typescript#feat
42454245

42464246
"eslint-mdx@link:packages/eslint-mdx/src":
42474247
version "0.0.0"
4248-
uid ""
42494248

42504249
eslint-module-utils@^2.4.0:
42514250
version "2.4.1"
@@ -4296,7 +4295,6 @@ eslint-plugin-jest@^22.16.0:
42964295

42974296
"eslint-plugin-mdx@link:packages/eslint-plugin-mdx/src":
42984297
version "0.0.0"
4299-
uid ""
43004298

43014299
eslint-plugin-node@^9.2.0:
43024300
version "9.2.0"
@@ -8799,16 +8797,16 @@ remark-lint@^6.0.0:
87998797
dependencies:
88008798
remark-message-control "^4.0.0"
88018799

8802-
remark-mdx@^1.3.1:
8803-
version "1.4.0"
8804-
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.4.0.tgz#f50c2b47bdb61e71aa0e15e976277e568ae0d486"
8805-
integrity sha512-wheABifW7zegJ9ASCbHJ6SlKp5ZF2YgWB62kU9zLR6SE2wSfipk3yK1tgXKmBTpXLrRuxPY/VEaV7YcO8dLLgg==
8800+
remark-mdx@^1.4.3:
8801+
version "1.4.3"
8802+
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.4.3.tgz#53daefb0617d9535b85ce2b0cffe4a3afe18f7d3"
8803+
integrity sha512-y2VptrmhvptbK3UTA5h6r2OilA/ohuUNyEULKaGAAtc+J2Mt40YN1D2zEECHsMGzkka7j63rOmpiZSTndY6nMQ==
88068804
dependencies:
88078805
"@babel/core" "7.5.5"
88088806
"@babel/helper-plugin-utils" "7.0.0"
88098807
"@babel/plugin-proposal-object-rest-spread" "7.5.5"
88108808
"@babel/plugin-syntax-jsx" "7.2.0"
8811-
"@mdx-js/util" "^1.4.0"
8809+
"@mdx-js/util" "^1.4.3"
88128810
is-alphabetical "1.0.3"
88138811
remark-parse "7.0.1"
88148812
unified "8.3.2"

0 commit comments

Comments
 (0)