chore(deps-dev): Bump marked-highlight from 2.0.7 to 2.1.0 (#3139)

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

---
updated-dependencies:
- dependency-name: marked-highlight
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-12-18 09:15:09 -07:00 committed by GitHub
parent c491c91ad3
commit b8421b59dc
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.7", "marked-highlight": "^2.1.0",
"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",
@ -5190,12 +5190,12 @@
} }
}, },
"node_modules/marked-highlight": { "node_modules/marked-highlight": {
"version": "2.0.7", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.0.7.tgz", "resolved": "https://registry.npmjs.org/marked-highlight/-/marked-highlight-2.1.0.tgz",
"integrity": "sha512-3IjgV879kEihgjWwVv8HGDkyuKDyR8hssDEjMUAH5LNVhIcZge+u6UKhxPA+daEVMVZeKEHo5gWrLVlLPF1m3g==", "integrity": "sha512-peBvgGZZqUw074Vy/N8Y7/6JQhSnR54/T0Ozq2/fAIBzcYfVfExFdQJptIhQxreR1elpwvJRrqhp6S/Prk8prA==",
"dev": true, "dev": true,
"peerDependencies": { "peerDependencies": {
"marked": ">=4 <11" "marked": ">=4 <12"
} }
}, },
"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.7", "marked-highlight": "^2.1.0",
"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",