chore(deps-dev): Bump highlight.js from 11.0.0 to 11.0.1 (#2090)

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

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-07 07:43:30 -05:00 committed by GitHub
parent 61349b6257
commit 730f85ba6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4374,9 +4374,9 @@
"dev": true
},
"highlight.js": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.0.0.tgz",
"integrity": "sha512-ByaTMfsSuoqerTwemOgpIhfULEIaK52JJYhky/sK7/Yqc0+t7Uh5DHay9vIC94YXSupnQ1Vqfc9VXrYP4eXW3Q==",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.0.1.tgz",
"integrity": "sha512-EqYpWyTF2s8nMfttfBA2yLKPNoZCO33pLS4MnbXQ4hECf1TKujCt1Kq7QAdrio7roL4+CqsfjqwYj4tYgq0pJQ==",
"dev": true
},
"hook-std": {

View File

@ -51,7 +51,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"front-matter": "^4.0.2",
"highlight.js": "^11.0.0",
"highlight.js": "^11.0.1",
"jasmine": "^3.7.0",
"markdown-it": "12.0.6",
"node-fetch": "^2.6.1",