From 3729d9960e2c5b1c6fcd76eb5d24525683ae404f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 10:54:30 +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-JSYAML-13961110 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b2fd17..0ec0040 100644 --- a/package.json +++ b/package.json @@ -248,8 +248,8 @@ "istanbul-lib-source-maps": "^4.0.1", "istanbul-reports": "^3.1.5", "jest-changed-files": "^26.6.2", - "jest-cli": "^26.6.3", - "jest-config": "^26.6.3", + "jest-cli": "^27.0.0", + "jest-config": "^28.0.0", "jest-diff": "^26.6.2", "jest-docblock": "^26.0.0", "jest-each": "^26.6.2", @@ -257,7 +257,7 @@ "jest-environment-node": "^26.6.2", "jest-get-type": "^26.3.0", "jest-haste-map": "^26.6.2", - "jest-jasmine2": "^26.6.3", + "jest-jasmine2": "^27.0.0", "jest-leak-detector": "^26.6.2", "jest-matcher-utils": "^26.6.2", "jest-message-util": "^26.6.2", @@ -266,8 +266,8 @@ "jest-regex-util": "^26.0.0", "jest-resolve": "^26.6.2", "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", + "jest-runner": "^27.0.0", + "jest-runtime": "^27.0.0", "jest-serializer": "^26.6.2", "jest-snapshot": "^26.6.2", "jest-util": "^26.6.2",