unvendor: Replace hljs

This commit is contained in:
Cohee
2024-10-16 23:18:23 +03:00
parent 3c28b754dc
commit 416282ae1f
11 changed files with 28 additions and 1365 deletions

10
package-lock.json generated
View File

@@ -28,6 +28,7 @@
"fuse.js": "^7.0.0",
"google-translate-api-x": "^10.7.1",
"helmet": "^7.1.0",
"highlight.js": "^11.10.0",
"html-entities": "^2.5.2",
"iconv-lite": "^0.6.3",
"ip-matching": "^2.1.2",
@@ -4277,6 +4278,15 @@
"node": ">=16.0.0"
}
},
"node_modules/highlight.js": {
"version": "11.10.0",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz",
"integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==",
"license": "BSD-3-Clause",
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/html-entities": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",