From 8bc0c9de063dd629a7190ca1229484393e22bbf9 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 10 Jan 2024 12:45:12 -0800 Subject: [PATCH] packages: bump markdown-it-container to 4.0.0 --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52c899df4..623eea0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -445,6 +445,14 @@ "@vuepress/utils": "2.0.0-beta.49", "markdown-it": "^13.0.1", "markdown-it-container": "^3.0.0" + }, + "dependencies": { + "markdown-it-container": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-container/-/markdown-it-container-3.0.0.tgz", + "integrity": "sha512-y6oKTq4BB9OQuY/KLfk/O3ysFhB3IMYoIWhGJEidXt1NQFocFK2sA2t0NYZAMyMShAGL6x5OPIbrmXPIqaN9rw==", + "dev": true + } } }, "@vuepress/plugin-external-link-icon": { @@ -2203,9 +2211,9 @@ "dev": true }, "markdown-it-container": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/markdown-it-container/-/markdown-it-container-3.0.0.tgz", - "integrity": "sha512-y6oKTq4BB9OQuY/KLfk/O3ysFhB3IMYoIWhGJEidXt1NQFocFK2sA2t0NYZAMyMShAGL6x5OPIbrmXPIqaN9rw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-container/-/markdown-it-container-4.0.0.tgz", + "integrity": "sha512-HaNccxUH0l7BNGYbFbjmGpf5aLHAMTinqRZQAEQbMr2cdD3z91Q6kIo1oUn1CQndkT03jat6ckrdRYuwwqLlQw==", "dev": true }, "markdown-it-emoji": { diff --git a/package.json b/package.json index 454c741e1..4ff08742b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "devDependencies": { "@vuepress/plugin-register-components": "2.0.0-beta.49", "@vuepress/plugin-search": "2.0.0-beta.49", - "markdown-it-container": "^3.0.0", + "markdown-it-container": "^4.0.0", "vuepress": "2.0.0-beta.49", "vuepress-plugin-element-tabs": "^0.2.8" },