Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit dd78181

Browse files
Merge pull request #895 from The-Code-Monkey/dependabot/npm_and_yarn/docs/katex-0.16.11
Bump katex from 0.16.7 to 0.16.11 in /docs
2 parents edccaa3 + acdcd16 commit dd78181

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

docs/yarn.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,17 +1722,10 @@ jsonfile@^6.0.1:
17221722
optionalDependencies:
17231723
graceful-fs "^4.1.6"
17241724

1725-
katex@^0.16.0:
1726-
version "0.16.7"
1727-
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.7.tgz#36be1d4ed96e8afdc5863407e70f8fb250aeafd5"
1728-
integrity sha512-Xk9C6oGKRwJTfqfIbtr0Kes9OSv6IFsuhFGc7tW4urlpMJtuh+7YhzU6YEG9n8gmWKcMAFzkp7nr+r69kV0zrA==
1729-
dependencies:
1730-
commander "^8.3.0"
1731-
1732-
katex@^0.16.9:
1733-
version "0.16.9"
1734-
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.9.tgz#bc62d8f7abfea6e181250f85a56e4ef292dcb1fa"
1735-
integrity sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==
1725+
katex@^0.16.0, katex@^0.16.9:
1726+
version "0.16.11"
1727+
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.11.tgz#4bc84d5584f996abece5f01c6ad11304276a33f5"
1728+
integrity sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==
17361729
dependencies:
17371730
commander "^8.3.0"
17381731

@@ -3186,8 +3179,16 @@ streamsearch@^1.1.0:
31863179
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
31873180
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
31883181

3189-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
3190-
name string-width-cjs
3182+
"string-width-cjs@npm:string-width@^4.2.0":
3183+
version "4.2.3"
3184+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3185+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3186+
dependencies:
3187+
emoji-regex "^8.0.0"
3188+
is-fullwidth-code-point "^3.0.0"
3189+
strip-ansi "^6.0.1"
3190+
3191+
string-width@^4.1.0:
31913192
version "4.2.3"
31923193
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31933194
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3213,8 +3214,14 @@ stringify-entities@^4.0.0:
32133214
character-entities-html4 "^2.0.0"
32143215
character-entities-legacy "^3.0.0"
32153216

3216-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3217-
name strip-ansi-cjs
3217+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3218+
version "6.0.1"
3219+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3220+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3221+
dependencies:
3222+
ansi-regex "^5.0.1"
3223+
3224+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
32183225
version "6.0.1"
32193226
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
32203227
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)