summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2020-02-01 12:50:07 +0100
committerSheogorath2020-02-01 12:53:15 +0100
commitb3d4cdbcebe1690bf5211d778ff6f8a0f9f5e518 (patch)
tree7c8b96b02a11f8c317bbf29e775497e21992eaf4 /package.json
parentc9e66c0385afe55fcc140cc815d876982358f48e (diff)
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 <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 50eb645a..6f0dd53e 100644
--- a/package.json
+++ b/package.json
@@ -110,7 +110,7 @@
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
"readline-sync": "^1.4.7",
"request": "^2.88.0",
- "reveal.js": "~3.7.0",
+ "reveal.js": "~3.9.2",
"scrypt-async": "^2.0.1",
"scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify",