diff --git a/package-lock.json b/package-lock.json index 1d56171d7..24c54534d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13319,9 +13319,9 @@ "link": true }, "node_modules/tex-to-typst": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/tex-to-typst/-/tex-to-typst-0.0.13.tgz", - "integrity": "sha512-eVCFca1fx4I6KJ+uiPAO0nZRK3BjS2acqCWppoJmiiOcJLopPMK46ryZdk6ntFa7uo9oUEtgcoaU6Fbbv7GQ4g==", + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/tex-to-typst/-/tex-to-typst-0.0.14.tgz", + "integrity": "sha512-Lbu9rjsEZEwDaB+GqUwQHXyOAgL7WhEieGm2k9YTsBKUBDvN4H0tR/lUFRz+hmWhJQWYAwdPnCvUxbSXdY/dhA==", "license": "MIT", "dependencies": { "@unified-latex/unified-latex": "^1.4.0", @@ -16186,7 +16186,7 @@ "myst-common": "^1.7.4", "myst-frontmatter": "^1.7.4", "myst-spec-ext": "^1.7.4", - "tex-to-typst": "^0.0.13", + "tex-to-typst": "^0.0.14", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" } diff --git a/packages/myst-to-typst/package.json b/packages/myst-to-typst/package.json index cd7444579..fa86f0de0 100644 --- a/packages/myst-to-typst/package.json +++ b/packages/myst-to-typst/package.json @@ -40,7 +40,7 @@ "myst-common": "^1.7.4", "myst-frontmatter": "^1.7.4", "myst-spec-ext": "^1.7.4", - "tex-to-typst": "^0.0.13", + "tex-to-typst": "^0.0.14", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" }