From abaf345a9b27ce8c4802b168e19d339cf68d5ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 07:05:43 +0000 Subject: [PATCH] Bump katex from 0.11.1 to 0.13.19 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.11.1 to 0.13.19. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/master/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.11.1...v0.13.19) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index e435c334b601..6b6650901566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24288,18 +24288,11 @@ } }, "katex": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.11.1.tgz", - "integrity": "sha512-5oANDICCTX0NqYIyAiFCCwjQ7ERu3DQG2JFHLbYOf+fXaMoH8eg/zOq5WSYJsKMi/QebW+Eh3gSM+oss1H/bww==", + "version": "0.13.19", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.13.19.tgz", + "integrity": "sha512-5a3eZvdSfdQStJhNDM3JuEOtI9U3N+KzmutLNf76YHosZeA6bcas45O4AwQQ2oVh5xHs5jiUBn5t+s2Cue+bGw==", "requires": { - "commander": "^2.19.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - } + "commander": "^6.0.0" } }, "key-encoder": { diff --git a/package.json b/package.json index d4c510bebf55..7d4f0cc49b19 100644 --- a/package.json +++ b/package.json @@ -232,7 +232,7 @@ "jsdom": "^16.6.0", "jsrsasign": "^10.4.0", "juice": "^8.0.0", - "katex": "^0.11.1", + "katex": "^0.13.19", "ldap-escape": "^2.0.5", "ldapjs": "^2.3.1", "less": "https://github.com/meteor/less.js/tarball/8130849eb3d7f0ecf0ca8d0af7c4207b0442e3f6",