Skip to content

Commit a16ebb0

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency remark-parse to ^8.0.1
1 parent 2e1f7c2 commit a16ebb0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"espree": "^6.2.1",
3737
"remark-mdx": "^1.5.8",
38-
"remark-parse": "^8.0.0",
38+
"remark-parse": "^8.0.1",
3939
"tslib": "^1.11.1",
4040
"unified": "^9.0.0"
4141
}

packages/eslint-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-mdx": "^1.6.9",
3838
"eslint-plugin-react": "^7.19.0",
3939
"remark-mdx": "^1.5.8",
40-
"remark-parse": "^8.0.0",
40+
"remark-parse": "^8.0.1",
4141
"remark-stringify": "^8.0.0",
4242
"tslib": "^1.11.1",
4343
"unified": "^9.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10814,10 +10814,10 @@ [email protected]:
1081410814
vfile-location "^2.0.0"
1081510815
xtend "^4.0.1"
1081610816

10817-
remark-parse@^8.0.0:
10818-
version "8.0.0"
10819-
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.0.tgz#0aaae4b49e607ee7e972a6cf688026f46bbf6d1a"
10820-
integrity sha512-Ck14G1Ns/GEPXhSw6m1Uv28kMtVk63e59NyL+QlhBBwBdIUXROM6MPfBehPhW6TW2d73batMdZsKwuxl5i3tEA==
10817+
remark-parse@^8.0.1:
10818+
version "8.0.1"
10819+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.1.tgz#7fc95d8f2b58fc6791cffb54803c763eb3756743"
10820+
integrity sha512-Ye/5W57tdQZWsfkuVyRq9SUWRgECHnDsMuyUMzdSKpTbNPkZeGtoYfsrkeSi4+Xyl0mhcPPddHITXPcCPHrl3w==
1082110821
dependencies:
1082210822
ccount "^1.0.0"
1082310823
collapse-white-space "^1.0.2"

0 commit comments

Comments
 (0)