Browse Source

Merge 1c6c644d51 into 24e2b29790

pull/10/merge
dependabot[bot] 3 days ago
committed by GitHub
parent
commit
2fba1b5889
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