diff --git a/package-lock.json b/package-lock.json index bd020a1..59ddc7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "hexo-web-push-notification": "^0.4.0" }, "devDependencies": { - "hexo-feed": "^1.1.1" + "hexo-feed": "^1.1.2" } }, "node_modules/@tootallnate/once": { @@ -1171,13 +1171,13 @@ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, "node_modules/hexo-feed": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/hexo-feed/-/hexo-feed-1.1.1.tgz", - "integrity": "sha512-Hrp6YZGZ93/EqGOAvKll8hQpCWKggcbexP3Xkjx00YCUeOHGSNqBLdggRGAo8c7/BPbF6X0wLgar/WD+f5hKYQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/hexo-feed/-/hexo-feed-1.1.2.tgz", + "integrity": "sha512-7uK+9r3btleHpVbuuP0I13ETSRiVsBtQghPNyyBl9HJ8D23jXcWq5lLe4KUlhOql35mlIYErNv1iZIbJMNilEQ==", "dev": true, "peerDependencies": { "chalk": "^4.1.0", - "hexo": "^4.2.0 || ^5.2.0 || ^6.1.0" + "hexo": "^4.2.0 || ^5.2.0 || ^6.1.0 || ^7.0.0" } }, "node_modules/hexo-filter-plantuml": { diff --git a/package.json b/package.json index 73c0fb7..630d815 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "hexo-web-push-notification": "^0.4.0" }, "devDependencies": { - "hexo-feed": "^1.1.1" + "hexo-feed": "^1.1.2" } }