From b9a1540bd664d9c74fcfe40c314474fade9d99aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Dec 2023 23:06:54 +0000 Subject: [PATCH] fix: packages/pull/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITWEBHOOKS-6129527 - https://snyk.io/vuln/SNYK-JS-PROBOT-6129524 --- packages/pull/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pull/package.json b/packages/pull/package.json index af83f13026..21f054a2f5 100644 --- a/packages/pull/package.json +++ b/packages/pull/package.json @@ -26,7 +26,7 @@ "bunyan-syslog-udp": "^0.2.0", "joi": "^17.7.0", "js-yaml": "^4.1.0", - "probot": "^9.14.1", + "probot": "^12.3.3", "probot-config": "^1.1.0", "probot-scheduler": "wei/probot-scheduler#3b656f7", "request": "^2.88.2",