From 88ee0e22a9f96989efc2258fbba00ffd4c043c69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 03:44:25 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/@octokit/auth-token/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/@octokit/auth-token/package.json b/node_modules/@octokit/auth-token/package.json index 6d9a778822..367336397b 100644 --- a/node_modules/@octokit/auth-token/package.json +++ b/node_modules/@octokit/auth-token/package.json @@ -33,9 +33,9 @@ "@types/fetch-mock": "^7.3.1", "@types/jest": "^26.0.0", "fetch-mock": "^9.0.0", - "jest": "^25.1.0", - "semantic-release": "^17.0.0", - "ts-jest": "^25.1.0", + "jest": "^28.0.0", + "semantic-release": "^21.0.0", + "ts-jest": "^26.1.2", "typescript": "^3.7.2" }, "publishConfig": {