Skip to content

Commit

Permalink
fix: contracts/zero-ex/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:debug:20170905
  • Loading branch information
snyk-bot committed Dec 7, 2023
1 parent 5115b08 commit 9ab9f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/zero-ex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"@0x/contracts-gen": "^2.0.10",
"@0x/contracts-erc20": "^3.2.1",
"@0x/contracts-test-utils": "^5.3.4",
"@0x/dev-utils": "^3.3.0",
"@0x/dev-utils": "^5.0.0",
"@0x/order-utils": "^10.3.0",
"@0x/sol-compiler": "^4.1.1",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.1.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"lodash": "^4.17.11",
"mocha": "^6.2.0",
"mocha": "^8.3.0",
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"solhint": "^1.4.1",
Expand All @@ -76,7 +76,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.3",
"@0x/subproviders": "^6.1.1",
"@0x/subproviders": "^7.0.0",
"@0x/types": "^3.2.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.5.1",
Expand Down

0 comments on commit 9ab9f95

Please sign in to comment.