diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 83d6bfd..8b93dce 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "marked": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.1.tgz", - "integrity": "sha512-+H0L3ibcWhAZE02SKMqmvYsErLo4EAVJxu5h3bHBBDvvjeWXtl92rGUSBYHL2++5Y+RSNgl8dYOAXcYe7lp1fA==" + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" } } } diff --git a/documentation/package.json b/documentation/package.json index 353b2b0..8a2a4ff 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -11,7 +11,7 @@ "build": "gulp --gulpfile=../../../../../scripts/pluginGulpfile.js --cwd=." }, "dependencies": { - "marked": "^0.6.1" + "marked": "^0.7.0" }, "devDependencies": { "@types/marked": "^0.6.2"