diff --git a/package-lock.json b/package-lock.json index 0ae7b91e0..cb125ad3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8228,9 +8228,9 @@ } }, "marked": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz", - "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz", + "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 562a8b7dc..e64a3e6cd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/style-resources": "^1.0.0", "highlight.js": "^10.3.2", - "marked": "^1.2.0", + "marked": "^2.0.0", "nuxt": "^2.14.7", "nuxt-clipboard2": "^0.2.1", "v-tooltip": "^2.0.3",