chore(deps-dev): Bump marked-highlight from 2.0.5 to 2.0.6 (#2977)

Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/markedjs/marked-highlight/releases)
- [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs)
- [Commits](https://github.com/markedjs/marked-highlight/compare/v2.0.5...v2.0.6)

---
updated-dependencies:
- dependency-name: marked-highlight
  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] 2023-09-11 11:12:23 -06:00 committed by GitHub
parent 6055e5e402
commit 2e88a2d0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -34,7 +34,7 @@
"highlight.js": "^11.8.0", "highlight.js": "^11.8.0",
"jasmine": "^5.1.0", "jasmine": "^5.1.0",
"markdown-it": "13.0.1", "markdown-it": "13.0.1",
"marked-highlight": "^2.0.5", "marked-highlight": "^2.0.6",
"marked-man": "^1.3.4", "marked-man": "^1.3.4",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"recheck": "^4.4.5", "recheck": "^4.4.5",
@ -5243,12 +5243,12 @@
} }
}, },
"node_modules/marked-highlight": { "node_modules/marked-highlight": {
"version": "2.0.5", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.5.tgz", "resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.6.tgz",
"integrity": "sha512-SnMOy3LBe3ZMVyew7sO/wqAzBBSrLrOejeayP2bmnB00rrETtNyEvJkR5f3kDRYv5nT+ueEMba6XcGlmcyaN+A==", "integrity": "sha512-xjA/C6xgXAfkkYg+YHnxdjmgFyTDtqqu8KbZiqh+COJ7PuzR15kqa+rPrs6pf/2jExXtG1jyCFUHmv9s0Bi/dQ==",
"dev": true, "dev": true,
"peerDependencies": { "peerDependencies": {
"marked": ">=4 <9" "marked": ">=4 <10"
} }
}, },
"node_modules/marked-man": { "node_modules/marked-man": {

View File

@ -66,7 +66,7 @@
"highlight.js": "^11.8.0", "highlight.js": "^11.8.0",
"jasmine": "^5.1.0", "jasmine": "^5.1.0",
"markdown-it": "13.0.1", "markdown-it": "13.0.1",
"marked-highlight": "^2.0.5", "marked-highlight": "^2.0.6",
"marked-man": "^1.3.4", "marked-man": "^1.3.4",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"recheck": "^4.4.5", "recheck": "^4.4.5",