diff --git a/package-lock.json b/package-lock.json index 3c4cddff3..7e4887af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9207,9 +9207,9 @@ } }, "marked": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz", - "integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.1.tgz", + "integrity": "sha512-5XFS69o9CzDpQDSpUYC+AN2xvq8yl1EGa5SG/GI1hP78/uTeo3PDfiDNmsUyiahpyhToDDJhQk7fNtJsga+KVw==" }, "merge-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index 42e7d438d..aa3bccec9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tensorflow/tfjs": "^1.7.4", "bufferutil": "^4.0.3", "canvas": "^2.7.0", - "marked": "^2.0.3", + "marked": "^2.1.1", "micromatch": "^4.0.4", "mustache": "^4.2.0", "nock": "^13.0.11",