diff --git a/package-lock.json b/package-lock.json index fd8d314..8244677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3165,9 +3165,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.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.6.tgz", + "integrity": "sha512-S2mYj0FzTQa0dLddssqwRVW4EOJOVJ355Xm2Vcbm+LU7GQRGWvwbO5K87OaPSOux2AwTSgtPPaXmc8sDPrhn2A==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 1bd6578..3535a6a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "axios": "^0.19.2", "buefy": "^0.7.3", "localforage": "^1.9.0", - "marked": "^1.2.0", + "marked": "^2.0.6", "vue": "^2.6.10", "vue-router": "^3.4.5", "vuex": "^3.3.0"