Skip to content

Commit

Permalink
fix: packages/contract-wrappers/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/SNYK-JS-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Nov 25, 2023
1 parent 5115b08 commit 240d5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.1.0",
"gitpkg": "https://github.com/0xProject/gitpkg.git",
"tslint": "5.11.0",
"tslint": "5.16.0",
"typedoc": "^0.15.0",
"typescript": "3.0.1"
},
"dependencies": {
"@0x/assert": "^3.0.9",
"@0x/base-contract": "^6.2.3",
"@0x/base-contract": "^7.0.0",
"@0x/contract-addresses": "^4.11.0",
"@0x/json-schemas": "^5.1.0",
"@0x/types": "^3.2.0",
Expand Down

0 comments on commit 240d5b4

Please sign in to comment.