From 3ad5a0be20d0e96fcade5624c032c266e9b6c788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:46:42 +0000 Subject: [PATCH] Bump markdown-it-container from 3.0.0 to 4.0.0 Bumps [markdown-it-container](https://github.com/markdown-it/markdown-it-container) from 3.0.0 to 4.0.0. - [Changelog](https://github.com/markdown-it/markdown-it-container/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it-container/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: markdown-it-container dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 101d6a667..bb27ffe68 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "markdown-it": "14.0.0", - "markdown-it-container": "3.0.0", + "markdown-it-container": "4.0.0", "node-fetch": "2.6.7", "node-sass": "8.0.0", "npm-run-all": "4.1.5", diff --git a/yarn.lock b/yarn.lock index e009150bf..ea79842a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4612,10 +4612,10 @@ map-obj@^4.0.0: resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== -markdown-it-container@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/markdown-it-container/-/markdown-it-container-3.0.0.tgz#1d19b06040a020f9a827577bb7dbf67aa5de9a5b" - integrity sha512-y6oKTq4BB9OQuY/KLfk/O3ysFhB3IMYoIWhGJEidXt1NQFocFK2sA2t0NYZAMyMShAGL6x5OPIbrmXPIqaN9rw== +markdown-it-container@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/markdown-it-container/-/markdown-it-container-4.0.0.tgz#3912394f7da6e8ef3b43a0f58b1d0ded851f2a38" + integrity sha512-HaNccxUH0l7BNGYbFbjmGpf5aLHAMTinqRZQAEQbMr2cdD3z91Q6kIo1oUn1CQndkT03jat6ckrdRYuwwqLlQw== markdown-it@14.0.0: version "14.0.0"