From 2fd85af7b72ecbc1bd4b986e165753f5291e9455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:47:09 +0000 Subject: [PATCH] chore: Bump follow-redirects in /smart_contract_tests Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- smart_contract_tests/package-lock.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/smart_contract_tests/package-lock.json b/smart_contract_tests/package-lock.json index 07275360..1631d394 100644 --- a/smart_contract_tests/package-lock.json +++ b/smart_contract_tests/package-lock.json @@ -18,20 +18,21 @@ } }, "..": { - "version": "0.6.11", + "name": "snarkjs", + "version": "0.7.3", "dev": true, "license": "GPL-3.0", "dependencies": { "@iden3/binfileutils": "0.0.11", "bfj": "^7.0.2", "blake2b-wasm": "^2.4.0", - "circom_runtime": "0.1.22", + "circom_runtime": "0.1.24", "ejs": "^3.1.6", "fastfile": "0.0.20", - "ffjavascript": "0.2.59", + "ffjavascript": "0.2.63", "js-sha3": "^0.8.0", "logplease": "^1.2.15", - "r1csfile": "0.0.45" + "r1csfile": "0.0.47" }, "bin": { "snarkjs": "build/cli.cjs" @@ -3664,9 +3665,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, "funding": [ { @@ -7629,4 +7630,4 @@ } } } -} \ No newline at end of file +}