From 5fefa7f29f53e456837d059a768b25b79d41e086 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 21:04:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b122e9aad..e24a6186f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "debug": "^3.0.1", - "probot": "^3.0.0" + "probot": "^11.0.0" }, "devDependencies": { "coveralls": "^3.0.0",