From 2b5ca1a2a269b8db9984bd041bc1e15969226cf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 02:13:47 +0000 Subject: [PATCH] fix: 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b2fd17..917a9c3 100644 --- a/package.json +++ b/package.json @@ -248,7 +248,7 @@ "istanbul-lib-source-maps": "^4.0.1", "istanbul-reports": "^3.1.5", "jest-changed-files": "^26.6.2", - "jest-cli": "^26.6.3", + "jest-cli": "^27.0.2", "jest-config": "^26.6.3", "jest-diff": "^26.6.2", "jest-docblock": "^26.0.0", @@ -266,7 +266,7 @@ "jest-regex-util": "^26.0.0", "jest-resolve": "^26.6.2", "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", + "jest-runner": "^27.0.2", "jest-runtime": "^26.6.3", "jest-serializer": "^26.6.2", "jest-snapshot": "^26.6.2",