diff --git a/package.json b/package.json index 3c024d6aa..83f32aabd 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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.2", "jest": "^27.4.3", "prettier": "^2.1.2", diff --git a/yarn.lock b/yarn.lock index 44f963253..973ec0891 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" "*" @@ -5171,10 +5171,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"