Skip to content

Commit

Permalink
Build(deps): Bump web-push and @types/web-push
Browse files Browse the repository at this point in the history
Bumps [web-push](https://github.com/web-push-libs/web-push) and [@types/web-push](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/web-push). These dependencies needed to be updated together.

Updates `web-push` from 3.6.4 to 3.6.6
- [Release notes](https://github.com/web-push-libs/web-push/releases)
- [Commits](web-push-libs/web-push@v3.6.4...v3.6.6)

Updates `@types/web-push` from 3.3.2 to 3.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/web-push)

---
updated-dependencies:
- dependency-name: web-push
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/web-push"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent da51982 commit eab48b9
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 @@ -187,7 +187,7 @@
"vuedraggable": "2.24.3",
"vuex": "3.6.2",
"vuex-persistedstate": "3.2.0",
"web-push": "3.6.4",
"web-push": "3.6.6",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"websocket": "1.0.34",
Expand Down Expand Up @@ -245,7 +245,7 @@
"@types/tinycolor2": "1.4.3",
"@types/tmp": "0.2.4",
"@types/uuid": "9.0.4",
"@types/web-push": "3.3.2",
"@types/web-push": "3.6.1",
"@types/webpack": "5.28.3",
"@types/webpack-stream": "3.2.13",
"@types/websocket": "1.0.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1212,10 +1212,10 @@
"@types/expect" "^1.20.4"
"@types/node" "*"

"@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==
"@types/web-push@3.6.1":
version "3.6.1"
resolved "https://registry.yarnpkg.com/@types/web-push/-/web-push-3.6.1.tgz#ade10d5a92932749bc08b33aba9c797b0526beea"
integrity sha512-Zu6Iju7c4IlE8I8eEeFLYRb7XFqvHFmWWAYr1cmug9EX3c6CDarxIXWN/GO0sxjbJLkHPwozUzp6cLdXsrq7Ew==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -9990,10 +9990,10 @@ watchpack@^2.4.0:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"

[email protected].4:
version "3.6.4"
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.6.4.tgz#3293a390d3058f1303a509668215306f9ea7c319"
integrity sha512-An4nhiYuCPJkD51hXid7OIO3TACJsSUhj6XWDNvCDiLCS5ucEkhPUnh/s+jOWAJUUDASGHkuU8hFHg+mX+4vLQ==
[email protected].6:
version "3.6.6"
resolved "https://registry.yarnpkg.com/web-push/-/web-push-3.6.6.tgz#592facb26116187136b0d543768ef85675791ac8"
integrity sha512-SyteEck9fiCskNmPxs/GFhJsZrIyLfRvjWNmcUwULLJyCU0f1oxo2sWTokXA1mDAq9vxk4e4gVcb/8agq73NkQ==
dependencies:
asn1.js "^5.3.0"
http_ece "1.1.0"
Expand Down

0 comments on commit eab48b9

Please sign in to comment.