Browse Source

Merge pull request #1066 from doccano/dependabot/npm_and_yarn/app/server/static/highlight.js-10.1.2

Bump highlight.js from 9.12.0 to 10.1.2 in /app/server/static
pull/1068/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
d7fe9c7fa1
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