diff --git a/program-test/src/lib.rs b/program-test/src/lib.rs index d0309cfd23d1bc..f962ced0d80a0f 100644 --- a/program-test/src/lib.rs +++ b/program-test/src/lib.rs @@ -629,7 +629,7 @@ impl ProgramTest { // User-supplied additional builtins for builtin in self.builtins { - bank.replace_builtin( + bank.add_builtin( &builtin.name, builtin.id, builtin.process_instruction_with_context, diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 4ff58653db2f2d..a2c15e449c0f2f 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -10528,9 +10528,9 @@ "dev": true }, "flow-bin": { - "version": "0.130.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.130.0.tgz", - "integrity": "sha512-1TSLwCPXvKPwiae7Fh+dpipCzwlHQ1UcBHfCpQImz+hsxYIUWkLWJWEm34bY6I7dSM4ekSiVeP02BhzVJGwtpw==", + "version": "0.142.0", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.142.0.tgz", + "integrity": "sha512-YgiapK/wrJjcgSgOWfoncbZ4vZrZWdHs+p7V9duI9zo4ehW2nM/VRrpSaWoZ+CWu3t+duGyAvupJvC6MM2l07w==", "dev": true }, "flow-typed": { diff --git a/web3.js/package.json b/web3.js/package.json index e92004690d59ca..3f9fe9bc9811f4 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -121,7 +121,7 @@ "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "22.19.0", "eslint-plugin-prettier": "^3.0.0", - "flow-bin": "0.130.0", + "flow-bin": "0.142.0", "flow-typed": "3.2.1", "fs-file-tree": "1.1.1", "jest": "26.6.3",