From 0506100ba61f29d6755f38164d34385c1f2704fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Apr 2025 16:38:13 +0000 Subject: [PATCH] fix: utils/issue-format-bot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- utils/issue-format-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/issue-format-bot/package.json b/utils/issue-format-bot/package.json index d4a75e3f1ca4..00c88e8c38ea 100644 --- a/utils/issue-format-bot/package.json +++ b/utils/issue-format-bot/package.json @@ -33,7 +33,7 @@ "domain-from-partial-url": "^1.0.0", "html-entities": "^1.2.1", "lodash": "^4.17.5", - "probot": "^6.1.0", + "probot": "^13.4.5", "remark": "^9.0.0", "request": "^2.83.0", "strip-markdown": "^3.0.1",