diff --git a/docs/package-lock.json b/docs/package-lock.json index 60c76c5..17529d0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@vue/component-compiler-utils": "^3.3.0", "lru-cache": "^11.0.0", - "markdown-it-emoji": "^2.0.0", + "markdown-it-emoji": "^3.0.0", "mermaid": "^11.5.0", "vue-template-compiler": "^2.7.16" }, @@ -2180,11 +2180,6 @@ "mdurl": "^2.0.0" } }, - "node_modules/@vuepress/markdown/node_modules/markdown-it-emoji": { - "version": "3.0.0", - "dev": true, - "license": "MIT" - }, "node_modules/@vuepress/plugin-active-header-links": { "version": "2.0.0-rc.86", "dev": true, @@ -5318,7 +5313,9 @@ "license": "MIT" }, "node_modules/markdown-it-emoji": { - "version": "2.0.2", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-emoji/-/markdown-it-emoji-3.0.0.tgz", + "integrity": "sha512-+rUD93bXHubA4arpEZO3q80so0qgoFJEKRkRbjKX8RTdca89v2kfyF+xR3i2sQTwql9tpPZPOQN5B+PunspXRg==", "license": "MIT" }, "node_modules/markdown-it/node_modules/argparse": { diff --git a/docs/package.json b/docs/package.json index 9006705..52f6dea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -42,7 +42,7 @@ "dependencies": { "@vue/component-compiler-utils": "^3.3.0", "lru-cache": "^11.0.0", - "markdown-it-emoji": "^2.0.0", + "markdown-it-emoji": "^3.0.0", "mermaid": "^11.5.0", "vue-template-compiler": "^2.7.16" },