mirror of
https://github.com/gchq/CyberChef
synced 2026-01-04 17:43:28 +00:00
Fixed 'Syntax highlighter' operation. Using highlight.js instead of google-code-prettify.
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -4341,11 +4341,6 @@
|
||||
"pinkie-promise": "2.0.1"
|
||||
}
|
||||
},
|
||||
"google-code-prettify": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/google-code-prettify/-/google-code-prettify-1.0.5.tgz",
|
||||
"integrity": "sha1-n0d/Ik2/piNy5e+AOn4VdBBAAIQ="
|
||||
},
|
||||
"graceful-fs": {
|
||||
"version": "4.1.11",
|
||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
|
||||
@@ -4745,6 +4740,11 @@
|
||||
"integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=",
|
||||
"dev": true
|
||||
},
|
||||
"highlight.js": {
|
||||
"version": "9.12.0",
|
||||
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.12.0.tgz",
|
||||
"integrity": "sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4="
|
||||
},
|
||||
"hmac-drbg": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user