From 58f705d355ab830ab3f4438627ee892926c292c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Jun 2022 04:03:29 +0000 Subject: [PATCH] fix: github-auto-assign-pr-reviewers/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- github-auto-assign-pr-reviewers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-auto-assign-pr-reviewers/package.json b/github-auto-assign-pr-reviewers/package.json index ee8e851..0f425aa 100644 --- a/github-auto-assign-pr-reviewers/package.json +++ b/github-auto-assign-pr-reviewers/package.json @@ -13,6 +13,6 @@ "author": "nathang@indiraactive.com", "license": "ISC", "dependencies": { - "got": "^7.1.0" + "got": "^11.8.5" } }