From 67bbd86dd956ac5c62b244e5ad21cb49c8112439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:39:15 +0000 Subject: [PATCH] build(deps-dev): 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 bde5fff..c9cef20 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "gulp-wrap": "^0.15.0", "lazypipe": "^1.0.2", "markdown-it": "^14.0.0", - "markdown-it-container": "^3.0.0", + "markdown-it-container": "^4.0.0", "markdown-it-inline-comments": "^1.0.1", "merge-stream": "^2.0.0", "node-red": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index a5a6996..fbb2a58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5171,10 +5171,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -markdown-it-container@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/markdown-it-container/-/markdown-it-container-3.0.0.tgz" - 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-inline-comments@^1.0.1: version "1.0.1"