Skip to content

Commit 351b248

Browse files
authored
Merge pull request #372 from quarto-dev/snyk-upgrade-145b733a975d295d58c852dd038219d0
[Snyk] Upgrade katex from 0.16.28 to 0.17.0
2 parents 92cc787 + 7a3f985 commit 351b248

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

crates/quarto-core/src/stage/stages/math_js.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub const DEFAULT_MATHJAX_URL: &str =
8080
/// `katex_cdn_version_matches_npm_pin` test enforces the pairing —
8181
/// bump this together with the `katex` pins in the root and
8282
/// `hub-client/quarto-hub-sandboxed-preview` package.json.
83-
pub const DEFAULT_KATEX_URL_BASE: &str = "https://cdn.jsdelivr.net/npm/katex@0.16.28/dist/";
83+
pub const DEFAULT_KATEX_URL_BASE: &str = "https://cdn.jsdelivr.net/npm/katex@0.17.0/dist/";
8484

8585
/// Math-rendering engine selected by `html-math-method:`.
8686
#[derive(Debug, Clone, PartialEq, Eq)]

hub-client/quarto-hub-sandboxed-preview/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hub-client/quarto-hub-sandboxed-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1",
14-
"katex": "0.16.28"
14+
"katex": "0.17.0"
1515
},
1616
"devDependencies": {
1717
"@types/katex": "^0.16.7",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/katex": "^0.16.8",
2424
"@types/morphdom": "^2.3.0",
2525
"html2canvas": "^1.4.1",
26-
"katex": "0.16.28",
26+
"katex": "0.17.0",
2727
"morphdom": "^2.7.8",
2828
"reveal.js": "6.0.0",
2929
"reveal.js-menu": "^2.1.0"

0 commit comments

Comments
 (0)