From: Nicolas Coden Date: Sun, 25 Feb 2018 17:43:03 +0000 (+0100) Subject: chore: update `foundation-docs` X-Git-Tag: v6.6.0~3^2~294^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10984%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: update `foundation-docs` --- diff --git a/package-lock.json b/package-lock.json index baf699a23..16decee88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3833,7 +3833,7 @@ "dev": true }, "foundation-docs": { - "version": "github:zurb/foundation-docs#5bcace3dfdb3e9288744ed0537a9ae0b0a98cce7", + "version": "github:zurb/foundation-docs#e95141823f1248fd62a83ed5999cdd979cacd9e5", "dev": true, "requires": { "cheerio": "0.20.0", @@ -3849,6 +3849,14 @@ "require-dir": "0.3.2", "string-template": "1.0.0", "strip-indent": "1.0.1" + }, + "dependencies": { + "marked": { + "version": "0.3.16", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.16.tgz", + "integrity": "sha512-diLiAxHidES67uJ1P5unXBUB4CyOFwodKrctuK0U4Ogw865N9Aw4dLmY0BK0tGKOy3xvkdMGgUXPD6W9z1Ne0Q==", + "dev": true + } } }, "foundation-emails": { @@ -7564,7 +7572,7 @@ "escape-string-regexp": "1.0.5", "js2xmlparser": "3.0.0", "klaw": "2.0.0", - "marked": "0.3.6", + "marked": "0.3.16", "mkdirp": "0.5.1", "requizzle": "0.2.1", "strip-json-comments": "2.0.1", @@ -8642,9 +8650,9 @@ } }, "marked": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz", - "integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=", + "version": "0.3.16", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.16.tgz", + "integrity": "sha512-diLiAxHidES67uJ1P5unXBUB4CyOFwodKrctuK0U4Ogw865N9Aw4dLmY0BK0tGKOy3xvkdMGgUXPD6W9z1Ne0Q==", "dev": true }, "md5-hex": { @@ -11152,7 +11160,7 @@ "integrity": "sha1-1px4MUKo/kJ8crsy/NZS8doD+Ao=", "dev": true, "requires": { - "marked": "0.3.6" + "marked": "0.3.16" } }, "sassdoc-theme-default": { diff --git a/package.json b/package.json index 61bb8ca19..7ed3b2af9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "corejs-typeahead": "^1.1.1", "dateformat": "^3.0.0", "doiuse": "^2.6.0", - "foundation-docs": "github:zurb/foundation-docs#5bcace3dfdb3e9288744ed0537a9ae0b0a98cce7", + "foundation-docs": "github:zurb/foundation-docs#e95141823f1248fd62a83ed5999cdd979cacd9e5", "gaze": "^1.1.2", "gulp": "^3.8.10", "gulp-add-src": "^0.2.0",