Skip to content

Commit

Permalink
fix: packages/sol-tracing-utils/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-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 11, 2024
1 parent 53b5bb1 commit 8505098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sol-tracing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
"dependencies": {
"@0x/dev-utils": "^3.3.0",
"@0x/dev-utils": "^5.0.0",
"@0x/sol-compiler": "^4.1.1",
"@0x/sol-resolver": "^3.1.0",
"@0x/subproviders": "^6.1.1",
"@0x/subproviders": "^7.0.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.5.1",
"@0x/web3-wrapper": "^7.2.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"make-promises-safe": "^1.1.0",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.0.1",
"nyc": "^15.0.0",
"shx": "^0.2.2",
"sinon": "^4.0.0",
"tslint": "5.11.0",
Expand Down

0 comments on commit 8505098

Please sign in to comment.