Browse Source

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] <[email protected]>
pull/10/head
dependabot[bot] 8 months ago
committed by GitHub
parent
commit
1c6c644d51
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      package-lock.json
  2. 2
      package.json

10
package-lock.json

@ -26,7 +26,7 @@
"hexo-web-push-notification": "^0.4.0" "hexo-web-push-notification": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"hexo-feed": "^1.1.1"
"hexo-feed": "^1.1.2"
} }
}, },
"node_modules/@tootallnate/once": { "node_modules/@tootallnate/once": {
@ -1171,13 +1171,13 @@
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
}, },
"node_modules/hexo-feed": { "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, "dev": true,
"peerDependencies": { "peerDependencies": {
"chalk": "^4.1.0", "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": { "node_modules/hexo-filter-plantuml": {

2
package.json

@ -30,6 +30,6 @@
"hexo-web-push-notification": "^0.4.0" "hexo-web-push-notification": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"hexo-feed": "^1.1.1"
"hexo-feed": "^1.1.2"
} }
} }
Loading…
Cancel
Save