You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Due to both time and resource constrains the Highlight.js core team only fully s
6
6
7
7
| Version | Supported | Status |
8
8
| :-----: | :-: | :------ |
9
-
| 10.7.0|:white_check_mark: :closed_lock_with_key:| The 10.x series recieves regular updates, new features & bug fixes. |
9
+
| 10.7.1|:white_check_mark: :closed_lock_with_key:| The 10.x series recieves regular updates, new features & bug fixes. |
10
10
| <= 10.4.0 |:x:| Known vulnerabities. *Please upgrade to a more recent 10.x release.*|
11
11
| 9.18.5 |:x:|[EOL](https://github.com/highlightjs/highlight.js/issues/2877). No longer supported. See [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_UPGRADE.md). |
12
12
| <= 9.18.3 |:x:| No longer supported. Known vulnerabities. |
Copy file name to clipboardExpand all lines: tsconfig.json
+1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
43
43
// "typeRoots": ["./"], /* List of folders to include type definitions from. */
44
44
"types": [
45
+
"mocha",
45
46
"./types/index"
46
47
], /* Type declaration files to be included in compilation. */
47
48
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
0 commit comments