Update dependency reveal.js to v4.3.0 [SECURITY] (#1887)

* Update dependency reveal.js to v4.3.0 [SECURITY]

Signed-off-by: Renovate Bot <bot@renovateapp.com>

* Extend types

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
renovate[bot] 2022-03-05 17:31:03 +00:00 committed by GitHub
parent aa6a594513
commit 6b84cf6b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 7 deletions

View file

@ -127,10 +127,13 @@ declare module 'reveal.js' {
export default class Reveal {
constructor(options: RevealOptions)
initialize: () => Promise<void>
initialize: (options?: { url?: string }) => Promise<void>
public configure: (diff: RevealOptions) => void
public destroy: () => void
// Navigation
public slide(indexh: number, indexv?: number, f?: number, o?: number): void