From 161b2c468e62ca7d962cf4fa65088e23f8565a1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 22:47:34 +0000 Subject: [PATCH] fix: node_modules/@octokit/auth-token/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/@octokit/auth-token/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/@octokit/auth-token/package.json b/node_modules/@octokit/auth-token/package.json index 6d9a778822..e2643d9853 100644 --- a/node_modules/@octokit/auth-token/package.json +++ b/node_modules/@octokit/auth-token/package.json @@ -33,7 +33,7 @@ "@types/fetch-mock": "^7.3.1", "@types/jest": "^26.0.0", "fetch-mock": "^9.0.0", - "jest": "^25.1.0", + "jest": "^27.0.0", "semantic-release": "^17.0.0", "ts-jest": "^25.1.0", "typescript": "^3.7.2"