fix axios deps

pull/1013/head
yann300 4 years ago
parent d82f398c41
commit 87f3562d81
  1. 2
      libs/remix-tests/package.json
  2. 2
      libs/remix-url-resolver/package.json
  3. 2
      libs/remixd/package.json
  4. 6
      package-lock.json
  5. 2
      package.json

@ -40,7 +40,7 @@
"@remix-project/remix-solidity": "^0.3.35",
"ansi-gray": "^0.1.1",
"async": "^2.6.0",
"axios": "^0.20.0",
"axios": ">=0.21.1",
"change-case": "^3.0.1",
"color-support": "^1.1.3",
"colors": "^1.1.2",

@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"@erebos/bzz-node": "^0.13.0",
"axios": "^0.18.0",
"axios": ">=0.21.1",
"solc": "^0.7.4",
"url": "^0.11.0",
"valid-url": "^1.0.9"

@ -39,7 +39,7 @@
"@remixproject/plugin-api": "^0.3.3",
"@remixproject/plugin-utils": "^0.3.3",
"@remixproject/plugin-ws": "^0.3.3",
"axios": "^0.20.0",
"axios": ">=0.21.1",
"chokidar": "^2.1.8",
"commander": "^2.20.3",
"fs-extra": "^3.0.1",

6
package-lock.json generated

@ -9146,9 +9146,9 @@
"dev": true
},
"axios": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz",
"integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": {
"follow-redirects": "^1.10.0"
}

@ -140,7 +140,7 @@
"@types/jest": "^26.0.5",
"@types/tape": "^4.2.33",
"ansi-gray": "^0.1.1",
"axios": "^0.20.0",
"axios": ">=0.21.1",
"change-case": "^4.1.1",
"chokidar": "^2.1.8",
"color-support": "^1.1.3",

Loading…
Cancel
Save