Skip to content

Commit

Permalink
Update dependency web-push to ^3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 25, 2021
1 parent 90f8f23 commit 76b0143
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"sharp": "^0.27.0",
"transform-ts": "^0.3.0",
"typeorm": "^0.2.22",
"web-push": "^3.4.4",
"web-push": "^3.4.5",
"ws": "^7.4.1"
},
"resolutions": {
Expand All @@ -54,7 +54,7 @@
"@types/redis": "^2.8.32",
"@types/sharp": "^0.27.1",
"@types/supertest": "^2.0.11",
"@types/web-push": "^3.3.1",
"@types/web-push": "^3.3.2",
"@types/ws": "^8.2.0",
"jest": "^27.2.1",
"prettier": "^2.1.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -995,10 +995,10 @@
dependencies:
"@types/superagent" "*"

"@types/web-push@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@types/web-push/-/web-push-3.3.1.tgz#0b5a3ab30128d180fcf8e7d4ab2e2bf2413af6f2"
integrity sha512-n4XCXwssioxBjSIxsDllP7dqpNgGes1t3mL8wINsUsgadx28FqoHmqLLan1fuX9OGLH6Fz4DcV3ZK+1XEdzXMg==
"@types/web-push@^3.3.2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@types/web-push/-/web-push-3.3.2.tgz#8c32434147c0396415862e86405c9edc9c50fc15"
integrity sha512-JxWGVL/m7mWTIg4mRYO+A6s0jPmBkr4iJr39DqJpRJAc+jrPiEe1/asmkwerzRon8ZZDxaZJpsxpv0Z18Wo9gw==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -5047,10 +5047,10 @@ walker@^1.0.7:
dependencies:
makeerror "1.0.x"

web-push@^3.4.4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.4.4.tgz#b11523ada0f4b8c2481f65d1d059acd45ba27ca0"
integrity sha512-tB0F+ccobsfw5jTWBinWJKyd/YdCdRbKj+CFSnsJeEgFYysOULvWFYyeCxn9KuQvG/3UF1t3cTAcJzBec5LCWA==
web-push@^3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.4.5.tgz#f94074ff150538872c7183e4d8881c8305920cf1"
integrity sha512-2njbTqZ6Q7ZqqK14YpK1GGmaZs3NmuGYF5b7abCXulUIWFSlSYcZ3NBJQRFcMiQDceD7vQknb8FUuvI1F7Qe/g==
dependencies:
asn1.js "^5.3.0"
http_ece "1.1.0"
Expand Down

0 comments on commit 76b0143

Please sign in to comment.