Browse Source

Bump highlight.js from 9.12.0 to 10.1.2 in /app/server/static

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.12.0 to 10.1.2.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.1.2/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.12.0...10.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
pull/1066/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
65d758873b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. 6
      app/server/static/package-lock.json
  2. 2
      app/server/static/package.json

6
app/server/static/package-lock.json

@ -4015,9 +4015,9 @@
"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="
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.1.2.tgz",
"integrity": "sha512-Q39v/Mn5mfBlMff9r+zzA+gWxRsCRKwEMvYTiisLr/XUiFI/4puWt0Ojdko3R3JCNWGdOWaA5g/Yxqa23kC5AA=="
},
"hmac-drbg": {
"version": "1.0.1",

2
app/server/static/package.json

@ -18,7 +18,7 @@
"axios-mock-adapter": "^1.17.0",
"buefy": "^0.8.2",
"chart.js": "^2.7.2",
"highlight.js": "^9.12.0",
"highlight.js": "^10.1.2",
"lodash.isempty": "^4.4.0",
"marked": "^0.7.0",
"swiper": "^4.3.3",

Loading…
Cancel
Save