From 1242af4c24a5475d4bbeb8d8dc01b1eb2e675841 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Apr 2020 02:59:50 +0000 Subject: [PATCH] fix: upgrade reveal.js from 3.3.0 to 3.9.2 Snyk has created this PR to upgrade reveal.js from 3.3.0 to 3.9.2. See this package in NPM: https://www.npmjs.com/package/reveal.js See this project in Snyk: https://app.snyk.io/org/bertrand/project/bc5ec91a-41bb-48f7-a3ba-5f81356d7adb?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f2acb7..005bf80 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "cli-table": "^0.3.1", "highlight.js": "9.6.0", - "reveal.js": "3.3.0", + "reveal.js": "3.9.2", "reveal.js-menu": "^0.7.0", "typescript": "^2.3.2" }