From 1c6c644d51a981b7cdddbbbf724311881d020d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 07:18:29 +0000 Subject: [PATCH] Bump hexo-feed from 1.1.1 to 1.1.2 Bumps [hexo-feed](https://github.com/sergeyzwezdin/hexo-feed) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/sergeyzwezdin/hexo-feed/releases) - [Commits](https://github.com/sergeyzwezdin/hexo-feed/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: hexo-feed dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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" } }