From 33e7f47dd6e41cf678bb32a648a248539213e15c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jun 2023 22:13:02 +0000 Subject: [PATCH] fix: node_modules/@octokit/core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROXY-5661790 --- node_modules/@octokit/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/@octokit/core/package.json b/node_modules/@octokit/core/package.json index a073a2b8f4..aa13a06d3d 100644 --- a/node_modules/@octokit/core/package.json +++ b/node_modules/@octokit/core/package.json @@ -41,7 +41,7 @@ "jest": "^26.1.0", "lolex": "^6.0.0", "prettier": "^2.0.4", - "proxy": "^1.0.1", + "proxy": "^2.1.1", "semantic-release": "^17.0.0", "semantic-release-plugin-update-version-in-files": "^1.0.0", "ts-jest": "^26.1.3",