From 270329e0e83dc282c81942ad3b782aca9e98af98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 08:59:56 +0100 Subject: [PATCH] fix(deps): update dependency katex to v0.15.3 (#219) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92d7373..12806ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "clipboard": "2.0.10", - "katex": "0.15.2", + "katex": "0.15.3", "mermaid": "8.14.0", "store2": "2.13.1" }, @@ -6662,9 +6662,9 @@ } }, "node_modules/katex": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz", - "integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz", + "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" @@ -17279,9 +17279,9 @@ } }, "katex": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.2.tgz", - "integrity": "sha512-FfZ/f6f8bQdLmJ3McXDNTkKenQkoXkItpW0I9bsG2wgb+8JAY5bwpXFtI8ZVrg5hc1wo1X/UIhdkVMpok46tEQ==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz", + "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==", "requires": { "commander": "^8.0.0" } diff --git a/package.json b/package.json index 3555f41..bd83d8b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "clipboard": "2.0.10", - "katex": "0.15.2", + "katex": "0.15.3", "mermaid": "8.14.0", "store2": "2.13.1" },