Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency katex to v0.16.21 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@graasp/sdk": "2.0.0",
"@graasp/ui": "4.0.0",
"http-status-codes": "2.3.0",
"katex": "0.16.9",
"katex": "0.16.21",
"lodash.truncate": "4.4.2",
"qs": "6.11.2",
"quill-emoji": "0.2.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4258,7 +4258,7 @@ __metadata:
jest-dom: "npm:4.0.0"
jest-environment-jsdom: "npm:29.7.0"
jsdom: "npm:22.1.0"
katex: "npm:0.16.9"
katex: "npm:0.16.21"
lodash.truncate: "npm:4.4.2"
npm-run-all: "npm:4.1.5"
pinst: "npm:3.0.0"
Expand Down Expand Up @@ -17794,6 +17794,17 @@ __metadata:
languageName: node
linkType: hard

"katex@npm:0.16.21":
version: 0.16.21
resolution: "katex@npm:0.16.21"
dependencies:
commander: "npm:^8.3.0"
bin:
katex: cli.js
checksum: db1094c528972ffb881c64969e87cbca465d21f918f4dad8bfe583f68e1bd601438eda3d79e8d74bc7ccc14e7b76616a9053bb21945749a30a73bc68f20e721b
languageName: node
linkType: hard

"katex@npm:0.16.9":
version: 0.16.9
resolution: "katex@npm:0.16.9"
Expand Down
Loading