Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-04-20 13:17:32 +0300
committerJulius Härtl <jus@bitgrid.net>2020-04-22 18:46:15 +0300
commit35b2f079cf76c0511c0356e4926915a572c8462f (patch)
treee92bd1df53348d002841727defe70b93123cfbd6 /package-lock.json
parent6b4790384865d7c63f76b458d28740c2f65924ab (diff)
Fix broken syntax highlight with highlight.js > 9.16
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 72ce6f14e..d8eaf97ad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7987,9 +7987,9 @@
"dev": true
},
"highlight.js": {
- "version": "9.18.1",
- "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz",
- "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg=="
+ "version": "9.16.2",
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.16.2.tgz",
+ "integrity": "sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw=="
},
"hmac-drbg": {
"version": "1.0.1",