diff --git a/package-lock.json b/package-lock.json index 62975ae..6ec834c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4201,33 +4201,38 @@ } }, "write-good": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/write-good/-/write-good-1.0.2.tgz", - "integrity": "sha512-1gm9Ouz7mBROF7aC8vvSm/3JtPfTiZ+fegPGCKdxsYhf6VYeStHfVFx2Hnj2kJviHPx5zZkiQ8DytzZMP0Zqwg==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/write-good/-/write-good-1.0.8.tgz", + "integrity": "sha512-P1Ct7+DNrOcr2JAxDZ3Q5i5sx2LSveu7iLaoUL0A+YiG0GKf0l5+9j3rwMeyh6JeTL1+HfQV1rnwEvzhNIvpFw==", "requires": { - "adverb-where": "^0.2.1", + "adverb-where": "^0.2.2", "commander": "^2.19.0", - "e-prime": "^0.10.2", - "no-cliches": "^0.2.2", + "e-prime": "^0.10.4", + "no-cliches": "^0.3.0", "passive-voice": "^0.1.0", - "too-wordy": "^0.2.2", + "too-wordy": "^0.3.1", "weasel-words": "^0.1.1" }, "dependencies": { "adverb-where": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/adverb-where/-/adverb-where-0.2.1.tgz", - "integrity": "sha512-IAveFBziMRMNPKFdWRcdIKaJvJG1cAfU9/tf9MzqQ84Dh4QjD9eqwnt4hNSt9cbrcEJD74BMIOaRVgVDEU7MwQ==" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/adverb-where/-/adverb-where-0.2.2.tgz", + "integrity": "sha512-hZPUFSgljaJnzQQXqc4GCEVSxmyhBkLgf/DyeW7F068PdRE9PervS4LmftJWWSPfTpaEhpJebx3eP7D9slBjSw==" + }, + "e-prime": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/e-prime/-/e-prime-0.10.4.tgz", + "integrity": "sha512-tzBmM2mFSnAq5BuxPSyin6qXb3yMe1wufJN7L7ZPcEWS5S+jI2dhKQEoqHVEcSMMXo/j5lcWpX5jzA6wLSmX6w==" }, "no-cliches": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/no-cliches/-/no-cliches-0.2.2.tgz", - "integrity": "sha512-iEOqDAOFl6uN5jZGRj39Jdo8qALzf2HPXtpFso8+BMaDylDrUMYMwhFbfYGgxdnMlsRnxYTwv68kaXEpsHIapg==" + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/no-cliches/-/no-cliches-0.3.0.tgz", + "integrity": "sha512-F5RA5GyDsJ9dYx2nFwzzy371BbFTBInQ/gO6arT+ngrI+1sDP5cSZxkWsVLgRoLMln4rs3xXBLjD2sLa7TnV1g==" }, "too-wordy": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/too-wordy/-/too-wordy-0.2.2.tgz", - "integrity": "sha512-ePZfjs1ajL4b8jT4MeVId+9Ci5hJCzAtNIEXIHyFYmKmQuX+eHC/RNv6tuLMUhrGrhJ+sYWW/lBF/LKILHGZEA==" + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/too-wordy/-/too-wordy-0.3.1.tgz", + "integrity": "sha512-qfKDd/kxLEmbOqdtWnp/Gw1EEvW5ONZB3HehzkHNKFIx3bUrfda6qdOzxJ74vkaIaJbZyRFkBHkbY078fjAd5A==" } } }, diff --git a/package.json b/package.json index f91c0f1..83a8764 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "textlint-rule-no-todo": "^2.0.1", "textlint-rule-terminology": "^2.1.4", "textlint-rule-write-good": "^1.6.2", - "write-good": "^1.0.2" + "write-good": "^1.0.8" }, "devDependencies": { "minimist": ">=1.2.5"