chore(deps-dev): Bump marked-highlight from 2.0.6 to 2.0.7 (#3092)

Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 2.0.6 to 2.0.7.
- [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.6...v2.0.7)

---
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-11-13 08:52:06 -07:00 committed by GitHub
parent db1b8932d4
commit ba3b7e4be7
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 @@
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"highlight.js": "^11.9.0", "highlight.js": "^11.9.0",
"markdown-it": "13.0.2", "markdown-it": "13.0.2",
"marked-highlight": "^2.0.6", "marked-highlight": "^2.0.7",
"marked-man": "^2.0.0", "marked-man": "^2.0.0",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"recheck": "^4.4.5", "recheck": "^4.4.5",
@ -5163,12 +5163,12 @@
} }
}, },
"node_modules/marked-highlight": { "node_modules/marked-highlight": {
"version": "2.0.6", "version": "2.0.7",
"resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.6.tgz", "resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.7.tgz",
"integrity": "sha512-xjA/C6xgXAfkkYg+YHnxdjmgFyTDtqqu8KbZiqh+COJ7PuzR15kqa+rPrs6pf/2jExXtG1jyCFUHmv9s0Bi/dQ==", "integrity": "sha512-3IjgV879kEihgjWwVv8HGDkyuKDyR8hssDEjMUAH5LNVhIcZge+u6UKhxPA+daEVMVZeKEHo5gWrLVlLPF1m3g==",
"dev": true, "dev": true,
"peerDependencies": { "peerDependencies": {
"marked": ">=4 <10" "marked": ">=4 <11"
} }
}, },
"node_modules/marked-man": { "node_modules/marked-man": {

View File

@ -72,7 +72,7 @@
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"highlight.js": "^11.9.0", "highlight.js": "^11.9.0",
"markdown-it": "13.0.2", "markdown-it": "13.0.2",
"marked-highlight": "^2.0.6", "marked-highlight": "^2.0.7",
"marked-man": "^2.0.0", "marked-man": "^2.0.0",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"recheck": "^4.4.5", "recheck": "^4.4.5",