Merge pull request #43 from FaFre/dependabot/npm_and_yarn/packages/flutter_mozilla_components/javascript/readability/mozilla/readability-0.6.0

Bump @mozilla/readability from 0.5.0 to 0.6.0 in /packages/flutter_mozilla_components/javascript/readability
This commit is contained in:
Fabian Freund
2025-08-24 10:42:28 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@mozilla/readability": "^0.5.0",
"@mozilla/readability": "^0.6.0",
"remove-markdown": "^0.5.5",
"turndown": "^7.2.0"
},
@@ -1616,9 +1616,9 @@
"license": "BSD-2-Clause"
},
"node_modules/@mozilla/readability": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.5.0.tgz",
"integrity": "sha512-Z+CZ3QaosfFaTqvhQsIktyGrjFjSC0Fa4EMph4mqKnWhmyoGICsV/8QK+8HpXut6zV7zwfWwqDmEjtk1Qf6EgQ==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.6.0.tgz",
"integrity": "sha512-juG5VWh4qAivzTAeMzvY9xs9HY5rAcr2E4I7tiSSCokRFi7XIZCAu92ZkSTsIj1OPceCifL3cpfteP3pDT9/QQ==",
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
@@ -10,7 +10,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"@mozilla/readability": "^0.5.0",
"@mozilla/readability": "^0.6.0",
"remove-markdown": "^0.5.5",
"turndown": "^7.2.0"
},