diff --git a/docs/package-lock.json b/docs/package-lock.json index 41c1779..e516594 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": "^6.0.0", - "markdown-it-emoji": "^2.0.0", + "markdown-it-emoji": "^3.0.0", "mermaid": "^11.5.0", "vue-template-compiler": "^2.7.16" }, @@ -3439,13 +3439,6 @@ "mdurl": "^2.0.0" } }, - "node_modules/@vuepress/markdown/node_modules/markdown-it-emoji": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/markdown-it-emoji/-/markdown-it-emoji-3.0.0.tgz", - "integrity": "sha512-+rUD93bXHubA4arpEZO3q80so0qgoFJEKRkRbjKX8RTdca89v2kfyF+xR3i2sQTwql9tpPZPOQN5B+PunspXRg==", - "dev": true, - "license": "MIT" - }, "node_modules/@vuepress/plugin-cache": { "version": "2.0.0-rc.103", "resolved": "https://registry.npmjs.org/@vuepress/plugin-cache/-/plugin-cache-2.0.0-rc.103.tgz", @@ -6708,9 +6701,9 @@ "license": "MIT" }, "node_modules/markdown-it-emoji": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/markdown-it-emoji/-/markdown-it-emoji-2.0.2.tgz", - "integrity": "sha512-zLftSaNrKuYl0kR5zm4gxXjHaOI3FAOEaloKmRA5hijmJZvSjmxcokOLlzycb/HXlUFWzXqpIEoyEMCE4i9MvQ==", + "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 d78ef2e..c006475 100644 --- a/docs/package.json +++ b/docs/package.json @@ -40,7 +40,7 @@ "dependencies": { "@vue/component-compiler-utils": "^3.3.0", "lru-cache": "^6.0.0", - "markdown-it-emoji": "^2.0.0", + "markdown-it-emoji": "^3.0.0", "mermaid": "^11.5.0", "vue-template-compiler": "^2.7.16" },