From 17229a09687714e3832d7d08e902fa84b1cb04ec Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:39:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b093695..bff6de9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "serve-favicon": "~2.3.2", "solc": "^0.4.9", "string-similarity": "^1.1.0", - "tmp": "0.0.31", + "tmp": "0.2.4", "web3": "git+https://github.com/gobitfly/web3.js.git#develop", "yargs": "^7.0.1" }