From b3d4cdbcebe1690bf5211d778ff6f8a0f9f5e518 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sat, 1 Feb 2020 12:50:07 +0100 Subject: Update RevealJS to version 3.9.2 This update of revealJS helps us to get rid of the headjs depedency integration using webpack. It updates reveal.js to 3.9.2 and updates the csp hash accordingly for using the slide mode. Background for this update is the critical security vulnerability described by snyk in their disclosure: https://snyk.io/vuln/SNYK-JS-REVEALJS-543841 Signed-off-by: Sheogorath --- test/csp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csp.js') diff --git a/test/csp.js b/test/csp.js index a6de68ab..8cf24b9a 100644 --- a/test/csp.js +++ b/test/csp.js @@ -119,6 +119,6 @@ describe('Content security policies', function () { it('Unchanged hash for reveal.js speaker notes plugin', function () { const hash = crypto.createHash('sha1') hash.update(fs.readFileSync(path.resolve(__dirname, '../node_modules/reveal.js/plugin/notes/notes.html'), 'utf8'), 'utf8') - assert.strictEqual(hash.digest('hex'), '471f3826880fac884a4a14faabc492bc854ae994') + assert.strictEqual(hash.digest('hex'), 'd5d872ae49b5db27f638b152e6e528837204d380') }) }) -- cgit v1.2.3