From 416e6858952b6cb9053087943aa4d33b4a03eec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 07:51:35 +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 d8576d9..d359f9c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jest-environment-jsdom": "^30.2.0", "jsdom": "^22.1.0", "luxon": "^3.7.2", - "markdown-it-container": "^3.0.0", + "markdown-it-container": "^4.0.0", "node-fetch": "^2.6.1", "normalize.css": "^8.0.1", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 6fd246f..7c2d691 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5392,10 +5392,10 @@ map-obj@^4.1.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@^13.0.1: version "13.0.1"