Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Nov 7, 2024
1 parent fd2ef39 commit b537a07
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"word-wrap": ">=1.2.4",
"braces@<3.0.3": ">=3.0.3",
"ws@<7.5.10": "^7.5.10",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"elliptic@>=4.0.0 <=6.6.0": ">=6.6.0",
"elliptic@>=2.0.0 <=6.6.0": ">=6.6.0",
"elliptic@>=5.2.1 <=6.6.0": ">=6.6.0",
"micromatch@<4.0.8": ">=4.0.8"
}
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"bn.js": "5.2.1",
"cross-fetch": "^3.1.5",
"crypto-browserify": "^3.12.0",
"elliptic": "6.5.4",
"elliptic": "6.6.0",
"eventemitter3": "^4.0.7",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@types/elliptic": "^6.4.14",
"@types/elliptic": "^6.4.18",
"@types/find-up": "^2.1.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.2",
Expand Down
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b537a07

Please sign in to comment.