Skip to content

Commit 696b272

Browse files
committed
fix: charts/firefly/scripts/ff-deploy-erc20-erc721-contracts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent 877cea7 commit 696b272

File tree

1 file changed

+1
-1
lines changed
  • charts/firefly/scripts/ff-deploy-erc20-erc721-contracts

1 file changed

+1
-1
lines changed

charts/firefly/scripts/ff-deploy-erc20-erc721-contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"axios": "^0.25.0",
13+
"axios": "^1.8.3",
1414
"form-data": "^4.0.0"
1515
}
1616
}

0 commit comments

Comments
 (0)