From fff9df0f55dc0d394e51f3b111ff171b79351622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:57:32 +0000 Subject: [PATCH] Build(deps): Bump web-push and @types/web-push 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](https://github.com/web-push-libs/web-push/compare/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] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6ce487bced..4d0f7854f0 100644 --- a/package.json +++ b/package.json @@ -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", @@ -245,7 +245,7 @@ "@types/tinycolor2": "1.4.3", "@types/tmp": "0.2.5", "@types/uuid": "9.0.6", - "@types/web-push": "3.3.2", + "@types/web-push": "3.6.2", "@types/webpack": "5.28.3", "@types/webpack-stream": "3.2.14", "@types/websocket": "1.0.8", diff --git a/yarn.lock b/yarn.lock index bc68a2a4ad..49f302fd08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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.2": + version "3.6.2" + resolved "https://registry.yarnpkg.com/@types/web-push/-/web-push-3.6.2.tgz#bce102ea82e0e8a0ffd204ed810b1c5f8cad5bf9" + integrity sha512-v6Wdk1eIVbAJQjEAa1ZxuG3cfOYTd6nSv55BVJMtLQUvQ07v80MPt2Voq/z71WKhy4CORu4L3aH+8SXKX4BD5g== dependencies: "@types/node" "*" @@ -9990,10 +9990,10 @@ watchpack@^2.4.0: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" -web-push@3.6.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== +web-push@3.6.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"