Bump @mozilla/readability

Bumps [@mozilla/readability](https://github.com/mozilla/readability) from 0.5.0 to 0.6.0.
- [Changelog](https://github.com/mozilla/readability/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mozilla/readability/compare/0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: "@mozilla/readability"
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-14 07:54:58 +00:00
committed by GitHub
parent 4de06e9620
commit 4d327842c6
2 changed files with 5 additions and 5 deletions
@@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@mozilla/readability": "^0.5.0", "@mozilla/readability": "^0.6.0",
"remove-markdown": "^0.5.5", "remove-markdown": "^0.5.5",
"turndown": "^7.2.0" "turndown": "^7.2.0"
}, },
@@ -1616,9 +1616,9 @@
"license": "BSD-2-Clause" "license": "BSD-2-Clause"
}, },
"node_modules/@mozilla/readability": { "node_modules/@mozilla/readability": {
"version": "0.5.0", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.5.0.tgz", "resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.6.0.tgz",
"integrity": "sha512-Z+CZ3QaosfFaTqvhQsIktyGrjFjSC0Fa4EMph4mqKnWhmyoGICsV/8QK+8HpXut6zV7zwfWwqDmEjtk1Qf6EgQ==", "integrity": "sha512-juG5VWh4qAivzTAeMzvY9xs9HY5rAcr2E4I7tiSSCokRFi7XIZCAu92ZkSTsIj1OPceCifL3cpfteP3pDT9/QQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
@@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"description": "", "description": "",
"dependencies": { "dependencies": {
"@mozilla/readability": "^0.5.0", "@mozilla/readability": "^0.6.0",
"remove-markdown": "^0.5.5", "remove-markdown": "^0.5.5",
"turndown": "^7.2.0" "turndown": "^7.2.0"
}, },