Merge pull request #164 from learnhouse/chore/katex-upgrade

Update katex version to 0.16.10
This commit is contained in:
Badr B 2024-03-31 00:25:51 +01:00 committed by GitHub
commit 8687f561cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
pnpm-lock.yaml generated
View file

@ -4740,8 +4740,8 @@ packages:
object.values: 1.1.7 object.values: 1.1.7
dev: true dev: true
/katex@0.16.9: /katex@0.16.10:
resolution: {integrity: sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==} resolution: {integrity: sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==}
hasBin: true hasBin: true
dependencies: dependencies:
commander: 8.3.0 commander: 8.3.0
@ -5527,7 +5527,7 @@ packages:
prop-types: ^15.8.1 prop-types: ^15.8.1
react: '>=15.3.2 <=18' react: '>=15.3.2 <=18'
dependencies: dependencies:
katex: 0.16.9 katex: 0.16.10
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.2.0 react: 18.2.0
dev: false dev: false