From 044e1dc35832505e1042a6e53f39e3eb6e371acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 01:51:26 +0000 Subject: [PATCH] Bump markdown-loader from 6.0.0 to 7.0.0 Bumps [markdown-loader](https://github.com/peerigon/markdown-loader) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/peerigon/markdown-loader/releases) - [Changelog](https://github.com/peerigon/markdown-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/peerigon/markdown-loader/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: markdown-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4e743a4a9789d..5e56af8729d66 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "jest-watch-typeahead": "^1.0.0", "jsdom": "^19.0.0", "lint-staged": "^12.1.7", - "markdown-loader": "^6.0.0", + "markdown-loader": "^7.0.0", "prettier": "^2.5.1", "sass": "1.49.0", "sass-loader": "^12.4.0", diff --git a/yarn.lock b/yarn.lock index db0c30da7cd1b..7fdb5341c707d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11934,13 +11934,13 @@ markdown-escapes@^1.0.0: resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== -markdown-loader@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/markdown-loader/-/markdown-loader-6.0.0.tgz#7f8d40ee98b32d3bb8c5387d58e679600d3edeaa" - integrity sha512-kUTEEpWRc5zcQbdjpK0QYdp/9Z5Oep440foKSXc7wWetcRxrWm4vbbXRW0Gqhht5CKJ4gm7el4HOPPyqs/ziTA== +markdown-loader@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/markdown-loader/-/markdown-loader-7.0.0.tgz#012cdd3a1f724585869c70168f4a5c4cb84bedbf" + integrity sha512-ZUZXYadxu177a+dBTunr+whAIz0PdVuOJnLde/dowczEoog6wwXKuzgKmFP/ZeJjQ/Nyf9NxOGXxnilEYHKxQQ== dependencies: loader-utils "^1.2.3" - marked "^0.7.0" + marked "^4.0.12" markdown-to-jsx@^6.10.3, markdown-to-jsx@^6.11.4: version "6.11.4" @@ -11955,10 +11955,10 @@ markdown-to-jsx@^7.1.3: resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.1.3.tgz#f00bae66c0abe7dd2d274123f84cb6bd2a2c7c6a" integrity sha512-jtQ6VyT7rMT5tPV0g2EJakEnXLiPksnvlYtwQsVVZ611JsWGN8bQ1tVSDX4s6JllfEH6wmsYxNjTUAMrPmNA8w== -marked@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e" - integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg== +marked@^4.0.12: + version "4.0.12" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.12.tgz#2262a4e6fd1afd2f13557726238b69a48b982f7d" + integrity sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ== math-expression-evaluator@^1.2.14: version "1.3.8"