mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #202 from jpanther/dependabot/npm_and_yarn/katex-0.15.6
📌 Bump katex from 0.15.3 to 0.15.6
pull/204/head
commit
3d690b51ac
|
@ -13,7 +13,7 @@
|
|||
"@tailwindcss/typography": "^0.5.2",
|
||||
"chart.js": "^3.7.1",
|
||||
"fuse.js": "^6.6.2",
|
||||
"katex": "^0.15.3",
|
||||
"katex": "^0.15.6",
|
||||
"mermaid": "^9.1.1",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-go-template": "^0.0.13",
|
||||
|
@ -1282,9 +1282,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/katex": {
|
||||
"version": "0.15.3",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
||||
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
||||
"version": "0.15.6",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
|
||||
"integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
"https://opencollective.com/katex",
|
||||
|
@ -2919,9 +2919,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"katex": {
|
||||
"version": "0.15.3",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz",
|
||||
"integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==",
|
||||
"version": "0.15.6",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz",
|
||||
"integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"commander": "^8.0.0"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"@tailwindcss/typography": "^0.5.2",
|
||||
"chart.js": "^3.7.1",
|
||||
"fuse.js": "^6.6.2",
|
||||
"katex": "^0.15.3",
|
||||
"katex": "^0.15.6",
|
||||
"mermaid": "^9.1.1",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-go-template": "^0.0.13",
|
||||
|
|
Loading…
Reference in New Issue