diff --git a/package-lock.json b/package-lock.json index 6434984..d271c0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@types/node": { - "version": "10.11.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.11.2.tgz", - "integrity": "sha512-XubfQDIg88PGJ7netQPf3QOKHF7Xht4WXGtg5W7cGBeQs9ETbYKwfchR9o+tRRA9iLTQ7nAre85M205JbYsjJA==" + "version": "10.11.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.11.3.tgz", + "integrity": "sha512-3AvcEJAh9EMatxs+OxAlvAEs7OTy6AG94mcH1iqyVDwVVndekLxzwkWQ/Z4SDbY6GO2oyUXyWW8tQ4rENSSQVQ==" }, "JSONStream": { "version": "1.3.4", @@ -1476,29 +1476,6 @@ "safe-json-stringify": "~1" } }, - "hexo-filter-nofollow": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hexo-filter-nofollow/-/hexo-filter-nofollow-1.0.1.tgz", - "integrity": "sha512-QlkOd4JxW60nHUn63WSLknWrtvk0ryrd2/Ehv5HGIT9MG3XOnqNib7JM7pG6tF2iu7ji3/vwLXG8UcwIT7ljxQ==", - "requires": { - "cheerio": "^1.0.0-rc.2" - }, - "dependencies": { - "cheerio": { - "version": "1.0.0-rc.2", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", - "integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=", - "requires": { - "css-select": "~1.2.0", - "dom-serializer": "~0.1.0", - "entities": "~1.1.1", - "htmlparser2": "^3.9.1", - "lodash": "^4.15.0", - "parse5": "^3.0.1" - } - } - } - }, "hexo-front-matter": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-0.2.3.tgz", @@ -1617,6 +1594,29 @@ } } }, + "hexo-nofollow": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/hexo-nofollow/-/hexo-nofollow-0.1.0.tgz", + "integrity": "sha512-igcHJpuRs3wsyRlE4+XhgJhiLv/X4UG1IRKrCv0mA6ICyTM16WW9nZpMEyv5CVh/u+Nr3u3NRmb4qAKvqMtbYA==", + "requires": { + "cheerio": "1.0.0-rc.2" + }, + "dependencies": { + "cheerio": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", + "integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=", + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash": "^4.15.0", + "parse5": "^3.0.1" + } + } + } + }, "hexo-pagination": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-0.0.2.tgz", diff --git a/package.json b/package.json index e9d460a..dc6cfbb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "hexo": "latest", - "hexo-filter-nofollow": "latest", + "hexo-nofollow": "latest", "hexo-generator-archive": "latest", "hexo-generator-category": "latest", "hexo-generator-index": "latest",