build(deps): bump marked from 9.1.4 to 9.1.5 in /src/bin/doc

Bumps [marked](https://github.com/markedjs/marked) from 9.1.4 to 9.1.5.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v9.1.4...v9.1.5)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/src/bin/doc/marked-9.1.5
dependabot[bot] 2023-11-02 15:30:21 +00:00 committed by GitHub
parent 71fdca9f68
commit d7c2c2a486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"marked": { "marked": {
"version": "9.1.4", "version": "9.1.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.4.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz",
"integrity": "sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==" "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A=="
} }
} }
} }

View File

@ -7,7 +7,7 @@
"node": ">=12.17.0" "node": ">=12.17.0"
}, },
"dependencies": { "dependencies": {
"marked": "^9.1.4" "marked": "^9.1.5"
}, },
"devDependencies": {}, "devDependencies": {},
"optionalDependencies": {}, "optionalDependencies": {},