fix: tests/solidity/package.json to reduce vulnerabilities (#1036)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Snyk bot 2022-04-19 10:23:27 +01:00 committed by GitHub
parent 7e359068d8
commit e7b6d925cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
]
},
"dependencies": {
"truffle": "5.4.14",
"truffle": "5.5.8",
"yargs": "^17.0.1",
"patch-package": "^6.4.7"
},