Browse Source

Bump hexo-web-push-notification from 0.2.3 to 0.4.0

Bumps [hexo-web-push-notification](https://github.com/glazec/hexo-web-push-notification) from 0.2.3 to 0.4.0.
- [Release notes](https://github.com/glazec/hexo-web-push-notification/releases)
- [Commits](https://github.com/glazec/hexo-web-push-notification/commits)

---
updated-dependencies:
- dependency-name: hexo-web-push-notification
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/5/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
5164e9d62a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -22,7 +22,7 @@
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0",
"hexo-web-push-notification": "^0.2.2"
"hexo-web-push-notification": "^0.4.0"
},
"devDependencies": {
"hexo-feed": "^1.1.1"
@ -1379,9 +1379,9 @@
}
},
"node_modules/hexo-web-push-notification": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hexo-web-push-notification/-/hexo-web-push-notification-0.2.3.tgz",
"integrity": "sha512-Ndm+/2kfB0jXGFNuUjCEn4lB9kFo0A+Q+ASyaw07ukcWruBZCJ0Qzm8kRfoCYM2pjuXghgLHrYqiYzkgwVnjUQ==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/hexo-web-push-notification/-/hexo-web-push-notification-0.4.0.tgz",
"integrity": "sha512-rEtm55DksYq0aR8c7/tjVxYrwtySt8CBi3w8YWv01CDmfe1bczX5SiPDJtO98ozrHLnfYaC9HpBUflcCG91MHw==",
"dependencies": {
"hexo-fs": "^2.0.0",
"hexo-util": "^1.8.1",

2
package.json

@ -26,7 +26,7 @@
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0",
"hexo-web-push-notification": "^0.2.2"
"hexo-web-push-notification": "^0.4.0"
},
"devDependencies": {
"hexo-feed": "^1.1.1"

Loading…
Cancel
Save