From 70302597ecbab5a3874f8f95bbb01eb1c1615b93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 03:00:57 +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-SEMVER-3247795 --- node_modules/@octokit/core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/@octokit/core/package.json b/node_modules/@octokit/core/package.json index a073a2b8f4..d08f466031 100644 --- a/node_modules/@octokit/core/package.json +++ b/node_modules/@octokit/core/package.json @@ -38,11 +38,11 @@ "@types/node-fetch": "^2.5.0", "fetch-mock": "^9.0.0", "http-proxy-agent": "^4.0.1", - "jest": "^26.1.0", + "jest": "^27.0.0", "lolex": "^6.0.0", "prettier": "^2.0.4", "proxy": "^1.0.1", - "semantic-release": "^17.0.0", + "semantic-release": "^21.0.2", "semantic-release-plugin-update-version-in-files": "^1.0.0", "ts-jest": "^26.1.3", "typescript": "^3.5.3"