Skip to content

Commit

Permalink
fix: contracts/cw20-merkle-airdrop/helpers/package.json to reduce vul…
Browse files Browse the repository at this point in the history
…nerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 22, 2024
1 parent 127d9f8 commit ac2b798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/cw20-merkle-airdrop/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@cosmjs/crypto": "^0.25.5",
"@cosmjs/encoding": "^0.25.5",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/command": "^1.8.36",
"@oclif/config": "^1.18.17",
"@oclif/plugin-help": "^3",
"@types/crypto-js": "^4.0.2",
"ethereumjs-util": "^7.1.0",
Expand Down

0 comments on commit ac2b798

Please sign in to comment.