📌 Bump katex from 0.16.4 to 0.16.6

Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.4 to 0.16.6.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.4...v0.16.6)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-18 06:01:31 +00:00 committed by GitHub
parent 04d514c06a
commit 68a9e1f903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "hugo-blowfish-theme", "name": "hugo-blowfish-theme",
"version": "2.31.3", "version": "2.32.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "hugo-blowfish-theme", "name": "hugo-blowfish-theme",
"version": "2.31.3", "version": "2.32.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -20,7 +20,7 @@
"chart.js": "^4.2.1", "chart.js": "^4.2.1",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"jquery": "^3.6.4", "jquery": "^3.6.4",
"katex": "^0.16.4", "katex": "^0.16.6",
"packery": "^2.1.2", "packery": "^2.1.2",
"prettier": "^2.8.7", "prettier": "^2.8.7",
"prettier-plugin-go-template": "^0.0.13", "prettier-plugin-go-template": "^0.0.13",
@ -626,16 +626,16 @@
"peer": true "peer": true
}, },
"node_modules/katex": { "node_modules/katex": {
"version": "0.16.4", "version": "0.16.6",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.6.tgz",
"integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", "integrity": "sha512-XVB7X8jEogjJ+OY+a9JdE+VOk9i7znela0HP6WaDbpB4sUh8ghrG0Ccluu2MA2tcJbFAViBC9aVXus2UvkEr8A==",
"dev": true, "dev": true,
"funding": [ "funding": [
"https://opencollective.com/katex", "https://opencollective.com/katex",
"https://github.com/sponsors/katex" "https://github.com/sponsors/katex"
], ],
"dependencies": { "dependencies": {
"commander": "^8.0.0" "commander": "^8.3.0"
}, },
"bin": { "bin": {
"katex": "cli.js" "katex": "cli.js"
@ -2079,12 +2079,12 @@
"peer": true "peer": true
}, },
"katex": { "katex": {
"version": "0.16.4", "version": "0.16.6",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.6.tgz",
"integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", "integrity": "sha512-XVB7X8jEogjJ+OY+a9JdE+VOk9i7znela0HP6WaDbpB4sUh8ghrG0Ccluu2MA2tcJbFAViBC9aVXus2UvkEr8A==",
"dev": true, "dev": true,
"requires": { "requires": {
"commander": "^8.0.0" "commander": "^8.3.0"
}, },
"dependencies": { "dependencies": {
"commander": { "commander": {

View file

@ -38,7 +38,7 @@
"chart.js": "^4.2.1", "chart.js": "^4.2.1",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"jquery": "^3.6.4", "jquery": "^3.6.4",
"katex": "^0.16.4", "katex": "^0.16.6",
"packery": "^2.1.2", "packery": "^2.1.2",
"prettier": "^2.8.7", "prettier": "^2.8.7",
"prettier-plugin-go-template": "^0.0.13", "prettier-plugin-go-template": "^0.0.13",