Skip to content

Commit 6054e0c

Browse files
committed
fix: audit
1 parent fcf2918 commit 6054e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "build/electron/main.js",
1010
"private": true,
1111
"scripts": {
12-
"run-audit": "yarn audit-ci --high -a 1094574 1096494 1096698 1096729",
12+
"run-audit": "yarn audit-ci --high -a 1094574 1096494 1096698 1096729 1096804",
1313
"start": "node scripts/start.js",
1414
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 && yarn clean-builds && node scripts/build.js",
1515
"test": "node scripts/test.js --watchAll=false",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -20004,7 +20004,7 @@ web3-shh@1.5.2:
2000420004

2000520005
web3-utils@1.5.0:
2000620006
version "1.5.0"
20007-
resolved "https://registry.npmjs.org/web3-utils/-/web3-utils-1.5.0.tgz"
20007+
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.5.0.tgz#48c8ba0d95694e73b9a6d473d955880cd4758e4a"
2000820008
integrity sha512-hNyw7Oxi6TM3ivXmv4hK5Cvyi9ML3UoKtcCYvLF9woPWh5v2dwCCVO1U3Iq5HHK7Dqq28t1d4CxWHqUfOfAkgg==
2000920009
dependencies:
2001020010
bn.js "^4.11.9"

0 commit comments

Comments
 (0)