From e2b392ae651bba8332a72748bd4cc16561eb04f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 04:46:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9677e1418..324b9a4c3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "babel-plugin-replace-ts-export-assignment": "^0.0.2", "eslint": "^8.31.0", "express": "^4.17.1", - "jest": "^29.5.5", + "jest": "^30.0.0", "jshint": "^2.11.0", "mock-fs": "^5.2.0", "nock": "^13.2.9",