From 6c80f79546d56f4bf038ec8bec8a9f1c88981c0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 23:33:46 +0000 Subject: [PATCH] fix: packages/bitcore-build/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/bitcore-build/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bitcore-build/package.json b/packages/bitcore-build/package.json index c72bba7f6cd..7efa2d564c8 100644 --- a/packages/bitcore-build/package.json +++ b/packages/bitcore-build/package.json @@ -47,7 +47,7 @@ "browserify": "^16.2.3", "chai": "^4.2.0", "gulp": "^4.0.0", - "gulp-mocha": "^7.0.1", + "gulp-mocha": "^9.0.0", "gulp-rename": "^1.4.0", "gulp-shell": "^0.6.5", "gulp-terser": "^1.1.7", @@ -56,7 +56,7 @@ "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^1.3.0", "lodash": "^4.17.15", - "mocha": "^6.2.0" + "mocha": "^10.6.0" }, "gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1" }