From 6b271ee67c626c0055d90bf43d9ceebe5a8f85b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 18:49:00 +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-ASYNC-7414156 --- 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..3977cff527 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": "^10.0.0", "probot-config": "^1.1.0", "probot-scheduler": "wei/probot-scheduler#3b656f7", "request": "^2.88.2",