From 3fb643d0e54062157e1080a0a2b7384cb052e072 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 02:28:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43e58660d..c7345ac5e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/jest": "^29.0.0", "@types/lolex": "^5.1.0", "@types/node": "^16.0.0", - "fetch-mock": "^9.0.0", + "fetch-mock": "^10.0.0", "http-proxy-agent": "^5.0.0", "jest": "^29.0.0", "lolex": "^6.0.0",