Merge pull request #3214 from thelounge/renovate/web-push-3.x

Update dependency web-push to v3.3.4
This commit is contained in:
Pavel Djundik 2019-05-12 10:44:59 +03:00 committed by GitHub
commit 34e48d6040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -62,7 +62,7 @@
"tlds": "1.203.1",
"ua-parser-js": "0.7.19",
"uuid": "3.3.2",
"web-push": "3.3.3",
"web-push": "3.3.4",
"yarn": "1.16.0"
},
"optionalDependencies": {

View file

@ -4151,10 +4151,10 @@ http-signature@~1.2.0:
jsprim "^1.2.2"
sshpk "^1.7.0"
http_ece@1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/http_ece/-/http_ece-1.0.5.tgz#b60660faaf14215102d1493ea720dcd92b53372f"
integrity sha1-tgZg+q8UIVEC0Uk+pyDc2StTNy8=
http_ece@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/http_ece/-/http_ece-1.1.0.tgz#74780c6eb32d8ddfe9e36a83abcd81fe0cd4fb75"
integrity sha512-bptAfCDdPJxOs5zYSe7Y3lpr772s1G346R4Td5LgRUeCwIGpCGDUTJxRrhTNcAXbx37spge0kWEIH7QAYWNTlA==
dependencies:
urlsafe-base64 "~1.0.0"
@ -8830,13 +8830,13 @@ watchpack@^1.5.0:
graceful-fs "^4.1.2"
neo-async "^2.5.0"
web-push@3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.3.3.tgz#8dc7c578dd1243ceb5a8377389424e87ea9b15cc"
integrity sha512-Om4CNZpyzHP3AtGZpbBavCO7I9oCS9CFY2VDfTj/cFx2gm+mAtyK2OlKd6qu9pwCdZTyYanUiyhT0JSrs0ypHQ==
web-push@3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.3.4.tgz#7628b5207e400cd49a00eea7271b7a6fa0db971a"
integrity sha512-OLJbQPFX9g5mHhqxFBr9bdGK7YIEBkk4lXtUn+HpYp0HdoDIdgJvIa+ktJkDsRUOKksQqKIEaLAVuS7ewuC5nA==
dependencies:
asn1.js "^5.0.0"
http_ece "1.0.5"
http_ece "1.1.0"
https-proxy-agent "^2.2.1"
jws "^3.1.3"
minimist "^1.2.0"