diff --git a/src/http/get-index/package-lock.json b/src/http/get-index/package-lock.json index 63e8c48..fe91171 100644 --- a/src/http/get-index/package-lock.json +++ b/src/http/get-index/package-lock.json @@ -45,9 +45,9 @@ } }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "mime-db": { "version": "1.42.0", diff --git a/src/http/get-index/package.json b/src/http/get-index/package.json index ad1196f..d7bdb3f 100644 --- a/src/http/get-index/package.json +++ b/src/http/get-index/package.json @@ -2,6 +2,6 @@ "name": "begin-app-get-index", "dependencies": { "@architect/functions": "^3.4.12", - "marked": "^0.7.0" + "marked": "^4.0.10" } }