From b7a7ea690a560ec640b78478fbe5000993ffd088 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Nov 2025 04:28:54 +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 eb08f0ed3..9a609d217 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",