From 36d68f6eb36de4431d8a5dd32989ccdcd67d0681 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jun 2025 05:25:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 128a2c1..b8ff20b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "hardhat-gas-reporter": "^1.0.8", "hardhat-network-metadata": "^0.0.2", "hardhat-typechain": "^0.3.5", - "jest": "^28.1.0", + "jest": "^30.0.0", "jest-environment-node-single-context": "^28.0.0", "jest-sonar-reporter": "^2.0.0", "marked": "^4.0.10",