Skip to content

Commit

Permalink
Run pnpm audit --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Sep 25, 2023
1 parent b606d8a commit 9bb6722
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 243 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,17 @@
"pnpm": {
"overrides": {
"@confio/[email protected]>protobufjs": ">=7.2.4",
"protobufjs@>=6.10.0 <7.2.4": ">=7.2.4"
"protobufjs@>=6.10.0 <7.2.4": ">=7.2.4",
"parse-path@<5.0.0": ">=5.0.0",
"got@<11.8.5": ">=11.8.5",
"got@>=12.0.0 <12.1.0": ">=12.1.0",
"parse-url@<8.1.0": ">=8.1.0",
"@openzeppelin/contracts@>=4.3.0 <4.9.1": ">=4.9.1",
"@openzeppelin/contracts@>=4.7.0 <4.9.2": ">=4.9.2",
"@openzeppelin/contracts@>=4.0.0 <4.9.3": ">=4.9.3",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2"
}
}
}
Loading

0 comments on commit 9bb6722

Please sign in to comment.