From fea0d55497e0571f819c6b7c360543f460a71610 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jun 2023 15:00:44 +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-TOUGHCOOKIE-5672873 --- 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..9809449f30 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": "^26.0.0", "semantic-release": "^17.0.0", "ts-jest": "^25.1.0", "typescript": "^3.7.2"