Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-mdx from 1.14.0 to 1.14.1 (#206)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 1.14.0 to 1.14.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@v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-mdx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2021
1 parent 34d9638 commit d328e96
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6063,10 +6063,10 @@ eslint-import-resolver-node@^0.3.4:
debug "^2.6.9"
resolve "^1.13.1"

eslint-mdx@^1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.14.0.tgz#01b65957850e811d50aaaf48fcf51c8313532d58"
integrity sha512-GuOGmNwZwvVdqyTHP3sPBqNOFsczQ8Yfq3BCNKYyfhsBGrUBm3sHnTraHlPlc9Z5rgBPP3ECN8/zTwDKN9HwyA==
eslint-mdx@^1.14.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.14.1.tgz#c4133f3383d5b58315efc01ddc7d139eb8b72dd9"
integrity sha512-6QxqRRghkl3i0NyayvED2zTN0kZzKoNMiGTYSnU3WMykm/Koptau//BqkIff+sEVoqcq1Q5z5PkrVBlYDuw3EA==
dependencies:
remark-mdx "^1.6.22"
remark-parse "^8.0.3"
Expand Down Expand Up @@ -6135,17 +6135,17 @@ eslint-plugin-markdown@^2.2.0:
mdast-util-from-markdown "^0.8.5"

eslint-plugin-mdx@^1.13.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.14.0.tgz#360d89e38109624244f3d45ffc10c86d90a5af92"
integrity sha512-41jl95Hl8ZbriaagliMjD9v5R+PhKOBc6nArfwTCve0VEOnCTsikMM3I2F7CcUYc8hsMMlsHnMxfkDB7Rgxmxw==
version "1.14.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.14.1.tgz#d3e07ac38107ebdabd6a979853d1aae44331e010"
integrity sha512-1FmVGuZSPhHl0x/tWMOSBtE3DcWFaAJmIaWK0uBlUsC797TGrCtXd87xR4D+phbl1ii17pfM6gjgTbCKGH0Afg==
dependencies:
cosmiconfig "^7.0.0"
eslint-mdx "^1.14.0"
eslint-mdx "^1.14.1"
eslint-plugin-markdown "^2.2.0"
remark-mdx "^1.6.22"
remark-parse "^8.0.3"
remark-stringify "^8.1.1"
synckit "^0.2.0"
synckit "^0.3.4"
tslib "^2.3.0"
unified "^9.2.1"
vfile "^4.2.1"
Expand Down Expand Up @@ -12955,10 +12955,10 @@ symbol.prototype.description@^1.0.0:
has-symbols "^1.0.1"
object.getownpropertydescriptors "^2.1.2"

synckit@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.2.0.tgz#f42e6d37c1ec7e79c2b12e70f854f0e9519248d8"
integrity sha512-kbpgqlOu36aTFTWczzDk3I7Hf70V+BPGnUZ89z0RsLw666hpFf2m7/PS7OuNmDhazWaSJwv0LVBc2epyxSpl+w==
synckit@^0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.3.4.tgz#8f0c2b1019663633d56d43d09589494d74654ab3"
integrity sha512-t6qVl+gzR6qMkrP5pW+sxGe0mVx/O7vj29ir9k4Lw9BacPBE/cKHMvcROJlFBgNHFW94etQL/sBYFq4uur6C6A==
dependencies:
tslib "^2.3.0"
uuid "^8.3.2"
Expand Down

0 comments on commit d328e96

Please sign in to comment.